[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: docs: adjust pagination for fntguide (170f4946)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Mar 28 14:12:12 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/170f4946f031125afa422db3e7105267cc8f4841

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

commit 170f4946f031125afa422db3e7105267cc8f4841
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Sun Feb 5 12:45:06 2023 +0800

    docs: adjust pagination for fntguide


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

170f4946f031125afa422db3e7105267cc8f4841
 base/changes.txt      |  7 ++++++-
 base/doc/fntguide.tex | 17 ++++++++---------
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index 2491cf7a..f906df49 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -25,10 +25,15 @@ are not part of the distribution.
 	Backout \parskip at top of minipage if it shouldn't be there
 	but is due to whatsits (gh/989)
 
+2023-02-05 Yukai Chou <muzimuzhi at gmail.com>
+
+	* fntguide.tex:
+	Adjusted pagination due to recently added doc paragraphs (gh/994)
+
 2023-01-16 Yukai Chou <muzimuzhi at gmail.com>
 
 	* ltnews.cls:
-	Added full release date yyyy-mm-dd to _all_ ltnews issues.
+	Added full release date yyyy-mm-dd to _all_ ltnews issues (gh/982)
 	Added \publicationday{<day>} to specify day in a month in ltnews<n>.tex.
 	<day> defaults to 01.
 
diff --git a/base/doc/fntguide.tex b/base/doc/fntguide.tex
index 33bbed3b..6dab01b7 100644
--- a/base/doc/fntguide.tex
+++ b/base/doc/fntguide.tex
@@ -42,7 +42,7 @@
 
 \title{\LaTeXe{} font selection}
 
-\author{\copyright~Copyright 1995--2022, \LaTeX\ Project
+\author{\copyright~Copyright 1995--2023, \LaTeX\ Project
   Team.\thanks{Thanks to Arash Esbati for documenting the
     newer NFSS features of 2020}\\
   All rights reserved.%
@@ -52,7 +52,7 @@
    \texttt{fntguide.tex} for full details.}%
 }
 
-\date{August 2022}
+\date{February 2023}
 
 \begin{document}
 
@@ -299,8 +299,6 @@ e.g., ``demi-bold'' is normally just another name for ``semi-bold'', so
 should get |sb| assigned, etc.
 
 
-\newpage
-
 \NEWdescription{2020/02/02}
 The most common values for the font shape are:
 \begin{center}
@@ -404,8 +402,6 @@ turned into \TeX{} font names.  This is described in
 Section~\ref{Sec:install}.
 
 
-\newpage
-
 
 \subsection{Selection commands}
 
@@ -955,7 +951,6 @@ Example:
    \DeclareMathSymbol{\alphld}{\mathalpha}{AMSb}{"0C}
 \end{verbatim}
 
-\newpage
 
 \begin{decl}
   |\DeclareMathDelimiter| \arg{cmd} \arg{type}
@@ -1431,6 +1426,8 @@ executed whenever a math alphabet with this encoding is called.
 It also saves the value of \m{encoding} in the macro
 |\LastDeclaredEncoding|.
 
+\newpage
+
 Example:
 \begin{verbatim}
    \DeclareFontEncoding{OT1}{}{}
@@ -1496,6 +1493,8 @@ For example, the definition of |\ss| in the |OT1| encoding is:
 It does not produce an error if the command has already
 been defined but logs the redefinition in the transcript file.
 
+\newpage
+
 \begin{decl}
   |\DeclareTextAccent| \arg{cmd} \arg{encoding} \arg{slot}
 \end{decl}
@@ -1611,6 +1610,8 @@ defined with |\DeclareTextSymbol|.
 
 For more examples of these definitions, see |ltoutenc.dtx|.
 
+\newpage
+
 \begin{decl}[1994/12/01]
   |\ProvideTextCommandDefault| \arg{cmd} \arg{definition}
 \end{decl}
@@ -2440,8 +2441,6 @@ become unavailable in the different sub-encodings.  Again, the numbers
 are the slots in the |TS1| encoding, |acc| indicates a `constructed'
 accent.
 
-\newpage
-
 
 
 \begin{table}[!tbp]





More information about the latex3-commits mailing list.