diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-15 23:00:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-15 23:00:24 +0000 |
commit | 27aeb4a162a26f93ac0add986c18c69d456b0fed (patch) | |
tree | 5797bea4e528b9750302e6ae82bd134d9c50b166 /Master/texmf-dist/tex/latex/standalone/standalone.sty | |
parent | 909cf43a7ef2ddd0f8e0da8c18ba72aede8cf61c (diff) |
sandalone (15sep12)
git-svn-id: svn://tug.org/texlive/trunk@27677 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/standalone/standalone.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/standalone/standalone.sty | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/standalone/standalone.sty b/Master/texmf-dist/tex/latex/standalone/standalone.sty index 372d8790d7f..15c9d4dcf99 100644 --- a/Master/texmf-dist/tex/latex/standalone/standalone.sty +++ b/Master/texmf-dist/tex/latex/standalone/standalone.sty @@ -19,8 +19,8 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{standalone}[% - 2012/05/20 - v1.1a + 2012/09/15 + v1.1b Package to include TeX sub-files with preambles] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \@ifundefined{ifstandalone}{% @@ -534,8 +534,9 @@ {\sa@gobbleeol{#1}}{#1}% } \def\sa@endinput{% - \@makeother\%% - \@makeother\^^A% + \endlinechar`^^J\relax + \let\do\@makeother + \dospecials \sa@@endinput }% \def\sa@@endinput#1^^J{% @@ -582,7 +583,7 @@ }{}% \global\@namedef{subpreamble@\currfilepath}{}% \ifsa@printsubpreambles - \endlinechar=`\^^J% + \endlinechar=`\^^J\relax \else \endlinechar=\m@ne \fi |