[latex3-commits] [latex3/latex2e] If-X-TF: Correct a typo (83245fda)
github at latex-project.org
github at latex-project.org
Mon Sep 2 07:44:58 CEST 2024
Repository : https://github.com/latex3/latex2e
On branch : If-X-TF
Link : https://github.com/latex3/latex2e/commit/83245fdab9df00a7762c4565aa1a83487b50dacd
>---------------------------------------------------------------
commit 83245fdab9df00a7762c4565aa1a83487b50dacd
Author: Joseph Wright <joseph at texdev.net>
Date: Mon Sep 2 06:44:58 2024 +0100
Correct a typo
>---------------------------------------------------------------
83245fdab9df00a7762c4565aa1a83487b50dacd
base/doc/clsguide.tex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/base/doc/clsguide.tex b/base/doc/clsguide.tex
index 52a7e3e8..8cd8a54d 100644
--- a/base/doc/clsguide.tex
+++ b/base/doc/clsguide.tex
@@ -391,7 +391,7 @@ For example:
\ProvidesClass{article}[2022-06-01 Standard LaTeX class]
\end{verbatim}
The \m{date} should be given in the form `\textsc{yyyy-mm-dd}' or
-`\textsc{yyyy/nmm/dd}', and must be
+`\textsc{yyyy/mm/dd}', and must be
present if the optional argument is used (this is also true for the
|\NeedsTeXFormat| command). Any derivation from this syntax will result in
low-level \TeX{} errors---the commands expect a valid syntax to speed up the
@@ -679,7 +679,7 @@ to further specify the earliest release date of the format that is needed. When
the release date of the format is older than the one specified a warning will
be generated. The standard \m{format-name} is \texttt{LaTeX2e}. The date, if
present, must be in the form `\textsc{yyyy-mm-dd}' or
-`\textsc{yyyy/nmm/dd}'.
+`\textsc{yyyy/mm/dd}'.
Example:
\begin{verbatim}
@@ -1011,7 +1011,7 @@ These tests are used to check if a package or class has been loaded with at
least a given \meta{date}. The \meta{date} is compared with that in the
optional argument to \cs{Provides...} (as described in Section~\ref{sec:ID}).
As for \cs{Provides...}, the \meta{date} should be given in the form
-`\textsc{yyyy-mm-dd}' or `\textsc{yyyy/nmm/dd}'. If the package or class is not
+`\textsc{yyyy-mm-dd}' or `\textsc{yyyy/mm/dd}'. If the package or class is not
loaded, the \meta{false} branch will be taken.
\begin{decl}
More information about the latex3-commits
mailing list.