Skip to content

Commit

Permalink
Add \stock... registers
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jun 27, 2022
1 parent 5094ec9 commit 50c4499
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions base/changes.txt
Expand Up @@ -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@latex-project.org>

* ltoutput.dtx
Add registers \stockheight and \stockwidth

================================================================================
All changes above are only part of the development branch for the next release.
================================================================================
Expand Down
13 changes: 12 additions & 1 deletion base/ltoutput.dtx
Expand Up @@ -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)]
%
Expand Down Expand Up @@ -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@insert}
% \begin{macro}{\if@fcolmade}
Expand Down

0 comments on commit 50c4499

Please sign in to comment.