summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/optex/base/plain-macros.opm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-11 22:04:51 +0000
committerKarl Berry <karl@freefriends.org>2022-03-11 22:04:51 +0000
commit41bf581d1e01e395d0eaeb2fc50b36d0cd3c92bc (patch)
treeb9f337374b98fdf7d3e27331951e6b3429998bb6 /Master/texmf-dist/tex/optex/base/plain-macros.opm
parent594f56d8c6dd122d6841c134070753e69276d5cf (diff)
optex (11mar22) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2021.final@62641 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/optex/base/plain-macros.opm')
-rw-r--r--Master/texmf-dist/tex/optex/base/plain-macros.opm10
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/optex/base/plain-macros.opm b/Master/texmf-dist/tex/optex/base/plain-macros.opm
index 2f4d2da65c6..6909abff09f 100644
--- a/Master/texmf-dist/tex/optex/base/plain-macros.opm
+++ b/Master/texmf-dist/tex/optex/base/plain-macros.opm
@@ -1,6 +1,6 @@
%% This is part of the OpTeX project, see http://petr.olsak.net/optex
-\_codedecl \magstep {Macros from plain TeX <2021-09-24>} % preloaded in format
+\_codedecl \magstep {Macros from plain TeX <2022-02-19>} % preloaded in format
\_doc -----------------------------
The \`\dospecials` works like in plain TeX but does nothing with `_`.
@@ -356,8 +356,16 @@
\_def \_bye {\_par \_vfill \_supereject \_byehook \_end}
\_public \showhyphens \bye ;
+ \_doc -----------------------------
+ Plain \TeX/ reads `hyphen.tex` with patterns as `\language=0`. We do the same.
+ \_cod -----------------------------
+
+\_lefthyphenmin=2 \_righthyphenmin=3 % disallow x- or -xx breaks
+\_input hyphen % en(USenglish) patterns from TeX82
+
\_endcode % -------------------------------------
+2022-02-19 ... \input hyphen.tex moved here (format file is 80k smaller)
2021-09-24 ... \_unichars introduced
2021-04-09 ... \_public\showhyphens, bug fixed
2020-02-14 ... released