From 2517d9a39aa036d64422152f1e451bc37d9b2e03 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 21 May 2020 21:47:11 +0000 Subject: optex (21may20) git-svn-id: svn://tug.org/texlive/trunk@55231 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/luatex/optex/base/alloc.opm | 13 +- .../tex/luatex/optex/base/bib-iso690.opm | 2 +- .../tex/luatex/optex/base/bib-simple.opm | 2 +- .../texmf-dist/tex/luatex/optex/base/cite-bib.opm | 6 +- Master/texmf-dist/tex/luatex/optex/base/colors.opm | 13 +- Master/texmf-dist/tex/luatex/optex/base/doc.opm | 3 +- .../texmf-dist/tex/luatex/optex/base/fams-ini.opm | 20 +- .../texmf-dist/tex/luatex/optex/base/graphics.opm | 10 +- .../texmf-dist/tex/luatex/optex/base/hi-syntax.opm | 8 +- .../tex/luatex/optex/base/hisyntax-c.opm | 4 +- .../tex/luatex/optex/base/hyphen-lan.opm | 2 +- .../texmf-dist/tex/luatex/optex/base/if-macros.opm | 7 +- .../texmf-dist/tex/luatex/optex/base/languages.opm | 4 +- .../tex/luatex/optex/base/math-macros.opm | 109 +++++-- .../tex/luatex/optex/base/math-preload.opm | 4 +- .../tex/luatex/optex/base/more-macros.opm | 6 +- Master/texmf-dist/tex/luatex/optex/base/optex.ini | 2 +- Master/texmf-dist/tex/luatex/optex/base/others.opm | 6 + Master/texmf-dist/tex/luatex/optex/base/output.opm | 7 +- .../tex/luatex/optex/base/parameters.opm | 32 +- .../texmf-dist/tex/luatex/optex/base/prefixed.opm | 2 +- .../texmf-dist/tex/luatex/optex/base/ref-file.opm | 2 +- .../texmf-dist/tex/luatex/optex/base/sections.opm | 2 +- Master/texmf-dist/tex/luatex/optex/base/table.opm | 325 ++++++++++++++++++--- .../tex/luatex/optex/base/unimath-codes.opm | 2 +- Master/texmf-dist/tex/luatex/optex/base/usebib.opm | 2 +- .../texmf-dist/tex/luatex/optex/base/verbatim.opm | 2 +- 27 files changed, 477 insertions(+), 120 deletions(-) (limited to 'Master/texmf-dist/tex/luatex/optex/base') diff --git a/Master/texmf-dist/tex/luatex/optex/base/alloc.opm b/Master/texmf-dist/tex/luatex/optex/base/alloc.opm index 7e03ae77b7d..d5625321a9c 100644 --- a/Master/texmf-dist/tex/luatex/optex/base/alloc.opm +++ b/Master/texmf-dist/tex/luatex/optex/base/alloc.opm @@ -1,6 +1,6 @@ %% This is part of OpTeX project, see http://petr.olsak.net/optex -\_codedecl \newdimen {Allocators for registers <2020-01-23>} % loaded in format +\_codedecl \newdimen {Allocators for registers <2020-05-12>} % loaded in format \_doc ----------------------------- The limits are set first. @@ -28,7 +28,7 @@ \_countdef\_toksalloc=15 \_toksalloc=255 \_countdef\_readalloc=16 \_readalloc=-1 \_countdef\_writealloc=17 \_writealloc=-1 -\_countdef\_mathalloc=18 \_mathalloc=3 +\_countdef\_famalloc=18 \_famalloc=3 \_doc ----------------------------- The common allocation macro @@ -51,7 +51,7 @@ \_doc ----------------------------- The allocation macros \`\newcount`, \`\newdimen`, \`\newskip`, \`\newmuskip`, \`\newbox`, - \`\newtoks`, \`\newread`, \`\newwrite` and \`\newmath` + \`\newtoks`, \`\newread`, \`\newwrite` and \`\newfam` are defined here. \_cod ----------------------------- @@ -63,9 +63,9 @@ \_def\_newtoks #1{\_allocator #1{toks}\_toksdef} \_def\_newread #1{\_allocator #1{read}\_chardef} \_def\_newwrite #1{\_allocator #1{write}\_chardef} -\_def\_newmath #1{\_allocator #1{fam}\_chardef} +\_def\_newfam #1{\_allocator #1{fam}\_chardef} -\_public \newcount \newdimen \newskip \newmuskip \newbox \newtoks \newread \newwrite \newmath ; +\_public \newcount \newdimen \newskip \newmuskip \newbox \newtoks \newread \newwrite \newfam ; \_doc ----------------------------- The \`\newinsert` macro is defined differently than others. @@ -162,4 +162,7 @@ the array-like declarator of counters. } \endtt +\_endinput +2020-05-12 \newmath -> \newfam bug fixing +2020-01-23 released diff --git a/Master/texmf-dist/tex/luatex/optex/base/bib-iso690.opm b/Master/texmf-dist/tex/luatex/optex/base/bib-iso690.opm index b569de0d309..612258baee7 100644 --- a/Master/texmf-dist/tex/luatex/optex/base/bib-iso690.opm +++ b/Master/texmf-dist/tex/luatex/optex/base/bib-iso690.opm @@ -361,7 +361,7 @@ Moreover, there are two optional special fields: \begitems * lang = language of the entry. The hyphenation plus autogenerated phrases and abbreviations will be typeset by this language. -* option = options by which you can control special printing of vairous fields. +* option = options by which you can control special printing of various fields. \enditems There can be only one option field per each entry with (may be) more options diff --git a/Master/texmf-dist/tex/luatex/optex/base/bib-simple.opm b/Master/texmf-dist/tex/luatex/optex/base/bib-simple.opm index 347d90bb143..f152d87acda 100644 --- a/Master/texmf-dist/tex/luatex/optex/base/bib-simple.opm +++ b/Master/texmf-dist/tex/luatex/optex/base/bib-simple.opm @@ -13,7 +13,7 @@ \_sfcode`\?=\_tmpnum \_sfcode`\!=\_tmpnum \_let\.=\_maybedot % prevents from double periods -% Formating of Author/Editor lists: +% Formatting of Author/Editor lists: \_def\_authorname{% \_ifnum\_NameCount>1 diff --git a/Master/texmf-dist/tex/luatex/optex/base/cite-bib.opm b/Master/texmf-dist/tex/luatex/optex/base/cite-bib.opm index 44f8dee055a..c756a619bd0 100644 --- a/Master/texmf-dist/tex/luatex/optex/base/cite-bib.opm +++ b/Master/texmf-dist/tex/luatex/optex/base/cite-bib.opm @@ -25,7 +25,7 @@ \`\ecite` `[