diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/standalone/standalone.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/standalone/standalone.cfg | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/standalone/standalone.cfg b/Master/texmf-dist/tex/latex/standalone/standalone.cfg index b62438547d8..38649960e92 100644 --- a/Master/texmf-dist/tex/latex/standalone/standalone.cfg +++ b/Master/texmf-dist/tex/latex/standalone/standalone.cfg @@ -1,7 +1,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesFile{standalone.cfg}[% - 2015/07/15 - v1.2 + 2018/03/24 + v1.3 Default configuration file for 'standalone' class]% %% Enabled the "varwidth" option if the "varwidth" package is available: %%\IfFileExists{varwidth.sty}{% @@ -12,7 +12,10 @@ \standaloneconfig{crop} %% Option which 'preview' should be loaded with +%% (will be ignored outside preamble) +\expandafter\ifx\csname @notprerr\endcsname\PassOptionsToPackage\else \PassOptionsToPackage{active,tightpage}{preview}% +\fi %% Enable 'preview' option by default: %%\standaloneconfig{preview} |