[latex3-commits] [git/LaTeX3-latex3-latex2e] stocksize: Add \stock... registers (056b3320)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Aug 26 23:32:14 CEST 2022
Repository : https://github.com/latex3/latex2e
On branch : stocksize
Link : https://github.com/latex3/latex2e/commit/056b3320b3a3d9914e51c81ec85eb70bc92b675c
>---------------------------------------------------------------
commit 056b3320b3a3d9914e51c81ec85eb70bc92b675c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jun 27 06:45:56 2022 +0100
Add \stock... registers
>---------------------------------------------------------------
056b3320b3a3d9914e51c81ec85eb70bc92b675c
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 91f726b0..4eb252d0 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -31,6 +31,11 @@ are not part of the distribution.
The medium weight is bolder and wider than the bold extended.
Scale the 8pt font for sizes 5,6,7. gh/879
+2022-06-23 Joseph Wright <Joseph.Wright at latex-project.org>
+
+ * ltoutput.dtx
+ Add registers \stockheight and \stockwidth
+
2022-06-22 David Carlisle <David.Carlisle at latex-project.org>
* ltkeys.dtx:
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.