[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: a bit of spell checking (c1f6f60f)

Frank Mittelbach frank.mittelbach at latex-project.org
Sun Aug 30 12:36:16 CEST 2020


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

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

commit c1f6f60f3f9425e4abb75f1823c3b184de95749d
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sun Aug 30 12:36:16 2020 +0200

    a bit of spell checking


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

c1f6f60f3f9425e4abb75f1823c3b184de95749d
 base/doc/ltnews32.tex | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/base/doc/ltnews32.tex b/base/doc/ltnews32.tex
index 0bb6f872..dedf734a 100644
--- a/base/doc/ltnews32.tex
+++ b/base/doc/ltnews32.tex
@@ -221,7 +221,7 @@ they offer hooks in a similar fashion to what is provided by the
 
 At the moment the integration is lightweight, overwriting definitions
 made earlier during format generation (though this will change after
-more thorough testing).  For that reason the documention isn't in its
+more thorough testing).  For that reason the documentation isn't in its
 final form either and you have to read through three different
 documents:
 \begin{description}
@@ -283,7 +283,7 @@ always treats \texttt{U+00AD} as \cs{-}.
 \subsection{Fix capital accents in Unicode engines}
 
 In Unicode engines the capital accents such as \cs{capitalcedilla},
-etc., have been implemented as trival shorthands for the normal
+etc., have been implemented as trivial shorthands for the normal
 accents (because other than Computer Modern virtually no fonts support
 them), but that failed when \pkg{hyperref} got loaded. This has been
 corrected.
@@ -311,7 +311,7 @@ expressions (as used by the \cs{glueexpr} primitive although all uses
 in \texttt{picture} mode are non stretchy).
 
 So valid uses include \verb|\put(2,2)| as previously,
- but now also uses such as \verb|\put(\textwidth-5cm,0.4\texteight)|.
+ but now also uses such as \verb|\put(\textwidth-5cm,0.4\textheight)|.
 
 Note that you can only use expressions with lengths, \verb|\put(1+2,0)| is not
 supported.
@@ -368,7 +368,7 @@ to the right. This has been corrected.
 In the initial implementation of \LaTeX's font selection scheme (NFSS)
 changes to any default where carried out by redefining some
 commands, e.g., \cs{seriesdefault}. In 2019 we introduced various
-extensions and with it new methods of customising certain parts of
+extensions and with it new methods of customizing certain parts of
 NFSS, e.g., the recommended way for changing the series default(s) is
 now through \cs{DeclareFontSeriesDefault}~\cite{32:ltnews31}. In this
 release we improved the support for legacy documents using the old
@@ -441,8 +441,8 @@ been fixed.
 \subsection{Adjusting \texttt{fleqn}}
 
 In \pkg{amsmath} the \cs{mathindent} parameter used with the
-\texttt{fleqn} design is a rubber length paramter allowing for setting
-it to a value such as \texttt{1em minus 1em}, i.e., so the normal
+\texttt{fleqn} design is a rubber length parameter allowing for setting
+it to a value such as \texttt{1em minus 1em}, i.e., so that the normal
 indentation can be reduced in case of very wide math displays.
 This is now also supported by the \LaTeX{} standard classes.
 
@@ -460,7 +460,7 @@ equation number.
 (zero-sized boxes whose content sticks out to the left or right,
 respectively) but there isn't a corresponding \cs{clap} command that
 centers the material. This missing command was added by several
-addon packages, e.g., \pkg{mathtools}, and has now been added to the
+packages, e.g., \pkg{mathtools}, and has now been added to the
 kernel.
 
 
@@ -616,12 +616,12 @@ having to patch \cs{refstepcounter}.
 \githubissue{300}
 
 
-\subsection{Native Lua\TeX\ behaviour for \cs{-}}
+\subsection{Native Lua\TeX\ behavior for \cs{-}}
 
 \LaTeX\ changes \cs{-} to add a discretionary hyphen even if \cs{hyphenchar}
 is set to $-1$. This change is not necessary under Lua\TeX\ because in there
 \cs{-} is not affected by \cs{hyphenchar} in the first place. Therefore this
-behaviour has been changed to ensure that Lua\TeX's (language specific)
+behavior has been changed to ensure that Lua\TeX's (language specific)
 hyphenation characters are respected by \cs{-}.
 
 
@@ -674,7 +674,7 @@ protected glyph node which is not affected by font shaping.
 \subsection{Added a fourth empty argument to \cs{contentsline}}
 
 \LaTeX's writes with \cs{addcontentsline} a \cs{contentsline}
-command with three arguments to the  toc and similar files.
+command with three arguments to the  \texttt{.toc} and similar files.
 \pkg{hyperref} redefines \cs{addcontentsline} to write
 a fourth argument. The change unifies the number of arguments
 by writing an additional empty brace group.
@@ -779,7 +779,7 @@ was added to all languages.
 
 \subsection{\pkg{xr}: Support for spaces in filenames}
 
-The commannd \cs{externaldocument}, provided by \pkg{xr}, now also
+The command \cs{externaldocument}, provided by \pkg{xr}, now also
 supports filenames with spaces, just like \cs{include} and
 \cs{includeonly}.
 %





More information about the latex3-commits mailing list.