[latex3-commits] [git/LaTeX3-latex3-latex2e] tracinglostchar: Minor fixes (6a8bf00c)

PhelypeOleinik phelype.oleinik at latex-project.org
Sat Jul 17 13:35:53 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : tracinglostchar
Link       : https://github.com/latex3/latex2e/commit/6a8bf00c9a25661372922b5a8520ffa799f43420

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

commit 6a8bf00c9a25661372922b5a8520ffa799f43420
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Sat Jul 17 08:35:53 2021 -0300

    Minor fixes


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

6a8bf00c9a25661372922b5a8520ffa799f43420
 base/doc/ltnews34.tex | 4 ++--
 base/ltplain.dtx      | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/base/doc/ltnews34.tex b/base/doc/ltnews34.tex
index 3b821958..5041f583 100644
--- a/base/doc/ltnews34.tex
+++ b/base/doc/ltnews34.tex
@@ -183,10 +183,10 @@ In 2021 the \TeX{} engines got enhanced so that \cs{tracinglostchars}
 is now also supporting the value \texttt{3}, turning missing
 characters into errors and not just warnings. This change made us
 realize that \LaTeX{} should use a better default for this parameter
-(currently the warning is only written into the transcript file).
+(so far the warning was only written to the transcript file).
 Using the now available \texttt{3} would really be the best, but for
 compatibility reasons we only set it to \texttt{2} in the kernel.
-However, we recommend to adding \cs{tracinglostchars}\texttt{=3} to the
+However, we recommend adding \cs{tracinglostchars}\texttt{=3} to the
 preamble of documents, because missing glyphs in the output are an
 error and should therefore be properly looked at.
 
diff --git a/base/ltplain.dtx b/base/ltplain.dtx
index d8c65ae8..691ad6d0 100644
--- a/base/ltplain.dtx
+++ b/base/ltplain.dtx
@@ -917,19 +917,19 @@
 % \tracingpages=0
 % \tracingoutput=0
 %    \end{macrocode}
-%    In the past \LaTeX{} used the value of \texttt{1} for
+%    In the past \LaTeX{} used the default value of \texttt{1} for
 %    \cs{tracinglostchar} because this was the best it could do.  This
 %    way one would at least get a warning in the \texttt{.log}
-%    file. e\TeX{} imoved on that and supported a value of \texttt{2}
+%    file. e-\TeX{} improved on that and supported a value of \texttt{2}
 %    to show the warning on the terminal, so we could have changed the
-%    default when we made the e\Tex{} extensions required---however,
+%    default when we made the e-\TeX{} extensions required---however,
 %    we overlooked that oportunity.
 %    In 2021 this parameter was improved on again and now also accepts
 %    the value \texttt{3}
 %    (error on the terminal). This made us realize that we should
 %    change the default. Using \texttt{3} would really be the
 %    best, but for compatibility reasons we only use \texttt{2}.
-% \changes{v2.3g}{2021/07/16}{Use 2 as value for \cs{tracinglostchars}}
+% \changes{v2.3g}{2021/07/16}{Use 2 as default value for \cs{tracinglostchars}}
 %    \begin{macrocode}
 \tracinglostchars=2
 %    \end{macrocode}





More information about the latex3-commits mailing list.