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
\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}
}
}