summaryrefslogtreecommitdiff
path: root/macros/luatex/optex/optex.ini
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-04-02 03:02:37 +0000
committerNorbert Preining <norbert@preining.info>2020-04-02 03:02:37 +0000
commit0e03b1c035f50863fd828faf12e59f1b3c6850a7 (patch)
treee7d84e3fbaf71d54256d43e2adbb07e82417c077 /macros/luatex/optex/optex.ini
parentcbb8c5a5f12642aa506e68d0eb0503e021804595 (diff)
CTAN sync 202004020302
Diffstat (limited to 'macros/luatex/optex/optex.ini')
-rw-r--r--macros/luatex/optex/optex.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/macros/luatex/optex/optex.ini b/macros/luatex/optex/optex.ini
index e4a09eec0a..31d5f5171a 100644
--- a/macros/luatex/optex/optex.ini
+++ b/macros/luatex/optex/optex.ini
@@ -16,11 +16,12 @@
\catcode `\^^I=10 % ascii tab is a blank space
\catcode `\_=11 % underline can be used in control sequences
\catcode `\~=13 % tilde is active
+\catcode `\^^a0=13 % non breaking space in Unicode
\catcode 127=12 % normal character
% OpTeX version
-\def\optexversion{Alpha 0.07 Mar 2020}
+\def\optexversion{Alpha 0.08 Mar 2020}
% Engine testing:
@@ -86,6 +87,7 @@
\_everyjob = {%
\_message{This is OpTeX (Olsak's Plain TeX), version <\optexversion>^^J}%
+ \_mathchardef\_fnotestack=\_pdfcolorstackinit page {0 g 0 G}%
\_mathsbon % replaces \int_a^b to \int _a^b
\_inputref % inputs \jobname.ref if exists
}