summaryrefslogtreecommitdiff
path: root/macros/latex-dev/base/ltnews27.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-02-03 03:02:01 +0000
committerNorbert Preining <norbert@preining.info>2020-02-03 03:02:01 +0000
commit34897eebd22c3de968b64f09bb4a371d96cb0b89 (patch)
tree19a50e54fca63f1f6482d6cb4c2fdee676fd97b1 /macros/latex-dev/base/ltnews27.tex
parente05dc0bb38b16bfb9ba35591285e40af0adaadc4 (diff)
CTAN sync 202002030302
Diffstat (limited to 'macros/latex-dev/base/ltnews27.tex')
-rw-r--r--macros/latex-dev/base/ltnews27.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/macros/latex-dev/base/ltnews27.tex b/macros/latex-dev/base/ltnews27.tex
index 14c4e4adac..6b550bf0cd 100644
--- a/macros/latex-dev/base/ltnews27.tex
+++ b/macros/latex-dev/base/ltnews27.tex
@@ -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}