[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: copy-edits part 2 (1c44c544)
Frank Mittelbach
frank.mittelbach at latex-project.org
Thu Sep 24 17:00:36 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/1c44c544939f4d6abf5b4d86d9224d30773ce57d
>---------------------------------------------------------------
commit 1c44c544939f4d6abf5b4d86d9224d30773ce57d
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Thu Sep 24 17:00:36 2020 +0200
copy-edits part 2
>---------------------------------------------------------------
1c44c544939f4d6abf5b4d86d9224d30773ce57d
base/doc/ltnews32.tex | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/base/doc/ltnews32.tex b/base/doc/ltnews32.tex
index 7347bff9..a29b01c4 100644
--- a/base/doc/ltnews32.tex
+++ b/base/doc/ltnews32.tex
@@ -40,7 +40,7 @@
\usepackage{csquotes}
\usepackage{multicol}
-\providecommand\meta[1]{$\langle$\textit{#1}$\rangle$}
+\providecommand\meta[1]{$\langle$\textrm{\itshape#1}$\rangle$}
\providecommand\option[1]{\texttt{#1}}
\providecommand\env[1]{\texttt{#1}}
\providecommand\Arg[1]{\texttt\{\meta{#1}\texttt\}}
@@ -192,13 +192,13 @@ 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}
- \item[\texttt{lthooks-doc.pdf}] Core management interface and basic
+ \item[\tubcommand\mdseries\texttt{lthooks-doc.pdf}] Core management interface and basic
hooks for environments provided by the kernel.
- \item[\texttt{ltshipout-doc.pdf}] Hooks accessible while a page is
+ \item[\tubcommand\mdseries\texttt{ltshipout-doc.pdf}] Hooks accessible while a page is
being shipped out.
- \item[\texttt{ltfilehook-doc.pdf}] Hooks used when reading a file.
+ \item[\tubcommand\mdseries\texttt{ltfilehook-doc.pdf}] Hooks used when reading a file.
\end{description}
For those who wish to also study the code, replace \texttt{-doc} with
\texttt{-code}, e.g., \texttt{lthooks-code.pdf}. All documents should
@@ -799,8 +799,9 @@ processed as part of the formula.
\subsection{Detect Unicode engines when setting \cs{std at minus} and \cs{std at equal}}
\pkg{amsmath} now detects the Unicode engines and uses their extended
-commands to define \cs{std at minus} and \cs{std at equal}. This avoids a package like
-\pkg{unicode-math} having to patch the code in the begin document hook to change the commands.
+commands to define \cs{std at minus} and \cs{std at equal}. This avoids a
+package like \pkg{unicode-math} having to patch the code in the begin
+document hook to change the commands.
\section{Changes to the \pkg{babel} package}
More information about the latex3-commits
mailing list.