diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-07 22:22:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-07 22:22:24 +0000 |
commit | e72cb1514d62f9467f98e6839e645e0b5a8c2639 (patch) | |
tree | 515e773919d1dbffb99c59fb241e35f639ca6163 /Master/texmf-dist/tex/latex/tools | |
parent | b4cae72fcb819d10f21d99fbdeb9df314e9e7aab (diff) |
tools (7may16)
git-svn-id: svn://tug.org/texlive/trunk@40934 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tools')
-rw-r--r-- | Master/texmf-dist/tex/latex/tools/multicol.sty | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tools/shellesc.sty | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/tools/multicol.sty b/Master/texmf-dist/tex/latex/tools/multicol.sty index 72440eda2e6..43165ca5f6d 100644 --- a/Master/texmf-dist/tex/latex/tools/multicol.sty +++ b/Master/texmf-dist/tex/latex/tools/multicol.sty @@ -100,7 +100,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1997/12/01] \ProvidesPackage{multicol} - [2016/02/08 v1.8o multicolumn formatting (FMi)] + [2016/04/07 v1.8p multicolumn formatting (FMi)] %% \DeclareOption{twocolumn} {\PackageWarning{multicol}{May not work @@ -486,6 +486,7 @@ Produce bot mark:\MessageBreak \meaning\botmark \@gobbletwo}% + \boxmaxdepth\maxdimen \setbox\@cclv\vbox{\unvbox\partial@page \page@sofar}% \@makecol\@outputpage diff --git a/Master/texmf-dist/tex/latex/tools/shellesc.sty b/Master/texmf-dist/tex/latex/tools/shellesc.sty index 9f3c1d45c29..d3f9a110a61 100644 --- a/Master/texmf-dist/tex/latex/tools/shellesc.sty +++ b/Master/texmf-dist/tex/latex/tools/shellesc.sty @@ -44,7 +44,7 @@ \def\next#1#2[#3]{\wlog{#2 #3}} \expandafter\next\fi \ProvidesPackage{shellesc} - [2016/02/02 v0.01b unified shell escape interface for LaTeX] + [2016/04/29 v0.01c unified shell escape interface for LaTeX] \ifcase \ifx\pdfshellescape\@undefined \ifx\shellescape\@undefined @@ -73,7 +73,7 @@ \directlua{os.execute("\luaescapestring{#1}")}} \fi \ifx\lastsavedimageresourcepages\@undefined - \protected\def\ShellEscape{\relax\write18 } + \protected\def\DelayedShellEscape{\relax\write18 } \else \protected\def\DelayedShellEscape#1{% \latelua{os.execute("\luaescapestring{#1}")}} |