diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-24 21:04:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-24 21:04:10 +0000 |
commit | f46f84cfc0a8288ed1418ca4c9bc8eff85b427a1 (patch) | |
tree | 91e0b6f32120b609d8d5db89a369ae6ec608d1cd /Master/texmf-dist/tex | |
parent | 3384409eac791772f143e4ad94fbdab48771463d (diff) |
optex (24jun20)
git-svn-id: svn://tug.org/texlive/trunk@55655 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/luatex/optex/base/if-macros.opm | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/optex/base/optex.ini | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/optex/base/sections.opm | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/luatex/optex/base/if-macros.opm b/Master/texmf-dist/tex/luatex/optex/base/if-macros.opm index 39e3841719b..82d3774628a 100644 --- a/Master/texmf-dist/tex/luatex/optex/base/if-macros.opm +++ b/Master/texmf-dist/tex/luatex/optex/base/if-macros.opm @@ -133,8 +133,9 @@ \_doc ---------------------------- \secc Is-macros - There are a collection of macros - `\isempty`, `\istoksempty`, `\isequal`, `\ismacro`, `\isdefined`, `\isinlist` and `\isfile` + There are a collection of macros + \^`\isempty`, \^`\istoksempty`, \^`\isequal`, \^`\ismacro`, + \^`\isdefined`, \^`\isinlist` and \^`\isfile` with common syntax: \begtt \catcode`\<=13 \issomething <params> \iftrue <codeA> \else <codeB> \fi diff --git a/Master/texmf-dist/tex/luatex/optex/base/optex.ini b/Master/texmf-dist/tex/luatex/optex/base/optex.ini index dce5d1aaff6..8e6d9f36d05 100644 --- a/Master/texmf-dist/tex/luatex/optex/base/optex.ini +++ b/Master/texmf-dist/tex/luatex/optex/base/optex.ini @@ -21,7 +21,7 @@ % OpTeX version -\def\optexversion{Beta 0.14 Jun 2020} +\def\optexversion{Beta 0.15 Jun 2020} \def\fmtname{OpTeX} % Engine testing: diff --git a/Master/texmf-dist/tex/luatex/optex/base/sections.opm b/Master/texmf-dist/tex/luatex/optex/base/sections.opm index d4cda17b83c..20f3f063dd3 100644 --- a/Master/texmf-dist/tex/luatex/optex/base/sections.opm +++ b/Master/texmf-dist/tex/luatex/optex/base/sections.opm @@ -70,6 +70,7 @@ \_cod --------------------------- \_def\_printchap #1{\_vfill\_supereject + \_vglue\_medskipamount % shifted by topkip+\medskipamount {\_chapfont \_noindent \_mtext{chap} \_printrefnum[@]\_par \_nobreak\_smallskip \_noindent \_raggedright #1\_nbpar}\_mark{}% @@ -83,7 +84,7 @@ \_firstnoindent } \_def\_printsecc#1{\_par - \_abovetitle{\_penalty-200}\_medskip + \_abovetitle{\_penalty-200}{\_medskip\_smallskip} {\_seccfont \_noindent \_raggedright \_printrefnum[@\_quad]#1\_nbpar}% \_nobreak \_belowtitle{\_medskip}% \_firstnoindent |