diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/standalone/standalone.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/standalone/standalone.sty | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/standalone/standalone.sty b/Master/texmf-dist/tex/latex/standalone/standalone.sty index db5544a0fdf..e6ad6db56ed 100644 --- a/Master/texmf-dist/tex/latex/standalone/standalone.sty +++ b/Master/texmf-dist/tex/latex/standalone/standalone.sty @@ -25,11 +25,15 @@ %% This work consists of the files standalone.dtx, standalone.ins %% and the derived file standalone.sty. %% -% $Id: standalone.dtx 1704 2010-03-21 19:25:13Z martin $ +% $Id: standalone.dtx 1714 2010-03-22 14:44:37Z martin $ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{standalone} [2010/03/21 v0.1 Package to include TeX sub-files which use the 'standalone' class] +\ProvidesPackage{standalone} [2010/03/22 v0.2 Package to include TeX sub-files which use the 'standalone' class] \expandafter\newif\csname ifstandalone\endcsname \standalonefalse +\@ifundefined{ifstandalonebeamer}{% +\expandafter\newif\csname ifstandalonebeamer\endcsname +\standalonebeamerfalse +}{}% \newcommand{\sa@documentclass}[2][]{% \let\document\sa@document \expandafter\sa@@documentclass |