[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: and now some updates from kb [ci skip] (e661719d)
Frank Mittelbach
frank.mittelbach at latex-project.org
Tue Sep 17 18:39:26 CEST 2019
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/e661719d09e31033bc99978fb040c148d1e2d142
>---------------------------------------------------------------
commit e661719d09e31033bc99978fb040c148d1e2d142
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Tue Sep 17 18:39:26 2019 +0200
and now some updates from kb [ci skip]
>---------------------------------------------------------------
e661719d09e31033bc99978fb040c148d1e2d142
base/doc/ltnews30.tex | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/base/doc/ltnews30.tex b/base/doc/ltnews30.tex
index 70253d91..3b285d5b 100644
--- a/base/doc/ltnews30.tex
+++ b/base/doc/ltnews30.tex
@@ -49,14 +49,13 @@
\providecommand\MiKTeX{\hologo{MiKTeX}}
\providecommand\CTAN{\textsc{ctan}}
\providecommand\TL{\TeX\,Live}
-
\providecommand\githubissue[2][]{\ifhmode\unskip\fi
\quad\penalty500\strut\nobreak\hfill
\mbox{\small\slshape(%
\href{https://github.com/latex3/latex2e/issues/\getfirstgithubissue#2 \relax}%
{github issue#1 #2}%
)}%
- \par}
+ \par\smallskip}
% simple solution right now (just link to the first issue if there are more)
\def\getfirstgithubissue#1 #2\relax{#1}
@@ -226,7 +225,7 @@ call from \texttt{xelatex} to \texttt{xelatex-dev} inside.
Perhaps the most important improvement in this release is
even
-better support for UTF-8 characters when using \pdfTeX{}.\footnote{The
+better support for \acro{utf}-8 characters when using \pdfTeX{}.\footnote{The
Japanese engines e-p\TeX{} and e-up\TeX{} can't use these features
yet as they don't support the primitive \cs{ifincsname}. Work is
under way to resolve this in the engines.}
@@ -246,7 +245,7 @@ can write labels such as
\label{eq:größer}
\end{verbatim}
or use accented characters, etc., as part of a \cs{typeout} message.
-The only requirement remaining is that only those UTF-8 characters
+The only requirement remaining is that only those \acro{utf}-8 characters
that are also available for typesetting can be used, i.e., only those
characters for
which adequate font support is loaded. Otherwise you will get an
@@ -270,7 +269,7 @@ sequence of bytes and this is not supported in command names.
A related change is that file names used as part of \cs{input},
\cs{includegraphics}, etc., commands
can now contain any
-Unicode characters allowed by the File System in use,
+Unicode characters allowed by the file system in use,
including spaces.
In this case,
even characters that can't be typeset
@@ -316,7 +315,7 @@ In the early days of \LaTeX{} many commands were fragile, i.e., they
needed \cs{protect} in front of them when used in places such as
section headings and other \enquote{moving arguments}, etc.
In \LaTeXe{} many of these commands were made robust,
-but still a fairly huge number remained unnecessarily fragile.
+but still a fairly large number remained unnecessarily fragile.
In this release of \LaTeX{} we have now
made a lot more commands robust.
@@ -346,7 +345,7 @@ that are now robust, so that
they become fragile again
once the package is loaded.
This area will be addressed in a followup release.
-
+%
\githubissue{123}
@@ -430,7 +429,7 @@ formatting of the value in the reference.
These packages also provided
the command \cs{labelformat} to help in the specification of
such formatting in an easy way. For
-example, \verb=\labelformat{equation}{eq.~(#1)}= specifies that
+example, \verb=\labelformat{equation}{eq.~(#1}}= specifies that
references to equations
automatically come out as
\enquote{eq.~(5)} or similar. As this means a \cs{ref} command can no
@@ -456,7 +455,7 @@ messages to match style of similar messages.
\subsection{Avoid bad side-effects of \cs{DeclareErrorFont}}
-As a side effect of setting up the error font for NFSS, this
+As a side effect of setting up the error font for \acro{nfss}, this
declaration also changed the current font size back to 10pt.
In most
circumstances that doesn't matter, because that declaration was meant
@@ -512,9 +511,9 @@ regardless of \pkg{trace} being loaded or not.
\subsection{\pkg{array}: Warn if primitive column specifiers are overwritten}
With \cs{newcolumntype} it is possible to define your own column
-specifiers for a \texttt{tabular} preamble, it is also possible to
+specifiers for a \texttt{tabular} preamble; it is also possible to
change existing ones. However, doing that for a primitive column
-specifier, such a \texttt{c}, is seldom a good idea, since then its
+specifier, such as \texttt{c}, is seldom a good idea, since then its
functionality becomes unavailable.
The package was therefore supposed
to warn the user in this case, but due to a missing \cs{expandafter}
@@ -566,7 +565,8 @@ Support was also added for the Arabic language through the option
-\subsection{\pkg{xr}: Support citations to bibliographies in external documents}
+\subsection[\pkg{xr}: Support citations to bibliographies in\\ external documents]
+{\pkg{xr}: Support citations to bibliographies in external documents}
The \pkg{xr} package can be used to cross-reference an external \LaTeX{}
document.
@@ -603,7 +603,7 @@ There are a number of
documentation updates in files
on the documentation page of the project website~\cite{30:site-doc}.
-\subsection{Highlighting the standard NFSS codes for series}
+\subsection{Highlighting the standard \acro{nfss} codes for series}
The \emph{Font Selection Guide}~\cite{fntguide} has been
updated to strongly recommend that the standard codes should be used
@@ -630,7 +630,7 @@ For a long time the \LaTeX{} distribution available from \CTAN{} was
split into several parts to allow them to be uploaded or downloaded
separately. As this is these days more confusing than helpful we have
recombined the base part with the documentation part (as both are
-anyway always updated jointly. Thus the package \texttt{latex-doc}
+anyway always updated together). Thus the package \texttt{latex-doc}
is no longer separately available from \CTAN{} but contained in the
\texttt{latex-base} distribution.
More information about the latex3-commits
mailing list