[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: tmp fix for #257 (8153ae49)

Frank Mittelbach frank.mittelbach at latex-project.org
Mon Jan 27 22:03:31 CET 2020


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/8153ae49909114cc0f133ab26d3bf7892fd6afdf

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

commit 8153ae49909114cc0f133ab26d3bf7892fd6afdf
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Mon Jan 27 22:03:31 2020 +0100

    tmp fix for #257


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

8153ae49909114cc0f133ab26d3bf7892fd6afdf
 base/doc/ltnews.tex | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/base/doc/ltnews.tex b/base/doc/ltnews.tex
index fd89d7c6..e939ee53 100644
--- a/base/doc/ltnews.tex
+++ b/base/doc/ltnews.tex
@@ -181,6 +181,8 @@
 
 %%% Issues
 
+
+
 \begingroup
   \makeatletter
   \renewcommand*{\usepackage}[2][]{%
@@ -235,6 +237,14 @@
          \let\protect\l at paragraph\protect\l at subsection
        }%
     \fi
+    %
+    % Just a temporary fix for now (we drop the tocs of individual issues)
+    % the file should use titletoc and partial tocs instead
+    % but that needs coding!
+    %
+\let\tableofcontents\relax   % no tocs in individual issues for now
+\let\pagebreak\relax         % used in 31 and invalid if there aren't any tocs
+\iffalse
     \ifnum\@issue=\lastissue\space
       \addtocontents{toc}{%
         \let\protect\l at paragraph\protect\saved at l@paragraph
@@ -260,6 +270,8 @@
       \let\l at section\l at part
       \let\l at part\@gobbletwo
     \fi
+\fi
+%
     \def\twocolumn[{%
       \let\twocolumn\org at twocolumn
       \org at twocolumn[%





More information about the latex3-commits mailing list.