add overlay as a default TiKZ option
authorBenjamin Mako Hill <mako@atdot.cc>
Wed, 17 Apr 2013 18:45:49 +0000 (14:45 -0400)
committerBenjamin Mako Hill <mako@atdot.cc>
Wed, 17 Apr 2013 18:45:49 +0000 (14:45 -0400)
template/example.tex

index 76a7d32680ba8859ff1653db1aecf5f660e86736..bcf14232d106a8a44a6c1f27777ea6cf4b1d5d56 100644 (file)
@@ -18,7 +18,7 @@
 % add tikz and a bunch of tikz foo
 \usepackage{tikz}
 \usetikzlibrary{shapes,shapes.misc,backgrounds,fit,positioning}
-\tikzstyle{every picture}+=[remember picture]
+\tikzstyle{every picture}+=[overlay,remember picture]
 
 % add functions to circle parts of slides (e.g., in tables)
 \newcommand\marktopleft[1]{%
@@ -52,8 +52,7 @@
     \fontsize{#1}{2\centertxtlen}\selectfont
     \e{#2}
 
-}
-%  \end{center}
+  }
 }
 
 

Benjamin Mako Hill || Want to submit a patch?