comparison notes/tex/preamble.tex @ 52:6669987ffd32

thirteenth sheet and notes
author Markus Kaiser <markus.kaiser@in.tum.de>
date Tue, 28 Jan 2014 00:42:39 +0100
parents 7a8c748e3010
children a9b64faf4b8f
comparison
equal deleted inserted replaced
51:7a8c748e3010 52:6669987ffd32
69 \tikzstyle{pretty} = [circle,thick,draw,fill=tumblue!10] 69 \tikzstyle{pretty} = [circle,thick,draw,fill=tumblue!10]
70 \tikzstyle{every edge} = [edge] 70 \tikzstyle{every edge} = [edge]
71 \tikzstyle{every state} = [pretty] 71 \tikzstyle{every state} = [pretty]
72 \tikzstyle{automaton} = [shorten >=1pt, node distance = 3cm, auto, bend angle=20, initial text=] 72 \tikzstyle{automaton} = [shorten >=1pt, node distance = 3cm, auto, bend angle=20, initial text=]
73 \tikzstyle{small} = [every node/.style={scale=0.5}, baseline=(current bounding box.north), font=\LARGE] 73 \tikzstyle{small} = [every node/.style={scale=0.5}, baseline=(current bounding box.north), font=\LARGE]
74
75 \pgfdeclarelayer{background}
76 \pgfdeclarelayer{foreground}
77 \pgfsetlayers{background,main,foreground}