diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-19 21:48:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-19 21:48:31 +0000 |
commit | 17a4db7579447a82d7d73a57080dc8dfa1c219c3 (patch) | |
tree | e3a7bc660161393b83eb059b858e5198f650abcb /Master/texmf-dist/tex/csplain | |
parent | 31f7d7be61be7c9090883c713a2a877ef3687fb6 (diff) |
csplain (19may16)
git-svn-id: svn://tug.org/texlive/trunk@41265 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/csplain')
-rw-r--r-- | Master/texmf-dist/tex/csplain/fonts/uni-math.tex | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/csplain/opmac/opmac.tex | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/csplain/fonts/uni-math.tex b/Master/texmf-dist/tex/csplain/fonts/uni-math.tex index 273a15ee0df..2895cad87df 100644 --- a/Master/texmf-dist/tex/csplain/fonts/uni-math.tex +++ b/Master/texmf-dist/tex/csplain/fonts/uni-math.tex @@ -22,6 +22,9 @@ \message{uni-math WARNING: Unicoded engine not detected. Macro-file ignored...} \endinput\fi +\ifx\directlua\undefined \else \ifx\luafonts\undefined \input luafonts +\fi\fi % lua code to re-define \font primitive + \def\umathname#1#2{"#1:\mfontfeatures#2"} \def\mfontfeatures{mode=base;script=math;} diff --git a/Master/texmf-dist/tex/csplain/opmac/opmac.tex b/Master/texmf-dist/tex/csplain/opmac/opmac.tex index aef308105b8..a2d0a7d1a01 100644 --- a/Master/texmf-dist/tex/csplain/opmac/opmac.tex +++ b/Master/texmf-dist/tex/csplain/opmac/opmac.tex @@ -1191,8 +1191,7 @@ \def\tskip{\afterassignment\tskipA \tmpdim} \def\tskipA{\gdef\dditem{}\gdef\vvitem{}\gdef\tabstrutA{}% - \vrule height\tmpdim width0pt \ddlinedata\cr - \gdef\tabstrutA{\tabstrut}} + \vbox to\tmpdim{}\ddlinedata \crcr \noalign{\gdef\tabstrutA{\tabstrut}}} \let\orihrule=\hrule \let\orivrule=\vrule \def\rulewidth{\afterassignment\rulewidthA \tmpdim} @@ -1765,5 +1764,6 @@ Apr. 2016 \frame: redundant group removed \fontfam introduced, \usebib as module loaded May 2016 \replacestrings improved \bfshape: \everymath={\boldmath} instead \boldmath directly + \tskip corrected %%%%%%%%%%%%%% End of opmac.tex |