[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: delay saving @makecol and @makefcolumn for issue #340 (8ffdba97)
David Carlisle
d.p.carlisle at gmail.com
Thu May 28 21:31:30 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/8ffdba9720d64beffd8d8c95bd2fc3a0f18dd8f9
>---------------------------------------------------------------
commit 8ffdba9720d64beffd8d8c95bd2fc3a0f18dd8f9
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Thu May 28 20:31:30 2020 +0100
delay saving @makecol and @makefcolumn for issue #340
>---------------------------------------------------------------
8ffdba9720d64beffd8d8c95bd2fc3a0f18dd8f9
required/graphics/lscape.dtx | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/required/graphics/lscape.dtx b/required/graphics/lscape.dtx
index e14462c9..ac5c16d7 100644
--- a/required/graphics/lscape.dtx
+++ b/required/graphics/lscape.dtx
@@ -17,7 +17,7 @@
%<driver> \ProvidesFile{lscape.drv}
% \fi
% \ProvidesFile{lscape.dtx}
- [2000/10/22 v3.01 Landscape Pages (DPC)]
+ [2020/05/28 v3.02 Landscape Pages (DPC)]
%
% \iffalse
%<*driver>
@@ -61,6 +61,7 @@
% \changes{v3.00}{1994/10/05}{Update using LaTeX2e graphics package}
% \changes{v3.01}{1999/06/22}{Added better pdfTeX support
% by Scott Pakin, from graphics/3063}
+% \changes{v3.02}{2020/05/28}{delay saving \cs{@makefcolumn} gh340}
%
%
% \begin{macrocode}
@@ -90,8 +91,6 @@
% \end{macrocode}
%
% \begin{macrocode}
-\let\LS at makecol=\@makecol
-\let\LS at makefcolumn=\@makefcolumn
\def\LS at rot{%
\setbox\@outputbox\vbox{\hbox{\rotatebox{90}{\box\@outputbox}}}}
% \end{macrocode}
@@ -99,6 +98,8 @@
% First set up the page size for landscape.
% \begin{macrocode}
\def\landscape{%
+ \let\LS at makecol=\@makecol
+ \let\LS at makefcolumn=\@makefcolumn
\clearpage
\begingroup
\vsize=\textwidth
More information about the latex3-commits
mailing list.