From: Martin Mares Date: Tue, 5 Jun 2018 18:55:40 +0000 (+0200) Subject: ucw-luacsplain: do not forget to allocate math families X-Git-Tag: v1.99~1^2~29 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=51036a9915ef2946d007c526fbaf60297b660538;p=ucwmac.git ucw-luacsplain: do not forget to allocate math families --- diff --git a/test.tex b/test.tex index 6d47beb..5d2ba49 100644 --- a/test.tex +++ b/test.tex @@ -1,8 +1,5 @@ \input ucwmac.tex -\ifx\setfonts\undefined - % Preloaded in ucw-luacsplain - \input ucw-ofs.tex -\fi +\input ucw-ofs.tex \input ucw-verb.tex \input ucw-algo.tex @@ -33,7 +30,7 @@ \noindent An~itemized list: \itemize\ibull -\:It is an important and popular fact that things are not always what +\:It is an {\I important and popular fact} that things are not always what they seem. For instance, on the planet Earth, man had always assumed that he was more intelligent than dolphins because he had achieved so much -- the wheel, New York, wars and so on -- whilst all the dolphins diff --git a/ucw-luacsplain.ini b/ucw-luacsplain.ini index 392952a..0195ad9 100644 --- a/ucw-luacsplain.ini +++ b/ucw-luacsplain.ini @@ -29,9 +29,13 @@ \input etex.src % ε-TeX macros (includes plain.tex) -% Bring \font back +% Bring \font back and allocate font families \let\font=\orifont \let\orifont=\undefined +\newfam\itfam +\newfam\slfam +\newfam\bffam +\newfam\ttfam \input luatex-unicode-letters.tex % Set properties of Unicode characters % \input ltluatex.tex % LuaTeX support for plain TeX