[latex3-commits] [latex3/latex2e] If-X-TF: Apply suggestions from code review (7d0579a7)
github at latex-project.org
github at latex-project.org
Mon Sep 2 15:57:11 CEST 2024
Repository : https://github.com/latex3/latex2e
On branch : If-X-TF
Link : https://github.com/latex3/latex2e/commit/7d0579a790ef84ca768cd7eccc7f7b40e84ba047
>---------------------------------------------------------------
commit 7d0579a790ef84ca768cd7eccc7f7b40e84ba047
Author: Joseph Wright <joseph at texdev.net>
Date: Mon Sep 2 14:57:11 2024 +0100
Apply suggestions from code review
Co-authored-by: Yukai Chou <muzimuzhi at gmail.com>
>---------------------------------------------------------------
7d0579a790ef84ca768cd7eccc7f7b40e84ba047
base/changes.txt | 2 +-
base/doc/clsguide.tex | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 4244b12c..0266927e 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -9,7 +9,7 @@ not part of the distribution.
2024-09-02 Joseph Wright <Joseph.Wright at latex-project.org>
* clsguide.tex:
- Document \IfPackageAtLeastTF, etc.
+ Document \IfPackageLoadedTF, \IfPackageAtLeastTF, etc.
2024-08-12 Joseph Wright <Joseph.Wright at latex-project.org>
diff --git a/base/doc/clsguide.tex b/base/doc/clsguide.tex
index b0a948b4..6c601eed 100644
--- a/base/doc/clsguide.tex
+++ b/base/doc/clsguide.tex
@@ -998,7 +998,7 @@ available.
|\IfClassLoadedTF| \arg{class-name} \arg{true code} \arg{false code}\\
|\IfFileLoadedTF| \arg{file-name} \arg{true code} \arg{false code}
\end{decl}
-These commands test whether the named package, class or file is loaded: this is
+These commands test whether the named package, class or file has been loaded: this is
done by using information that must be contained in an appropriate
|\Provides...| line, as described in Section~\ref{sec:ID}. In the case of
\cs{IfFileLoadedTF}, the full \meta{file-name} must be provided; in contrast,
More information about the latex3-commits
mailing list.