summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/standalone/standalone.cfg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-25 21:25:52 +0000
committerKarl Berry <karl@freefriends.org>2018-03-25 21:25:52 +0000
commit4aa51574f9198035e1261f69c6873f7dc0ea5789 (patch)
treeb20c48dc114e9fa815fbfd111b421bb5cbc11bb4 /Master/texmf-dist/tex/latex/standalone/standalone.cfg
parent7797b94583f26cd24bfa620b9579bf7d83352ca8 (diff)
standalone (25mar18)
git-svn-id: svn://tug.org/texlive/trunk@47110 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/standalone/standalone.cfg')
-rw-r--r--Master/texmf-dist/tex/latex/standalone/standalone.cfg7
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}