summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/optex/optex.ini
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-11 21:25:25 +0000
committerKarl Berry <karl@freefriends.org>2020-04-11 21:25:25 +0000
commitab92e63936783c8aaee1aa7d8b665db287565e96 (patch)
tree94358c5ef0027cf454a6c5b2b490c966b0c175d9 /Master/texmf-dist/tex/luatex/optex/optex.ini
parentd18e7b8da9786016b16a8024e05eb7f0925823c5 (diff)
optex, with move to doc/luatex/optex
git-svn-id: svn://tug.org/texlive/trunk@54650 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/optex/optex.ini')
-rw-r--r--Master/texmf-dist/tex/luatex/optex/optex.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/luatex/optex/optex.ini b/Master/texmf-dist/tex/luatex/optex/optex.ini
index e4a09eec0af..31d5f5171ae 100644
--- a/Master/texmf-dist/tex/luatex/optex/optex.ini
+++ b/Master/texmf-dist/tex/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
}