[latex3-commits] [git/LaTeX3-latex3-latex3] master: Add an empty L3News 12 source (f394024c6)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Nov 14 18:24:04 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/f394024c6eaa9d6bc999e4c313dd83131126ddb9
>---------------------------------------------------------------
commit f394024c6eaa9d6bc999e4c313dd83131126ddb9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Nov 14 17:24:04 2019 +0000
Add an empty L3News 12 source
>---------------------------------------------------------------
f394024c6eaa9d6bc999e4c313dd83131126ddb9
l3kernel/doc/l3news.tex | 2 +-
l3kernel/doc/l3news12.tex | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 1 deletion(-)
diff --git a/l3kernel/doc/l3news.tex b/l3kernel/doc/l3news.tex
index c3cabcd7b..1c1b9eed7 100644
--- a/l3kernel/doc/l3news.tex
+++ b/l3kernel/doc/l3news.tex
@@ -1,6 +1,6 @@
% Copyright 2019 The LaTeX3 Project
-\providecommand*{\lastissue}{11}
+\providecommand*{\lastissue}{12}
\documentclass{ltnews}
diff --git a/l3kernel/doc/l3news12.tex b/l3kernel/doc/l3news12.tex
new file mode 100644
index 000000000..b45f80b8c
--- /dev/null
+++ b/l3kernel/doc/l3news12.tex
@@ -0,0 +1,40 @@
+% Copyright 2019 The LaTeX3 Project
+\documentclass{ltnews}
+
+\PassOptionsToPackage{colorlinks}{hyperref}
+
+%%% wrong in ltnews.cls ... so some tmp fix here at the moment:
+\makeatletter
+\renewcommand{\subsubsection}{%
+ \@startsection
+ {subsubsection}{2}{\leftmargini}{-1.5ex \@plus -1ex \@minus -.2ex}%
+ {1sp}{\@subheadingfont}%
+}
+\makeatother
+
+\AtBeginDocument{%
+ \renewcommand*{\LaTeXNews}{\LaTeX3~News}%
+ \RaggedRight
+ \setlength\parindent{1em}%
+}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\publicationmonth{November}
+\publicationyear{2019}
+\publicationissue{12}
+
+% Avoid hyphenation of csnames
+\makeatletter
+\protected\edef\cs#1{%
+ \noexpand\path{\@backslashchar#1}%
+}
+\makeatother
+
+\begin{document}
+
+\maketitle
+
+\tableofcontents
+
+\end{document}
More information about the latex3-commits
mailing list