[latex3-commits] [git/LaTeX3-latex3-latex2e] hotfix/gh583: fix typos (00b023d6)
Frank Mittelbach
frank.mittelbach at latex-project.org
Tue Jun 8 15:31:27 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : hotfix/gh583
Link : https://github.com/latex3/latex2e/commit/00b023d6f43b2f9760bab62da40e72344ab1ccc1
>---------------------------------------------------------------
commit 00b023d6f43b2f9760bab62da40e72344ab1ccc1
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Tue Jun 8 15:31:27 2021 +0200
fix typos
>---------------------------------------------------------------
00b023d6f43b2f9760bab62da40e72344ab1ccc1
base/doc/latexchanges.tex | 2 +-
required/firstaid/changes.txt | 2 +-
required/firstaid/latex2e-first-aid-for-external-files.dtx | 7 ++++---
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/base/doc/latexchanges.tex b/base/doc/latexchanges.tex
index 3cfdfea3..933ea48d 100644
--- a/base/doc/latexchanges.tex
+++ b/base/doc/latexchanges.tex
@@ -126,7 +126,7 @@ Fixes an issue with rollback when \pkg{latexrelease} is loaded by some
other package (as done for \texttt{platex} (\ghissue{577}).
First aid for \pkg{ulem} and \pkg{varwidth} got added to help them
-along until the get corrected. \pkg{ulem} has a problem with the
+along until they get corrected. \pkg{ulem} has a problem with the
improved definition of \cs{hspace} and \pkg{varwidth} chokes on a
newly introduced glue item in vertical lists, which is needed for
paragraph hook handling (\ghissue{583}).
diff --git a/required/firstaid/changes.txt b/required/firstaid/changes.txt
index 71133394..634e3e5c 100644
--- a/required/firstaid/changes.txt
+++ b/required/firstaid/changes.txt
@@ -1,7 +1,7 @@
2021-06-08 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* latex2e-first-aid-for-external-files.dtx:
- ulem doesn't handle \hspace gracefully not that it is calc aware.
+ ulem doesn't handle \hspace gracefully now that it is calc aware.
varwidth needs an additional \unskip when unraveling a vertical list.
2021-03-15 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
diff --git a/required/firstaid/latex2e-first-aid-for-external-files.dtx b/required/firstaid/latex2e-first-aid-for-external-files.dtx
index 6e6e25ec..c6985d9f 100644
--- a/required/firstaid/latex2e-first-aid-for-external-files.dtx
+++ b/required/firstaid/latex2e-first-aid-for-external-files.dtx
@@ -567,13 +567,14 @@
%
% \subsection{\cs{varwidth} first aid}
%
-% the \pkg{varwidth} package does a lot of low-level paragraph
-% manipulation assuming tradition \TeX{} paragraphs. However with
+% The \pkg{varwidth} package does a lot of low-level paragraph
+% manipulation assuming traditional \TeX{} paragraphs. However with
% the paragraph hooks we end up with one extra glue 0pt item on the
% vertical list and if that isn't removed then the package doesn't
% find its penalties.
%
-% So this this needs to be removed as well.
+% So this needs to be removed as well by adding and additional
+% \cs{unskip}.
%
% \begin{macrocode}
\AddToHook{file/after/varwidth.sty}[firstaid]{%
More information about the latex3-commits
mailing list.