Tikz Tutorial
Tikz Tutorial
www.kit.edu
Outline
What is Tikz?
Tikz Commands
Exercises
Outlook: Potential of Tikz
Fancy Examples
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
2/34
What is TikZ?
Language for creating vector graphics in LATEX
TikZ = TikZ ist kein Zeichenprogramm
Same author as the Beamer class
70
69
68
67
66 65
64
71
63
72
62
73
75
76
77
27
81
34
10
37
11
12
85
87
16
15
14
13
38
39
86
40
41
42 43
45
44
56
18
17
57
19
20
58
21
36
35
59
22
32
84
60
23
30
83
26
25
24
29
33
82
28
31
79
80
78
61
74
55
54
53
52
51
50
49
48
47
46
Source: http://www.texample.net
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
3/34
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
4/34
Scaling Effects
Raster Graphic (JPG) Vector Graphic (PDF)
sin(x)
TikZ
sin(x )
sin(x)
sin(x )
x
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
5/34
Math Environment
A fancy title
eorem
Last Th
s that
m state
t Theore
ts
Ferma
(1)
e = u sin + v cos
(2)
ts
Ferma
Las
n = z
n
x +y
r
tions fo
er solu
ro integ
e
-z
n
o
n
2.
has no
en n >
d z wh
x , y an
TikZ
n = u v
(3)
e = u + v
(4)
Commands
Exercises
Fancy Examples
July 22, 2014
6/34
Loops
Layer 0
Layer 1
Layer 2
Layer 3
word
FF
word
FF
word
FF
word
FF
Pattern2
word
FF
word
FF
word
FF
word
FF
Pattern3
word
FF
word
FF
word
FF
word
FF
Pattern4
word
FF
word
FF
word
FF
word
FF
Output Bus
Pattern1
matchline
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
7/34
\ documentclass { standalone }
\ usepackage { tikz }
\ us etikzlib rary { ... }
\ begin { document }
\ begin { tikzpicture }
% TikZ c o m m a n d s go here
\ end { tikzpicture }
\ end { document }
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
8/34
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
9/34
Coordinates
Cartesian Coordinates (x,y)
\ draw [ blue ] (0 ,0) -- (2 ,1);
Define Coordinates
\ coordinate
\ coordinate
\ coordinate
\ draw [ blue ]
TikZ
(A)
(B)
(C)
(A)
at
at
at
--
(0 ,0);
(1 ,1);
(2 ,0);
( B ) -- ( C );
Commands
Exercises
Fancy Examples
July 22, 2014
10/34
TikZ
Commands
Exercises
Circle
Fancy Examples
July 22, 2014
11/34
Style Definitions
Styles are defined by [] behind a command
\ draw [ red , very thick , dashed ] (0 ,0) -- (1 ,0.1);
% deprecated
example
\ tikzset { my dot /. style ={ blue , fill = green , thick }}
\ draw [ my dot ] (0 ,0) circle (0.2);
\ draw [ my dot ] (0.1 ,0.6) circle (0.2);
\ draw [ my dot , fill = red ] (0.8 ,0.2) circle (0.2);
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
12/34
wake up
tired?
yes
no
start the day
TikZ
drink coffee
Commands
Exercises
Fancy Examples
July 22, 2014
13/34
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
14/34
wake up
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
15/34
wake up
tired?
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
16/34
wake up
tired?
TikZ
drink coffee
Commands
Exercises
Fancy Examples
July 22, 2014
17/34
wake up
tired?
TikZ
drink coffee
Commands
Exercises
Fancy Examples
July 22, 2014
18/34
wake up
tired?
TikZ
drink coffee
Commands
Exercises
Fancy Examples
July 22, 2014
19/34
wake up
tired?
yes
no
start the day
TikZ
drink coffee
Commands
Exercises
Fancy Examples
July 22, 2014
20/34
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
21/34
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
22/34
e+
p
n
p
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
23/34
Commands
Exercises
Fancy Examples
July 22, 2014
24/34
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
25/34
Plotting Data
f (x )
f (x ) = 1 + 13 x 2
0
0
TikZ
Commands
6
Exercises
Fancy Examples
July 22, 2014
26/34
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
27/34
Mind Map
algorithms
data
structures
Computer Science
theoretical
practical
programming
languages
software
engineering
applied
technical
databases
WWW
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
28/34
Commands
Exercises
Fancy Examples
July 22, 2014
29/34
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
30/34
ng0
np0
~
E
Polarized and
dephased light
Polaroid
oid
lar
Po
Crystal section
Polarized light
Source: http://www.texample.net
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
31/34
B~
Sm
~r
B
Nm
B~
~r
B
Source: http://www.texample.net
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
32/34
More information
Website with nice TikZ examples:
http://www.texample.net/tikz/examples
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
33/34
TikZ
Commands
Exercises
Fancy Examples
July 22, 2014
34/34