[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Typos in ltnews36 (719d83c0)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Oct 27 10:23:12 CEST 2022
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/719d83c09e28dbe8c04e59597d3b18dabc933ac6
>---------------------------------------------------------------
commit 719d83c09e28dbe8c04e59597d3b18dabc933ac6
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Oct 27 09:23:12 2022 +0100
Typos in ltnews36
>---------------------------------------------------------------
719d83c09e28dbe8c04e59597d3b18dabc933ac6
base/doc/ltnews36.tex | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/base/doc/ltnews36.tex b/base/doc/ltnews36.tex
index a17c47ab..ec67dc3f 100644
--- a/base/doc/ltnews36.tex
+++ b/base/doc/ltnews36.tex
@@ -230,9 +230,9 @@ automatically detect the locale currently in use when \pkg{babel} is loaded.
This allows automatic adjustment of letter mappings where appropriate. They
also accept a leading optional argument. This accepts a key--value list of
control settings. At present, there is one key available: \texttt{locale},
-which can also be accessed via the alias \texttt{lang}. This are intended to
+which can also be accessed via the alias \texttt{lang}. This is intended to
allow local setting of the language, which can be done using a BCP-47
-descriptor. For example, this could be used to force Turkic case changing in
+descriptor. For example, this could be used to force Turkish case changing in
otherwise English input
\begin{verbatim}
\MakeUppercase[lang = tr]{Ragıp Hulûsi Özdem}
@@ -245,7 +245,7 @@ yields
\section{Code improvements}
\subsection{Support for slanted small caps in the EC-fonts }
-Since some time \LaTeX{} supports the combination of the shapes
+For some time \LaTeX{} has supported the combination of the shapes
small caps and italic/slanted. The EC-fonts contain slanted small caps fonts
but using them required the loading of an external package. Suitable font definitions
have now been added to \pkg{t1cmd.fd} and so from now on
@@ -290,8 +290,8 @@ do not obey that convention but use \texttt{mc}, \texttt{bm}, etc., in
their declarations. As a result, some font selection scheme
functionality was not working when confronted with such \texttt{.fd}
files. We have therefore augmented \cs{DeclareSymbolFont} and
-\cs{SetSymbolFont} to strip their series argument from any surplus
-\texttt{m} so that they do not unnecessarily trigger font
+\cs{SetSymbolFont} to strip any surplus \texttt{m} from their series argument
+so that they do not unnecessarily trigger font
substitutions. Regardless of this support such
\texttt{.fd} files should get fixed by their maintainers.
%
@@ -356,7 +356,7 @@ callbacks are not used.
\subsection{Rule based ordering for \LuaTeX\ callback handlers}
In \hologo{LuaLaTeX} the callback handlers used to be called in the order
-they are registered in, but this was often rather fragile.
+in which they were registered in, but this was often rather fragile.
It depends a lot on the load order and any attempts to enforce a
different order required to unregister and reregister the handlers to
be reordered. Additionally even if some ordering constraints where
@@ -392,7 +392,7 @@ rules explicitly.
\subsection{Prevent \TeX{} from losing a \cs{smash}}
When \TeX{} is typesetting a fraction, it will rebox the material in
-either numerator or the denumerator depending on which is wider. If
+either numerator or the denominator depending on which is wider. If
the repackaged part consists of a single box, that box gets new
dimensions and if it was built using a \cs{smash} that effect vanishes
(because a smash is nothing other than zeroing some box dimension,
More information about the latex3-commits
mailing list.