From: Benjamin Mako Hill Date: Wed, 17 Apr 2013 18:45:49 +0000 (-0400) Subject: add overlay as a default TiKZ option X-Git-Url: https://projects.mako.cc/source/beamer-mako/commitdiff_plain/667e6d110bcc9e10ff216fc06a988cd3c9f66261?hp=ee05edb58ec26b6ce5b44ad00cb91471a0b1a73a add overlay as a default TiKZ option --- 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} + } }