[latex3-commits] [latex3/latex2e] develop: Use \m instead of \arg (#1308) (93e62d88)
github at latex-project.org
github at latex-project.org
Fri Mar 22 15:47:32 CET 2024
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/93e62d889d056f4befc015d8fc3c29430064dbb0
>---------------------------------------------------------------
commit 93e62d889d056f4befc015d8fc3c29430064dbb0
Author: dr-scsi <59777257+dr-scsi at users.noreply.github.com>
Date: Fri Mar 22 15:47:32 2024 +0100
Use \m instead of \arg (#1308)
* base/doc/fntguide.tex (subsection{Handling of current and
requested font series and shape}): Use \m and not \arg in text
body.
>---------------------------------------------------------------
93e62d889d056f4befc015d8fc3c29430064dbb0
base/doc/fntguide.tex | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/base/doc/fntguide.tex b/base/doc/fntguide.tex
index 9a801fc6..6106204a 100644
--- a/base/doc/fntguide.tex
+++ b/base/doc/fntguide.tex
@@ -2019,11 +2019,11 @@ with |\DeclareFontSeriesChangeRule|:
\leavevmode\hfill \arg{result} \arg{alternative result}
\end{decl}
-The \arg{current series} is the value currently stored in |\f at series|,
-\arg{requested series} is the new series requested, \arg{result} is the
+The \m{current series} is the value currently stored in |\f at series|,
+\m{requested series} is the new series requested, \m{result} is the
combined value if it exists for the given font family, and
-\arg{alternative result} is a fallback in case \arg{result} doesn't
-exist. The example above now looks like this:
+\m{alternative result} is a fallback in case \m{result} doesn't exist.
+The example above now looks like this:
\begin{verbatim}
\DeclareFontSeriesChangeRule{c}{b}{bc}{}
\end{verbatim}
More information about the latex3-commits
mailing list.