[latex3-commits] [git/LaTeX3-latex3-latex2e] master: add missing `\normalfont` and `\textnormal` to docs [ci skip] (255d9e6)
E Kawashima
e-kwsm at github.github.io
Thu Jan 24 11:40:55 CET 2019
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/255d9e6480073e936497e37e50736010bcb9e9a5
>---------------------------------------------------------------
commit 255d9e6480073e936497e37e50736010bcb9e9a5
Author: E Kawashima <e-kwsm at users.noreply.github.com>
Date: Wed Jan 23 02:12:32 2019 +0900
add missing `\normalfont` and `\textnormal` to docs [ci skip]
>---------------------------------------------------------------
255d9e6480073e936497e37e50736010bcb9e9a5
base/ltfntcmd.dtx | 2 ++
doc/fntguide.tex | 1 +
doc/usrguide.tex | 2 ++
3 files changed, 5 insertions(+)
diff --git a/base/ltfntcmd.dtx b/base/ltfntcmd.dtx
index 7ad43e8..981842a 100644
--- a/base/ltfntcmd.dtx
+++ b/base/ltfntcmd.dtx
@@ -154,6 +154,8 @@
% \begin{center}
% \begin{tabular}{lll}
% \textit{Command} & \textit{Corresponds to }& \textit{Action} \\[4pt]
+% |\textnormal{..}| & |\normalfont| &
+% Typeset argument in normal family \\
% |\textrm{..}| & |\rmfamily| &
% Typeset argument in roman family \\
% |\textsf{..}| & |\sffamily| &
diff --git a/doc/fntguide.tex b/doc/fntguide.tex
index 57ed8cf..4de816b 100644
--- a/doc/fntguide.tex
+++ b/doc/fntguide.tex
@@ -288,6 +288,7 @@ The author commands for fonts set the five attributes:
\emph{Author command} &
\emph{Attribute} &
\emph{Value in} |article| \emph{class} \\
+ |\textnormal{..}| or |\normalfont| & family & |cmr| \\
|\textrm{..}| or |\rmfamily| & family & |cmr| \\
|\textsf{..}| or |\sffamily| & family & |cmss| \\
|\texttt{..}| or |\ttfamily| & family & |cmtt| \\
diff --git a/doc/usrguide.tex b/doc/usrguide.tex
index 0e14bb9..caef652 100644
--- a/doc/usrguide.tex
+++ b/doc/usrguide.tex
@@ -988,6 +988,7 @@ in \emph{\LaTeXcomp}, and the interface for class- and package-writers
is described in \emph{\fntguide}.
\begin{decl}
+|\normalfont|\\
|\rmfamily|\\
|\sffamily|\\
|\ttfamily|\\
@@ -1007,6 +1008,7 @@ both a change of series and a change of shape, to give a bold italic
font.
\begin{decl}
+|\textnormal|\arg{text}\\
|\textrm|\arg{text}\\
|\textsf|\arg{text}\\
|\texttt|\arg{text}\\
More information about the latex3-commits
mailing list