File: graphics.wiki

package info (click to toggle)
wiki2beamer 0.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 480 kB
  • sloc: python: 1,215; xml: 345; makefile: 108
file content (65 lines) | stat: -rw-r--r-- 1,163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<[autotemplate]
usepackage=[utf8]{inputenc}
usepackage=[T1]{fontenc}
usepackage={color}
usepackage={textcomp}
usepackage={graphics}
usepackage={wasysym}

usepackage={beamerthemeWarsaw}

title={wiki2beamer: \\ Howto include graphics}
author={Michael Rentzsch}
date={\today}

[autotemplate]>

==== Content ====

<[center]
This document shows how to use pictures/images
in !!wiki2beamer!! presentations.
[center]>


==== The \LaTeX\ Way ====

As alway, you can use plain \LaTeX\ code to include figures
\vfill

{\tt $\backslash$includegraphics[\ldots]\{\ldots\} }
\vfill

<[center]
	\includegraphics[width=4cm]{fig/knot}
[center]>


==== The wiki2beamer Way: Part1 ====

'''wiki2beamer''' offers another way to include images which will be %
transformed to a \LaTeX\ @includegraphics@-statement:
\vfill

{\tt $<$$<$$<$filename$>$$>$$>$ }
\vfill


<[center]
<<<fig/knot>>>
[center]>


==== The wiki2beamer Way: Part2 ====

You can pass '''parameters''' to the @includegraphics@-command using %
a comma to separate them from the file name:
\vfill

{\tt $<$$<$$<$filename,width=4cm,height=3cm$>$$>$$>$ }
\vfill


<[center]
<<<fig/knot,width=4cm,height=3cm>>>
[center]>