From 667e6d110bcc9e10ff216fc06a988cd3c9f66261 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Wed, 17 Apr 2013 14:45:49 -0400 Subject: [PATCH 1/1] add overlay as a default TiKZ option --- template/example.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/template/example.tex b/template/example.tex index 76a7d32..bcf1423 100644 --- a/template/example.tex +++ b/template/example.tex @@ -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} + } } -- 2.30.2