summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-24 21:04:10 +0000
committerKarl Berry <karl@freefriends.org>2020-06-24 21:04:10 +0000
commitf46f84cfc0a8288ed1418ca4c9bc8eff85b427a1 (patch)
tree91e0b6f32120b609d8d5db89a369ae6ec608d1cd /Master
parent3384409eac791772f143e4ad94fbdab48771463d (diff)
optex (24jun20)
git-svn-id: svn://tug.org/texlive/trunk@55655 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/luatex/optex/README2
-rw-r--r--Master/texmf-dist/doc/luatex/optex/optex-doc.pdfbin1242219 -> 1242362 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/optex/optex-doc.tex2
-rw-r--r--Master/texmf-dist/doc/luatex/optex/optex-math.tex8
-rw-r--r--Master/texmf-dist/tex/luatex/optex/base/if-macros.opm5
-rw-r--r--Master/texmf-dist/tex/luatex/optex/base/optex.ini2
-rw-r--r--Master/texmf-dist/tex/luatex/optex/base/sections.opm3
7 files changed, 13 insertions, 9 deletions
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
--- a/Master/texmf-dist/doc/luatex/optex/optex-doc.pdf
+++ b/Master/texmf-dist/doc/luatex/optex/optex-doc.pdf
Binary files 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 <text>\over <relation>` creates a new atom Rel with the
<relation> and with the smaller <text> above this <relation>. 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 <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