[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: tmp fix for missing interface support in l3doc.cls --- to be taken out again (978ecbff)
Frank Mittelbach
frank.mittelbach at latex-project.org
Wed Jan 12 19:39:27 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/978ecbff9331d270e001288b520df045759efac0
>---------------------------------------------------------------
commit 978ecbff9331d270e001288b520df045759efac0
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Wed Jan 12 19:39:27 2022 +0100
tmp fix for missing interface support in l3doc.cls --- to be taken out again
>---------------------------------------------------------------
978ecbff9331d270e001288b520df045759efac0
base/doc/ltcmdhooks-doc.tex | 1 +
base/doc/ltfilehook-doc.tex | 1 +
base/doc/lthooks-doc.tex | 1 +
base/doc/ltpara-doc.tex | 1 +
base/doc/ltshipout-doc.tex | 1 +
5 files changed, 5 insertions(+)
diff --git a/base/doc/ltcmdhooks-doc.tex b/base/doc/ltcmdhooks-doc.tex
index 1efae5f2..acbb880e 100644
--- a/base/doc/ltcmdhooks-doc.tex
+++ b/base/doc/ltcmdhooks-doc.tex
@@ -2,5 +2,6 @@
\AtBeginDocument{\OnlyDescription
\let\tableofcontents\relax
+ \RenewCommandCopy\MaybeStop\StopEventually
}
\input{ltcmdhooks.dtx}
diff --git a/base/doc/ltfilehook-doc.tex b/base/doc/ltfilehook-doc.tex
index 220de941..c9287dfb 100644
--- a/base/doc/ltfilehook-doc.tex
+++ b/base/doc/ltfilehook-doc.tex
@@ -3,5 +3,6 @@
\AtBeginDocument{\OnlyDescription
% \let\tableofcontents\relax
+ \RenewCommandCopy\MaybeStop\StopEventually
}
\input{ltfilehook.dtx}
diff --git a/base/doc/lthooks-doc.tex b/base/doc/lthooks-doc.tex
index a51e2cd6..b5f3622a 100644
--- a/base/doc/lthooks-doc.tex
+++ b/base/doc/lthooks-doc.tex
@@ -3,5 +3,6 @@
\AtBeginDocument{\OnlyDescription
% \let\tableofcontents\relax
+ \RenewCommandCopy\MaybeStop\StopEventually
}
\input{lthooks.dtx}
diff --git a/base/doc/ltpara-doc.tex b/base/doc/ltpara-doc.tex
index c3892b81..f3a51bbd 100644
--- a/base/doc/ltpara-doc.tex
+++ b/base/doc/ltpara-doc.tex
@@ -2,5 +2,6 @@
\AtBeginDocument{\OnlyDescription
\let\tableofcontents\relax
+ \RenewCommandCopy\MaybeStop\StopEventually
}
\input{ltpara.dtx}
diff --git a/base/doc/ltshipout-doc.tex b/base/doc/ltshipout-doc.tex
index 33f87d88..4cca5e9c 100644
--- a/base/doc/ltshipout-doc.tex
+++ b/base/doc/ltshipout-doc.tex
@@ -3,5 +3,6 @@
\AtBeginDocument{\OnlyDescription
% \let\tableofcontents\relax
+ \RenewCommandCopy\MaybeStop\StopEventually
}
\input{ltshipout.dtx}
More information about the latex3-commits
mailing list.