summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/tools/multicol.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/tools/multicol.dtx')
-rw-r--r--Master/texmf-dist/source/latex/tools/multicol.dtx18
1 files changed, 12 insertions, 6 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}