[latex3-commits] [git/LaTeX3-latex3-latex3] master: Fix loading with ConTeXt (95bf59767)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Oct 10 23:38:00 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/95bf59767478f8065b7f228c36591c08a3f1f94a

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

commit 95bf59767478f8065b7f228c36591c08a3f1f94a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Oct 10 22:38:00 2019 +0100

    Fix loading with ConTeXt
    
    Their \newcatcodetable does not \initicatcodetable:
    see https://chat.stackexchange.com/transcript/message/52072701#52072701 onward.


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

95bf59767478f8065b7f228c36591c08a3f1f94a
 l3kernel/CHANGELOG.md    | 1 +
 l3kernel/l3bootstrap.dtx | 1 +
 2 files changed, 2 insertions(+)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 88d2e1805..b1641ace8 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -16,6 +16,7 @@ this project uses date-based 'snapshot' version identifiers.
 ### Fixed
 
 - Handling of files with no extension
+- Loading under ConTeXt
 
 ## [2019-10-02]
 
diff --git a/l3kernel/l3bootstrap.dtx b/l3kernel/l3bootstrap.dtx
index 7f8da0b60..a5efcc910 100644
--- a/l3kernel/l3bootstrap.dtx
+++ b/l3kernel/l3bootstrap.dtx
@@ -225,6 +225,7 @@
       \input{ltluatex}%
     \fi
     \newcatcodetable\ucharcat at table
+    \initcatcodetable\ucharcat at table
     \directlua{
       l3kernel = l3kernel or { }
       local charcat_table = \number\ucharcat at table\space





More information about the latex3-commits mailing list