olsak / OpTeX

OpTeX - LuaTeX format with extended Plain TeX macros
http://petr.olsak.net/optex/
35 stars 14 forks source link

\slides, \typosize, \displaylines combination #26

Closed cao- closed 3 years ago

cao- commented 3 years ago
\slides
\typosize[20/35]
$$\displaylines{}$$

\bye

When either the first or the second or the third row is commented it works; otherwise it issues an error message.

olsak commented 3 years ago

Thank you for reporting. The problem was {} pair in initializing of math sizes which generates empty Ord symbol in math list. I corrected this in my last commit.