20
0

add overlay as a default TiKZ option

This commit is contained in:
2013-04-17 14:45:49 -04:00
parent 80fd6dccc2
commit b0db6b00f1

View File

@@ -18,7 +18,7 @@
% add tikz and a bunch of tikz foo % add tikz and a bunch of tikz foo
\usepackage{tikz} \usepackage{tikz}
\usetikzlibrary{shapes,shapes.misc,backgrounds,fit,positioning} \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) % add functions to circle parts of slides (e.g., in tables)
\newcommand\marktopleft[1]{% \newcommand\marktopleft[1]{%
@@ -53,7 +53,6 @@
\e{#2} \e{#2}
} }
% \end{center}
} }