]> mj.ucw.cz Git - ucwmac.git/commitdiff
ucw-luacsplain: do not forget to allocate math families
authorMartin Mares <mj@ucw.cz>
Tue, 5 Jun 2018 18:55:40 +0000 (20:55 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 5 Jun 2018 18:56:28 +0000 (20:56 +0200)
test.tex
ucw-luacsplain.ini

index 6d47beb44816bcdbf6ed7eced4f4d156e4dd7e26..5d2ba496422fb9c801fcfbee24d36dafffe80c31 100644 (file)
--- 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
index 392952ac32b96e8bd32680b77afe94f58ccc5689..0195ad945353ab59f5b84d98d52b0b4fbf2b5321 100644 (file)
 
 \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