[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: \@latexerr -> \@latex at error (73797ddb)

Frank Mittelbach frank.mittelbach at latex-project.org
Fri May 14 00:41:56 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/73797ddb1ae4b2831b7823bd0f3e4f38a93d8a12

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

commit 73797ddb1ae4b2831b7823bd0f3e4f38a93d8a12
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Fri May 14 00:41:56 2021 +0200

    \@latexerr -> \@latex at error


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

73797ddb1ae4b2831b7823bd0f3e4f38a93d8a12
 base/changes.txt  |  6 +++++-
 base/ltoutput.dtx | 16 ++++++++--------
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index 75e7d04a..a6ed9b9e 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.
 ================================================================================
 
+2021-05-14  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
+
+	* ltoutput.dtx: normalize the error commands, always use
+	\@latex at error not \@latexerr
+
 2021-04-29  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 
 	* lthooks.dtx (subsection{\LaTeXe{} package interface commands}):
@@ -16,7 +21,6 @@ are not part of the distribution.
 	* lthooks.dtx, ltfilehook.dtx:
 	Switch to kernel (not package) errors.
 
-
 2021-04-29  Marcel Krüger  <Marcel.Krueger at latex-project.org>
 
 	* ltoutenc.dtx (subsection{Definitions for the TU encoding}):
diff --git a/base/ltoutput.dtx b/base/ltoutput.dtx
index 69bfa1f0..b1b3a240 100644
--- a/base/ltoutput.dtx
+++ b/base/ltoutput.dtx
@@ -37,7 +37,7 @@
 %<*driver>
 % \fi
 \ProvidesFile{ltoutput.dtx}
-             [2020/12/06 v1.4f LaTeX Kernel (Output Routine)]
+             [2021/05/05 v1.4g LaTeX Kernel (Output Routine)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltoutput.dtx}
@@ -1134,7 +1134,7 @@
   \global \advance \@colht \@tempdima
   \ifx \@dbltoplist \@empty
   \else
-    \@latexerr{Float(s) lost}\@ehb
+    \@latex at error{Float(s) lost}\@ehb
     \let \@dbltoplist \@empty
   \fi
   \@cons \@dbltoplist \@currbox
@@ -1525,7 +1525,7 @@
        \global \@colroom \@colht
        \ifx \@currlist\@empty
        \else
-          \@latexerr{Float(s) lost}\@ehb
+          \@latex at error{Float(s) lost}\@ehb
           \global \let \@currlist \@empty
        \fi
        \@makefcolumn\@deferlist
@@ -3920,9 +3920,9 @@
 %</trace>
    \@tempskipa#2\relax
    \ifdim \@tempskipa>.5\maxdimen
-     \@latexerr{Suggested\space extra\space height\space
-                (\the\@tempskipa)\space dangerously\space
-                large}\@eha
+     \@latex at error{Suggested\space extra\space height\space
+                   (\the\@tempskipa)\space dangerously\space
+                   large}\@eha
    \else
      \ifdim \vsize<.5\maxdimen
 %<*trace>
@@ -3940,8 +3940,8 @@
        \fi
 %</trace>
      \else
-       \@latexerr{Page\space height\space already\space
-                  too\space large}\@eha
+       \@latex at error{Page\space height\space already\space
+                     too\space large}\@eha
      \fi
    \fi
 }





More information about the latex3-commits mailing list.