[latex3-commits] [git/LaTeX3-latex3-latex2e] stocksize: Add \stock... registers (50c44995)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Jun 27 07:46:18 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : stocksize
Link       : https://github.com/latex3/latex2e/commit/50c44995e2c4850c622c899f40072c7e0be6c68d

>---------------------------------------------------------------

commit 50c44995e2c4850c622c899f40072c7e0be6c68d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jun 27 06:45:56 2022 +0100

    Add \stock... registers


>---------------------------------------------------------------

50c44995e2c4850c622c899f40072c7e0be6c68d
 base/changes.txt  |  5 +++++
 base/ltoutput.dtx | 13 ++++++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/base/changes.txt b/base/changes.txt
index 595698b5..46e7d75b 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,6 +6,11 @@ completeness or accuracy and it contains some references to files that
 are not part of the distribution.
 ================================================================================
 
+2022-06-23  Joseph Wright <Joseph.Wright at latex-project.org>
+
+	* ltoutput.dtx
+	Add registers \stockheight and \stockwidth
+
 ================================================================================
 All changes above are only part of the development branch for the next release.
 ================================================================================
diff --git a/base/ltoutput.dtx b/base/ltoutput.dtx
index c2cb8f66..69205a7c 100644
--- a/base/ltoutput.dtx
+++ b/base/ltoutput.dtx
@@ -30,7 +30,7 @@
 %%% From File: ltoutput.dtx
 %<flafter>\ProvidesPackage{flafter}
 %<fltrace>\ProvidesPackage{fltrace}
-%<flafter,fltrace>       [2021/07/31 v1.4e
+%<flafter,fltrace>       [2022/06/23 v1.4f
 %<flafter>                  Standard LaTeX floats after reference (FMi)]
 %<fltrace>                  Tracing LaTeX floats algorithm (FMi)]
 %
@@ -829,6 +829,17 @@
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}
+% \begin{macro}{\stockheight}
+% \changes{v1.4f}{2022/06/23}{Register added}
+% \begin{macro}{\stockwidth}
+% \changes{v1.4f}{2022/06/23}{Register added}
+%    New |\stock|\ldots\ registers.
+%    \begin{macrocode}
+\newdimen\stockheight
+\newdimen\stockwidth
+%    \end{macrocode}
+% \end{macro}
+% \end{macro}
 %
 % \begin{macro}{\if at insert}
 % \begin{macro}{\if at fcolmade}





More information about the latex3-commits mailing list.