comparison notes/tex/preamble.tex @ 39:fa8ae3458eb7

ue11 notes
author Markus Kaiser <markus.kaiser@in.tum.de>
date Mon, 08 Jul 2013 23:41:59 +0200
parents d89b21ed9eb4
children b815b94ae158
comparison
equal deleted inserted replaced
38:c498361ea492 39:fa8ae3458eb7
33 \tikzstyle{every edge} = [draw,very thick,->,>=latex] 33 \tikzstyle{every edge} = [draw,very thick,->,>=latex]
34 \tikzstyle{every state} = [circle,thick,draw,fill=tumblue!10] 34 \tikzstyle{every state} = [circle,thick,draw,fill=tumblue!10]
35 \tikzstyle{automaton} = [shorten >=1pt, node distance = 3cm, auto, bend angle=20, initial text=] 35 \tikzstyle{automaton} = [shorten >=1pt, node distance = 3cm, auto, bend angle=20, initial text=]
36 \tikzstyle{small} = [every node/.style={scale=0.5}, baseline=(current bounding box.north), font=\LARGE] 36 \tikzstyle{small} = [every node/.style={scale=0.5}, baseline=(current bounding box.north), font=\LARGE]
37 37
38 \tikzstyle{tape} = [on chain, draw, rectangle, minimum size = 6mm, fill=tumblue!10] 38 \tikzstyle{rectangular} = [draw, rectangle, minimum size = 6mm, fill=tumblue!10]
39 \tikzstyle{tape} = [on chain, rectangular]
39 \tikzstyle{active} = [fill=tumred!10] 40 \tikzstyle{active} = [fill=tumred!10]
40 \tikzstyle{head} = [arrow box, draw, minimum size=5mm, arrow box arrows={east:.25cm, west:0.25cm, north:0.2cm}, fill=tumred!10] 41 \tikzstyle{head} = [arrow box, draw, minimum size=5mm, arrow box arrows={east:.25cm, west:0.25cm, north:0.2cm}, fill=tumred!10]
41 \tikzstyle{machine} = [rectangle, draw, minimum width=2cm, minimum height=1cm, inner sep=3mm, fill=tumgreen!10] 42 \tikzstyle{machine} = [rectangle, draw, minimum width=2cm, minimum height=1cm, inner sep=3mm, fill=tumgreen!10]
43
44 \newcommand{\pcp}[2]{ \begin{tabu}{c} #1 \\ \tabucline{-} #2 \\ \end{tabu} }