From f46f84cfc0a8288ed1418ca4c9bc8eff85b427a1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 24 Jun 2020 21:04:10 +0000 Subject: optex (24jun20) git-svn-id: svn://tug.org/texlive/trunk@55655 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/luatex/optex/README | 2 ++ Master/texmf-dist/doc/luatex/optex/optex-doc.pdf | Bin 1242219 -> 1242362 bytes Master/texmf-dist/doc/luatex/optex/optex-doc.tex | 2 +- Master/texmf-dist/doc/luatex/optex/optex-math.tex | 8 ++++---- .../texmf-dist/tex/luatex/optex/base/if-macros.opm | 5 +++-- Master/texmf-dist/tex/luatex/optex/base/optex.ini | 2 +- .../texmf-dist/tex/luatex/optex/base/sections.opm | 3 ++- 7 files changed, 13 insertions(+), 9 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/luatex/optex/README b/Master/texmf-dist/doc/luatex/optex/README index c88eb1f9290..cd34e96f433 100644 --- a/Master/texmf-dist/doc/luatex/optex/README +++ b/Master/texmf-dist/doc/luatex/optex/README @@ -19,6 +19,8 @@ doc/ ... PDF version of the OpTeX documentation and sources. History: +<0.15> Release for Overleaf - TL2020. + More vertical space above in \chap and \secc. <0.14> Typeseting Math with OpTeX: new document added. Math macros corrected. In-line verbatim in section titles allowed. diff --git a/Master/texmf-dist/doc/luatex/optex/optex-doc.pdf b/Master/texmf-dist/doc/luatex/optex/optex-doc.pdf index 4c931616991..9957733f128 100644 Binary files a/Master/texmf-dist/doc/luatex/optex/optex-doc.pdf and b/Master/texmf-dist/doc/luatex/optex/optex-doc.pdf differ diff --git a/Master/texmf-dist/doc/luatex/optex/optex-doc.tex b/Master/texmf-dist/doc/luatex/optex/optex-doc.tex index d72b177bf68..7d211f8fc79 100644 --- a/Master/texmf-dist/doc/luatex/optex/optex-doc.tex +++ b/Master/texmf-dist/doc/luatex/optex/optex-doc.tex @@ -20,7 +20,7 @@ \tit Format Based on Plain \TeX/ and OPmac\fnotemark1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\hfill Version 0.14 +\hfill Version 0.15 \centerline{\it Petr Olšák, 2020} diff --git a/Master/texmf-dist/doc/luatex/optex/optex-math.tex b/Master/texmf-dist/doc/luatex/optex/optex-math.tex index 80557fec821..02ec7f0905e 100644 --- a/Master/texmf-dist/doc/luatex/optex/optex-math.tex +++ b/Master/texmf-dist/doc/luatex/optex/optex-math.tex @@ -42,7 +42,7 @@ \tit Typesetting Math with \OpTeX/ -\vskip-\baselineskip \hfill Version 01 +\vskip-\baselineskip \hfill Version 01+ \author Petr Olšák @@ -693,7 +693,7 @@ notation for vectors, tensors and matrices. If you dislike this, then you can de \secc[objects] List of single math objects \new Unicode -All single math objects is listed in the `unimath-table.opm` or +All single math objects are listed in the `unimath-table.opm` or `unicode-math-table.tex` file. You can look into this file. The codes, \TeX/ sequences, classes and comments for all possible math codes are here. Maybe, your Unicode math font which is loaded, @@ -785,7 +785,7 @@ If such character does not exist then the centered $/$ is overprinted over the next character. -\secc The `\bulidrel` macro: text over relation +\secc The `\buildrel` macro: text over relation The macro `\buildrel \over ` creates a new atom Rel with the and with the smaller above this . Example: @@ -863,7 +863,7 @@ $$ \sum/_{n=0}^\infty (-1)^n a_n \hbox{ converges, if } a_n\searrow 0. $$ % The difference can be visible if the formula $a_n\searrow 0$ includes a fraction, for example ${1\over2}a_n\searrow 0$. The first example prints the -fraction in the text style and the second example prints it the display style. +fraction in the text style and the second example prints it in the display style. The disadvantage of `\hbox` is that it starts in the text mode independently of the current style, but we want to use smaller font in $S$ or $SS$ styles. 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 \iftrue \else \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 -- cgit v1.2.3