summaryrefslogtreecommitdiff
path: root/macros/latex/base/ltnews27.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/base/ltnews27.tex')
-rw-r--r--macros/latex/base/ltnews27.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/macros/latex/base/ltnews27.tex b/macros/latex/base/ltnews27.tex
index 37b2fcf89e..6b550bf0cd 100644
--- a/macros/latex/base/ltnews27.tex
+++ b/macros/latex/base/ltnews27.tex
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 2017-2019
+% Copyright (C) 2017-2020
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
@@ -64,7 +64,7 @@ in many Operating Systems and applications
From this release, \LaTeX\ will accept ISO format date strings in the
date argument of \verb|\ProvidesPackage|, \verb|\usepackage|, etc.
Currently we recommend that you do not use this format in any packages
-that need to work with older \LaTeX\ releases;
+that need to work with older \LaTeX\ releases;
the \textsf{latexrelease} package may be used with older releases to
add this functionality. This change is handled in a special way by
\textsf{latexrelease}: The package always adds support for ISO dates
@@ -88,7 +88,7 @@ The existing \LaTeX\ code for \verb|\verb| and \verb|verbatim| had some
issues when used with fonts that were not loaded with hyphenation
disabled via setting \verb|\hyphenchar| to $-1$. In this release these
verbatim environments use a \verb|\language| setting,
-\verb|\l@nohyphenation|, that has no hyphenation patterns associated.
+\verb|\l@nohyphenation|, that has no hyphenation patterns associated.
The format ensures that a language has been allocated with this name.
For most users this will in fact be no change as the standard
@@ -99,7 +99,7 @@ In order that page breaks in \texttt{verbatim} do not influence the
language used in the page head and foot, the format now normalises the
language used in the output routine to a default language as described
below.
-
+
\section{Discretionary hyphenation}
The \LaTeX\ definition of \verb|\-| has been adjusted so that it will
insert the current font's \verb|\hyphenchar|, as would the
@@ -122,7 +122,7 @@ language packages such as \textsf{babel} may set this if the default
behaviour is not suitable.
\section{Line spacing in parboxes}
-Inside a \verb|\parbox|
+Inside a \verb|\parbox|
\LaTeX\ normalises the baseline spacing. However it has not
previously reset \verb|\lineskiplimit|. This meant that
lines of a paragraph that have ascenders or descenders could be set
@@ -131,5 +131,5 @@ happen if you use a \verb|\parbox| in an AMS alignment, as they use a
relatively large value of \verb|\lineskiplimit|.
As usual, the \textsf{latexrelease} package may be used to
force the older behavior.
-
+
\end{document}