diff 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
line wrap: on
line diff
--- a/notes/tex/preamble.tex	Mon Jan 20 23:32:58 2014 +0100
+++ b/notes/tex/preamble.tex	Tue Jan 28 00:42:39 2014 +0100
@@ -71,3 +71,7 @@
 \tikzstyle{every state} = [pretty]
 \tikzstyle{automaton} = [shorten >=1pt, node distance = 3cm, auto, bend angle=20, initial text=]
 \tikzstyle{small} = [every node/.style={scale=0.5}, baseline=(current bounding box.north), font=\LARGE]
+
+\pgfdeclarelayer{background}
+\pgfdeclarelayer{foreground}
+\pgfsetlayers{background,main,foreground}