[latex3-commits] [git/LaTeX3-latex3-latex2e] earlylua: Load ltluatex as soon as possible (929a2723)
Marcel Fabian Krüger
tex at 2krueger.de
Thu Jun 4 14:02:11 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : earlylua
Link : https://github.com/latex3/latex2e/commit/929a27231ad589749f41d04cc6de4bfd9b5a1a53
>---------------------------------------------------------------
commit 929a27231ad589749f41d04cc6de4bfd9b5a1a53
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Fri Mar 20 22:13:50 2020 +0100
Load ltluatex as soon as possible
>---------------------------------------------------------------
929a27231ad589749f41d04cc6de4bfd9b5a1a53
base/changes.txt | 4 ++++
base/doc/source2e.tex | 4 ++--
base/format.ins | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 401f0d85..140712b5 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,6 +6,10 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
================================================================================
+2020-06-04 Marcel Krüger <Marcel.Krueger at latex-project.org>
+
+ * format.ins: Load ltluatex.dtx directly after ltalloc.dtx
+
2020-05-19 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* ltfssini.dtx (section{Custom series settings for main document families}):
diff --git a/base/doc/source2e.tex b/base/doc/source2e.tex
index ccb19a8b..ea8cdcad 100644
--- a/base/doc/source2e.tex
+++ b/base/doc/source2e.tex
@@ -246,6 +246,8 @@ page_precedence "rnaA"
\DocInclude{ltalloc} % Allocation of counters and others.
+ \DocInclude{ltluatex} % Luatex support
+
\DocInclude{ltcntrl} % Program control macros.
\DocInclude{lterror} % Error handling.
@@ -318,8 +320,6 @@ page_precedence "rnaA"
\DocInclude{lthyphen} % Hyphenation (hyphen.ltx).
- \DocInclude{ltluatex} % Luatex support
-
\DocInclude{ltfinal} % Last minute initialisations and dump
\includeltpatch % Corrections distributed after the full release
diff --git a/base/format.ins b/base/format.ins
index 940161ed..396b7888 100644
--- a/base/format.ins
+++ b/base/format.ins
@@ -163,6 +163,7 @@ the system are in the document `cfgguide.tex'.
\from{ltvers.dtx}{2ekernel}
\from{ltdefns.dtx}{2ekernel}
\from{ltalloc.dtx}{2ekernel}
+ \from{ltluatex.dtx}{2ekernel}
\from{ltcntrl.dtx}{2ekernel}
\from{lterror.dtx}{2ekernel}
\from{ltpar.dtx}{2ekernel}
@@ -196,7 +197,6 @@ the system are in the document `cfgguide.tex'.
\from{ltpage.dtx}{2ekernel}
\from{ltoutput.dtx}{2ekernel}
\from{ltclass.dtx}{2ekernel,tracerollback}
- \from{ltluatex.dtx}{2ekernel}
\from{ltfinal.dtx}{2ekernel}}
\file{tracefnt.sty}{%
\from{ltfsstrc.dtx}{package,trace}}
More information about the latex3-commits
mailing list.