[latex3-commits] [latex3/latex2e] develop: final changes by kb (85dab4abe)

github at latex-project.org github at latex-project.org
Sat Nov 9 22:06:50 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/85dab4abe701dfef549915c6a35d9b6fd1d67737

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

commit 85dab4abe701dfef549915c6a35d9b6fd1d67737
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sat Nov 9 22:06:50 2024 +0100

    final changes by kb


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

85dab4abe701dfef549915c6a35d9b6fd1d67737
 base/doc/ltnews40.tex | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/base/doc/ltnews40.tex b/base/doc/ltnews40.tex
index cbb04bcb4..54e164f7c 100644
--- a/base/doc/ltnews40.tex
+++ b/base/doc/ltnews40.tex
@@ -161,7 +161,7 @@
 
 In summer 1994, i.e., thirty years ago, \LaTeXe{} saw its first public
 release. Back then it was meant to be an intermediate version (hence
-the $\epsilon$) on the way to a major new version (the mythical
+the $\varepsilon$) on the way to a major new version (the mythical
 \LaTeX3) that we expected to take a couple of more years to reach
 maturity. It took much more than that in the end\Dash nominally,
 \LaTeXe{} is still with us today.
@@ -206,6 +206,7 @@ that it remains relevant without compromising one of the cornerstones
 of \LaTeX{}: its outstanding ability to reprocess old documents
 written many years ago.
 
+\tubcommand\newpage
 Being able to update and modernize the kernel sources allowed us to
 embark in 2019 on the multi-year \enquote{\LaTeX{} Tagged PDF} project
 with the goal of automatically providing accessible PDF documents with
@@ -276,7 +277,7 @@ At \url{https://latex3.github.io/tagging-project/tagging-status/} we
 show the status of many \LaTeX{} packages and classes with respect to
 PDF tagging.  We also started to improve tagging support in external
 packages. If the \texttt{firstaid} key is used in addition to the
-\texttt{phase-III} key basic commands of several packages, including
+\texttt{phase-III} key, basic commands of several packages, including
 \pkg{amsthm} and \pkg{fancyvrb}, can now be used.
 
 
@@ -297,7 +298,7 @@ be treated as headers. For example
 would specify that in the following tables the first two rows and
 first column of each row should be tagged as heading entries.
 
-Similarly you may add a RowSpan attributes to tag a cell that spans
+Similarly you may add a RowSpan attribute to tag a cell that spans
 two rows using:
 \begin{verbatim}
   \tagpdfsetup{table/multirow={2}}
@@ -466,12 +467,12 @@ When using the hook management, both hook and label names (if
 specified) should be non-empty. Before, empty hook and empty label names both
 raised the same label-specific error:
 \begin{verbatim}
-! LaTeX hooks Error: Empty code label on line ....
+! LaTeX hooks Error: Empty code label on line ..
   Using 'top-level' instead.
 \end{verbatim}
 This has now been improved. Now an empty hook raises
 \begin{verbatim}
-! LaTeX hooks Error: Empty hook on line ....
+! LaTeX hooks Error: Empty hook on line ..
 \end{verbatim}
 %
 \githubissue{1423}
@@ -485,7 +486,7 @@ redefined the commands \verb+\@definecounter+, \verb+\@addtoreset+ and
 \verb+\refstepcounter+. This counter representation is also needed for
 the Tagged PDF project and so these augmented command definitions
 have now been incorporated into the kernel.  Thus from now on every
-\verb+\newcounter{+\meta{counter}\verb+}+ will not only define
+\verb+\newcounter{+\meta{counter}\verb+}+ will define not only
 \verb+\the+\meta{counter} but also \verb+\theH+\meta{counter}.
 
 \subsection{Extending \cs{refstepcounter}}





More information about the latex3-commits mailing list.