[latex3-commits] [git/LaTeX3-latex3-latex2e] nfssalias: documentation moved here from TLC2 and some other textual updates (2408660e)

Frank Mittelbach frank.mittelbach at latex-project.org
Wed Oct 16 22:27:04 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : nfssalias
Link       : https://github.com/latex3/latex2e/commit/2408660ecfe1724a3a6c24e822da6f7cb75543c1

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

commit 2408660ecfe1724a3a6c24e822da6f7cb75543c1
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Wed Oct 16 22:27:04 2019 +0200

    documentation moved here from TLC2 and some other textual updates


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

2408660ecfe1724a3a6c24e822da6f7cb75543c1
 base/doc/fntguide.tex | 82 +++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 76 insertions(+), 6 deletions(-)

diff --git a/base/doc/fntguide.tex b/base/doc/fntguide.tex
index 65636bec..59c64999 100644
--- a/base/doc/fntguide.tex
+++ b/base/doc/fntguide.tex
@@ -170,7 +170,7 @@ Addresses and other details can be found at:
 This section describes the commands available to class and package
 writers for specifying and selecting fonts.
  
-\subsection{Text font attributes}
+\subsection{Text font attributes} \label{sec:textfontattributes}
  
 Every text font in \LaTeX{} has five \emph{attributes}:
 \begin{description}
@@ -1610,6 +1610,9 @@ Example:
    \DeclareFontSubstitution{T1}{cmr}{m}{n}
 \end{verbatim}
 
+
+
+
 \subsection{Case changing}
 \label{sec:case}
 
@@ -1817,15 +1820,25 @@ with |L|, experimental encodings intended for wide distribution will
 start with |E|, whilst |U| is for Unknown or Unclassified encodings.
  
 \item
-Font family names should contain up to five lower case letters.
-Where possible, these should conform to the \emph{Filenames for fonts}
-font naming scheme.
+\NEWdescription{2019/10/15}
+Font family names should contain only upper and lower case letters and
+hyphen characters.  Where possible, these should conform to the
+\emph{Filenames for fonts} font naming scheme of the scheme
+implemented by \texttt{autoinst} with suffixes such as \texttt{-LF},
+\texttt{-OsF}, etc.\ to indicate different figure styles.
  
 \item
-Font series names should contain up to four lower case letters.
+\NEWdescription{2019/10/15}
+Font series names should contain up to four lower case letters. If at
+all possible standard names as suggested in
+Section~\ref{sec:textfontattributes} should be used. Font specific
+names such as \texttt{regular} or \texttt{black}, etc.\ should be at
+least aliased to a corresponding standard name.
  
 \item
-Font shapes should contain up to two letters lower case.
+\NEWdescription{2019/10/15}
+Font shapes should contain up to four letters lower case. Use the
+names suggested in Section~\ref{sec:textfontattributes}.
  
 \item
 Names for symbol fonts are built from lower and upper case letters
@@ -1851,6 +1864,63 @@ fonts with existing fonts.
    Note that commands defined in this way must be robust, in case they
    get put into a section title or other moving argument.
 
+
+
+\subsection{The order of declaration}
+
+
+\NEWdescription{2019/10/15}
+\NFSS{} forces you to give all declarations in a specific order so
+that it can check whether you have specified all necessary
+information.  If you declare objects in the wrong order, it will
+complain.  Here are the dependencies that you have to obey:
+\begin{itemize}
+\item
+|\DeclareFontFamily| checks that the encoding scheme was previously
+declared with |\DeclareFontEncoding|.
+
+\item
+|\DeclareFontShape| checks that the font
+family was declared to be available in the requested
+encoding (|\DeclareFontFamily|).
+
+\item
+|\DeclareSymbolFont| checks that the encoding scheme is valid.
+
+\item
+|\SetSymbolFont| additionally ensures that the requested math
+version was declared (|\DeclareMathVersion|) and that the requested
+symbol font was declared (|\DeclareSymbolFont|).
+
+
+\item
+|\DeclareSymbolFontAlphabet| checks that the command name for the
+alphabet identifier can be used and that the symbol font was declared.
+
+\item
+|\DeclareMathAlphabet| checks that the chosen command name can be
+used and that the encoding scheme was declared.
+
+\item
+|\SetMathAlphabet| checks that the alphabet identifier was
+previously declared with |\DeclareMathAlphabet| or
+|\DeclareSymbolFontAlphabet| and that the math version and the
+encoding scheme are known.
+
+\item
+|\DeclareMathSymbol| makes sure that the command name can be used
+(i.e., is undefined or was previously declared to be a math symbol)
+and that the symbol font was previously declared.
+
+\item
+When the |\begin{document}| command is reached, \NFSS{} makes
+some additional checks---for example, verifying that substitution
+defaults for every encoding scheme point to known font shape group
+declarations.
+\end{itemize}
+
+
+   
 \section{If you need to know more \ldots}
 
 \NEWdescription{1996/06/01}





More information about the latex3-commits mailing list