[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: fixed doc issues [ci skip] (764d6c44)
Frank Mittelbach
frank.mittelbach at latex-project.org
Mon Sep 23 12:23:32 CEST 2019
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/764d6c44eae4e89325618fd9cd76a11d88af4921
>---------------------------------------------------------------
commit 764d6c44eae4e89325618fd9cd76a11d88af4921
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Mon Sep 23 12:23:32 2019 +0200
fixed doc issues [ci skip]
>---------------------------------------------------------------
764d6c44eae4e89325618fd9cd76a11d88af4921
base/changes.txt | 2 +-
base/doc/fntguide.tex | 2 --
base/doc/ltnews30.tex | 9 +++++----
base/fontdef.dtx | 1 -
4 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 385ad8e8..199e4285 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -7,7 +7,7 @@ are not part of the distribution.
2019-09-21 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* fontdef.dtx:
- Make alias definition reobust independently (gh/184)
+ Make alias definition robust independently (gh/184)
2019-09-16 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
diff --git a/base/doc/fntguide.tex b/base/doc/fntguide.tex
index d0b1ab37..f3231a81 100644
--- a/base/doc/fntguide.tex
+++ b/base/doc/fntguide.tex
@@ -266,8 +266,6 @@ These are concatenated to a single series value except that |m| is
dropped unless both weight and width are medium in which case a single
|m| is used.
-\newpage
-
Examples for series values are then:
\begin{center}
\begin{minipage}{.7\linewidth}
diff --git a/base/doc/ltnews30.tex b/base/doc/ltnews30.tex
index b2be8ed9..cfc1430f 100644
--- a/base/doc/ltnews30.tex
+++ b/base/doc/ltnews30.tex
@@ -432,8 +432,9 @@ such formatting in an easy way. For
example, \verb=\labelformat{equation}{eq.~(#1)}= specifies that
references to equations
automatically come out as
-\enquote{eq.~(5)} or similar. As this means a \cs{ref} command can no
-longer be used at the start of a sentence, the packages also
+\enquote{eq.~(5)} or similar. As such a \cs{labelformat} declaration
+means a \cs{ref} command can no
+longer be successfully used at the start of a sentence, the packages also
provided \cs{Ref} for such scenarios.
Both of these commands, \cs{labelformat} and \cs{Ref},
@@ -585,7 +586,7 @@ package.
\section{Changes to packages in the \pkg{amsmath} category}
-\subsection{\pkg{amsmath}: Introduce \texttt{overunderset} command}
+\subsection{\pkg{amsmath}: Introduce \cs{overunderset} command}
The \pkg{amsmath} package has always offered
the commands \cs{overset} and
@@ -603,7 +604,7 @@ There are a number of
documentation updates in files
on the documentation page of the project website~\cite{30:site-doc}.
-\subsection{Highlighting the standard \acro{nfss} codes for series}
+\subsection{Highlighting the standard \texorpdfstring{\acro{nfss}}{NFSS} codes for series}
The \emph{Font Selection Guide}~\cite{fntguide} has been
updated to strongly recommend that the standard codes should be used
diff --git a/base/fontdef.dtx b/base/fontdef.dtx
index 5675f3e4..c9c5f5d7 100644
--- a/base/fontdef.dtx
+++ b/base/fontdef.dtx
@@ -971,7 +971,6 @@
% As \cs{neq} is robust we should not use \cs{let} to define
% \cs{ne} as then then it would change if \cs{neq} changes.
% \changes{v3.0d}{2019/09/21}{Distangle alias (gh/184)}
-% the file}
% \begin{macrocode}
%\let\ne=\neq
\DeclareRobustCommand\ne{\not=}
More information about the latex3-commits
mailing list