[latex3-commits] [git/LaTeX3-latex3-latex2e] doc-fixes: \providecommand\InternalDetectionOff{} \providecommand\InternalDetectionOn{} until defined in l3doc.cls (50818720)

Frank Mittelbach frank.mittelbach at latex-project.org
Fri Jan 15 23:12:11 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : doc-fixes
Link       : https://github.com/latex3/latex2e/commit/50818720d96a123629e8e4bb2315ad8a25db0bd4

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

commit 50818720d96a123629e8e4bb2315ad8a25db0bd4
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Fri Jan 15 23:12:11 2021 +0100

    \providecommand\InternalDetectionOff{}
    \providecommand\InternalDetectionOn{}
    until defined in l3doc.cls


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

50818720d96a123629e8e4bb2315ad8a25db0bd4
 base/ltfilehook.dtx | 4 ++++
 base/ltfiles.dtx    | 3 +++
 base/lthooks.dtx    | 3 +++
 base/ltluatex.dtx   | 4 ++++
 base/ltshipout.dtx  | 3 +++
 5 files changed, 17 insertions(+)

diff --git a/base/ltfilehook.dtx b/base/ltfilehook.dtx
index 51fd0bc8..954908f8 100644
--- a/base/ltfilehook.dtx
+++ b/base/ltfilehook.dtx
@@ -55,6 +55,10 @@
   }
 \ExplSyntaxOff
 
+\providecommand\InternalDetectionOff{}
+\providecommand\InternalDetectionOn{}
+
+
 \usepackage{structuredlog}  % for demonstration
 
 \EnableCrossrefs
diff --git a/base/ltfiles.dtx b/base/ltfiles.dtx
index 446ac192..b27f9105 100644
--- a/base/ltfiles.dtx
+++ b/base/ltfiles.dtx
@@ -49,6 +49,9 @@
 
 \providecommand\pkg[1]{\texttt{#1}}
 
+\providecommand\InternalDetectionOff{}
+\providecommand\InternalDetectionOn{}
+
 \begin{document}
  \MaintainedByLaTeXTeam{latex}
  \maketitle
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 037b6a71..2cefcd71 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -54,6 +54,9 @@
   }
 \ExplSyntaxOff
 
+\providecommand\InternalDetectionOff{}
+\providecommand\InternalDetectionOn{}
+
 \EnableCrossrefs
 \CodelineIndex
 \begin{document}
diff --git a/base/ltluatex.dtx b/base/ltluatex.dtx
index 0dec294b..e3fa9f93 100644
--- a/base/ltluatex.dtx
+++ b/base/ltluatex.dtx
@@ -38,6 +38,10 @@
 %</tex>
 %<*driver>
 \documentclass{ltxdoc}
+
+\providecommand\InternalDetectionOff{}
+\providecommand\InternalDetectionOn{}
+
 \GetFileInfo{ltluatex.dtx}
 \begin{document}
 \title{\filename\\(Lua\TeX{}-specific support)}
diff --git a/base/ltshipout.dtx b/base/ltshipout.dtx
index 00ea4be1..7b5fdfdf 100644
--- a/base/ltshipout.dtx
+++ b/base/ltshipout.dtx
@@ -55,6 +55,9 @@
   }
 \ExplSyntaxOff
 
+\providecommand\InternalDetectionOff{}
+\providecommand\InternalDetectionOn{}
+
 \EnableCrossrefs
 \CodelineIndex
 \begin{document}





More information about the latex3-commits mailing list.