[latex3-commits] [git/LaTeX3-latex3-latex2e] ltnews36: normalize key--value to key/value (33a79d9f)

Frank Mittelbach frank.mittelbach at latex-project.org
Sun Oct 30 11:22:06 CET 2022


Repository : https://github.com/latex3/latex2e
On branch  : ltnews36
Link       : https://github.com/latex3/latex2e/commit/33a79d9f8a90c04cdaa548045a7277595475ca6f

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

commit 33a79d9f8a90c04cdaa548045a7277595475ca6f
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sun Oct 30 11:22:06 2022 +0100

    normalize key--value to key/value


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

33a79d9f8a90c04cdaa548045a7277595475ca6f
 base/doc/ltnews36.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/base/doc/ltnews36.tex b/base/doc/ltnews36.tex
index ea6ef4d5..d2f40a2a 100644
--- a/base/doc/ltnews36.tex
+++ b/base/doc/ltnews36.tex
@@ -160,13 +160,13 @@ such key/value lists, for example, to specify alternative text or
 overwrite default tagging if that becomes necessary in a document.
 
 
-\section{Auto-detecting key--value arguments}
+\section{Auto-detecting key/value arguments}
 
 To allow extension of the core \LaTeX{} syntax, \pkg{ltcmd} now supports
 a \texttt{={...}}\ modifier when grabbing arguments. This modifier instructs
 \LaTeX{} that the argument should be passed to the underlying code as
 a set of key/values. If the argument does not \enquote{look like} a set
-of key/values, it will be converted into a single key--value pair, with
+of key/values, it will be converted into a single key/value pair, with
 the argument to \texttt{=} specifying the name of that key. For
 example, the \cs{caption} command could be defined as
 \begin{verbatim}
@@ -443,9 +443,9 @@ approach altogether.
 %
 \githubissue{921}
 
-\subsection{Reporting of unused global options when using key--value processing}
+\subsection{Reporting of unused global options when using key/value processing}
 
-Using the new key--value option processor did not properly report any unused
+Using the new key/value option processor did not properly report any unused
 global options when it was used in handling class options. This has now been
 corrected.
 %





More information about the latex3-commits mailing list.