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/source/latex | |
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/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/tools/multicol.dtx | 18 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/tools/shellesc.dtx | 5 |
2 files changed, 15 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/tools/multicol.dtx b/Master/texmf-dist/source/latex/tools/multicol.dtx index 3b0ec5c3ec9..c64c9901e89 100644 --- a/Master/texmf-dist/source/latex/tools/multicol.dtx +++ b/Master/texmf-dist/source/latex/tools/multicol.dtx @@ -91,7 +91,7 @@ %<driver> \ProvidesFile{multicol.drv} % \fi % \ProvidesFile{multicol.dtx} - [2016/02/08 v1.8o multicolumn formatting (FMi)] + [2016/04/07 v1.8p multicolumn formatting (FMi)] % % %% @@ -214,19 +214,20 @@ % % \end{multicols} % -% \RLmulticolcolumns % % \begin{multicols}{3}[\section*{Preface to version 1.7 % (right to left support)}] % The 1.7 release adds support for languages that are typeset % right-to-left. For those languages the order of the columns on the page -% also need to be reversed---something that wasn't supported before. This +% also need to be reversed---something that wasn't supported before. The next % paragraph demonstrates the result (as it is typeset as if we are writing -% in a left-to-right language---so restart reading the rightmost column -% first if you started with this column). +% in a left-to-right language--- so read the rightmost column +% first). The change is initialized via +% |\RLmulticolcolumns| and returning to left-right (default) +% is done via |\LRmulticolcolumns|. % \end{multicols} % -% \LRmulticolcolumns +% \RLmulticolcolumns % % \begin{multicols}{3} % Right-to-left typesetting will only reverse the column orders. Any @@ -244,6 +245,7 @@ %\end{verbatim} % \end{multicols} % +% \LRmulticolcolumns % % \begin{multicols}{3}[\section*{Preface to version 1.5 + 1.6}] % \hbadness=10000 @@ -2377,7 +2379,11 @@ % routine used in \LaTeX.} % Admittedly this is a funny way to do it. % +% Within the OR |\boxmaxdepth| needs to be unrestricted so we set it back +% now as it was changed above. +% \changes{v1.8p}{2016/04/07}{Reset \cs{boxmaxdepth}} % \begin{macrocode} + \boxmaxdepth\maxdimen \setbox\@cclv\vbox{\unvbox\partial@page \page@sofar}% % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/tools/shellesc.dtx b/Master/texmf-dist/source/latex/tools/shellesc.dtx index 72f6108140e..d33678caa31 100644 --- a/Master/texmf-dist/source/latex/tools/shellesc.dtx +++ b/Master/texmf-dist/source/latex/tools/shellesc.dtx @@ -15,7 +15,7 @@ %<driver> \ProvidesFile{shellesc.drv} % \fi % \ProvidesFile{shellesc.dtx} - [2016/02/02 v0.01b unified shell escape interface for LaTeX] + [2016/04/29 v0.01c unified shell escape interface for LaTeX] % % \iffalse %<*driver> @@ -135,12 +135,13 @@ % \end{macro} % % \begin{macro}{\DelayedShellEscape} +% \changes{v0.1c}{2016/04/29}{Define \cs{DelayedShellEscape} not \cs{ShellEscape}(UF)} % Execute the supplied tokens as a system dependent command, when this % node is shipped out with the completed page, assuming % such execution is allowed. % \begin{macrocode} \ifx\lastsavedimageresourcepages\@undefined - \protected\def\ShellEscape{\relax\write18 } + \protected\def\DelayedShellEscape{\relax\write18 } % \end{macrocode} % % \begin{macrocode} |