diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzscale/temporal.tikz')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzscale/temporal.tikz | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzscale/temporal.tikz b/Master/texmf-dist/doc/latex/tikzscale/temporal.tikz new file mode 100644 index 00000000000..299bb62dcc0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikzscale/temporal.tikz @@ -0,0 +1,5 @@ +\begin{tikzpicture} + \draw (0,0) rectangle (5,5); + \node at (2.5,2.5) {\temporal<2>{before}{now}{after}}; + \onslide<3> {}; % just a small trick to create 3 subframes +\end{tikzpicture}
\ No newline at end of file |