[latex3-commits] [git/LaTeX3-latex3-latex3] master: Remove nonsensical \tableofcontents (d0ff6db)
Bruno Le Floch
bruno at le-floch.fr
Sat Apr 7 04:13:03 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/d0ff6db291a13485d9ce5c287c00860f3f021158
>---------------------------------------------------------------
commit d0ff6db291a13485d9ce5c287c00860f3f021158
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Fri Apr 6 22:13:03 2018 -0400
Remove nonsensical \tableofcontents
Some \tableofcontents were before even the title of the doc. I've
left some others that were placed in reasonable places, but for most
files we don't even have a toc.
>---------------------------------------------------------------
d0ff6db291a13485d9ce5c287c00860f3f021158
l3experimental/l3str/l3str-convert.dtx | 1 -
l3experimental/l3str/l3str-format.dtx | 1 -
l3trial/l3str-format-new/l3str-format-new.dtx | 1 -
3 files changed, 3 deletions(-)
diff --git a/l3experimental/l3str/l3str-convert.dtx b/l3experimental/l3str/l3str-convert.dtx
index 0d94072..3b30d19 100644
--- a/l3experimental/l3str/l3str-convert.dtx
+++ b/l3experimental/l3str/l3str-convert.dtx
@@ -27,7 +27,6 @@
\documentclass[full]{l3doc}
\usepackage{amsmath}
\begin{document}
- \tableofcontents
\DocInput{\jobname.dtx}
\end{document}
%</driver>
diff --git a/l3experimental/l3str/l3str-format.dtx b/l3experimental/l3str/l3str-format.dtx
index f6d798a..1f74e31 100644
--- a/l3experimental/l3str/l3str-format.dtx
+++ b/l3experimental/l3str/l3str-format.dtx
@@ -27,7 +27,6 @@
\documentclass[full]{l3doc}
\usepackage{amsmath}
\begin{document}
- \tableofcontents
\DocInput{\jobname.dtx}
\end{document}
%</driver>
diff --git a/l3trial/l3str-format-new/l3str-format-new.dtx b/l3trial/l3str-format-new/l3str-format-new.dtx
index 0f5a33a..9e9ac49 100644
--- a/l3trial/l3str-format-new/l3str-format-new.dtx
+++ b/l3trial/l3str-format-new/l3str-format-new.dtx
@@ -39,7 +39,6 @@
%<*driver>
\documentclass[full]{l3doc}
\begin{document}
- \tableofcontents
\DocInput{\jobname.dtx}
\end{document}
%</driver>
More information about the latex3-commits
mailing list