From 6e282814a74d900cc2e5bee96d58c47b7c4d7ce1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 5 Jun 2018 21:52:38 +0200 Subject: [PATCH 1/1] ucw-luacsplain: Include ucwmac and remember to re-define \footfont --- ucw-luacsplain.ini | 1 + ucw-luaofs.tex | 3 +++ 2 files changed, 4 insertions(+) diff --git a/ucw-luacsplain.ini b/ucw-luacsplain.ini index 0195ad9..c5ce013 100644 --- a/ucw-luacsplain.ini +++ b/ucw-luacsplain.ini @@ -59,6 +59,7 @@ \directlua{kpse.init_prog("luatex", 600, "ljfour")}% % These packages do not survive dumping, defer loading to \everyjob \input ltluatex.tex + \input ucwmac.tex \input ucw-luaofs.tex } diff --git a/ucw-luaofs.tex b/ucw-luaofs.tex index 961f4fc..e21d658 100644 --- a/ucw-luaofs.tex +++ b/ucw-luaofs.tex @@ -208,3 +208,6 @@ % Re-define \tt, so that it works in both text and math mode \def\tt{\ifmmode\fam\ttfam\else\setfonts[LMMono/]\fi} + +% Re-define ucwmac's \fontfont +\let\footfont=\tenrm -- 2.39.2