[latex3-commits] [git/LaTeX3-latex3-latex2e] LaTeX2020: Add empty ltexpl source (5b79a8f4)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Oct 2 18:31:02 CEST 2019
Repository : https://github.com/latex3/latex2e
On branch : LaTeX2020
Link : https://github.com/latex3/latex2e/commit/5b79a8f419d1403afa6b7a5635dc08da20bfa450
>---------------------------------------------------------------
commit 5b79a8f419d1403afa6b7a5635dc08da20bfa450
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Oct 2 14:54:14 2019 +0100
Add empty ltexpl source
>---------------------------------------------------------------
5b79a8f419d1403afa6b7a5635dc08da20bfa450
base/format.ins | 8 ++---
base/{doc/ltnews18.tex => ltexpl.dtx} | 58 ++++++++++++++++++++++-------------
2 files changed, 39 insertions(+), 27 deletions(-)
diff --git a/base/format.ins b/base/format.ins
index 5a1bf6e7..a6204c37 100644
--- a/base/format.ins
+++ b/base/format.ins
@@ -209,12 +209,8 @@ the system are in the document `cfgguide.tex'.
\from{ltmath.dtx}{leqno}}
}
-
-
-
-\generateFile{oldlfont.sty}{t}{%
- \from{oldlfont.dtx}{package}
-}
+% expl3-based extensions
+\generate{\file{ltexpl.ltx}{\from{ltexpl.dtx}{2ekernel}}}
\generateFile{newlfont.sty}{t}{%
\from{newlfont.dtx}{package}
diff --git a/base/doc/ltnews18.tex b/base/ltexpl.dtx
similarity index 53%
copy from base/doc/ltnews18.tex
copy to base/ltexpl.dtx
index 33f0d731..0df01f4e 100644
--- a/base/doc/ltnews18.tex
+++ b/base/ltexpl.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 1993-2019
+% Copyright (C) 2019
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
@@ -11,7 +11,7 @@
% conditions of the LaTeX Project Public License, either version 1.3c
% of this license or (at your option) any later version.
% The latest version of this license is in
-% http://www.latex-project.org/lppl.txt
+% https://www.latex-project.org/lppl.txt
% and version 1.3c or later is part of all distributions of LaTeX
% version 2008 or later.
%
@@ -26,26 +26,42 @@
% extension .ins) which are part of the distribution.
%
% \fi
-% Filename: ltnews18.tex
%
-% This is issue 18 of LaTeX News.
-
-\documentclass
- [lw35fonts] % uncomment this line to get Palatino
- {ltnews}[2004/02/28]
-
-% \usepackage[T1]{fontenc}
-
-
-\publicationmonth{December}
-\publicationyear{2007}
-\publicationissue{18}
-
+% \iffalse
+%%% From File: ltexpl.dtx
+%
+%<*driver>
+% \fi
+\ProvidesFile{ltexpl.dtx}
+ [2019-10-02 v0.0 LaTeX Kernel (expl3-dependent code)]
+% \iffalse
+\documentclass{ltxdoc}
+\GetFileInfo{ltfinal.dtx}
+\title{\filename}
+\date{\filedate}
+\author{%
+ Joseph Wright}
\begin{document}
-
-\maketitle
-
-\noindent This news never existed.
-
+ \MaintainedByLaTeXTeam{latex}
+ \maketitle
+ \DocInput{ltfinal.dtx}
\end{document}
+%</driver>
+% \fi
+%
+% \section{\pkg{expl3}-dependent code}
+%
+% \StopEventually{}
+%
+% \changes{v0.0}{2019-10-02}{Initial version}
+%
+% \begin{macrocode}
+%<*2ekernel>
+% \end{macrocode}
+%
+% \begin{macrocode}
+%</2ekernel>
+% \end{macrocode}
+%
+% \Finale
More information about the latex3-commits
mailing list