diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/mft.ch | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index a6cb59db599..c9203566413 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2024-07-14 Andreas Scherer <https://ascherer.github.io> + + * mft.ch: Preserve Metafont logo on title page. + 2024-06-28 Andreas Scherer <https://ascherer.github.io> * cwebdir/ctwill-w2c.ch, diff --git a/Build/source/texk/web2c/mft.ch b/Build/source/texk/web2c/mft.ch index e1c0ef09de2..7de5688d640 100644 --- a/Build/source/texk/web2c/mft.ch +++ b/Build/source/texk/web2c/mft.ch @@ -8,8 +8,9 @@ @x [0] l.16 - WEAVE: use logo font to get the S \font\logo=manfnt % font used for the METAFONT logo @y -\font\logo=logo10 % font used for the METAFONT logo -\def\MP{{\logo META}\-{\logo POST}} +\font\logo=manfnt % font used for the METAFONT logo +\font\tenlogo=logo10 % font used for the METAFONT logo +\def\MP{{\tenlogo META}\-{\tenlogo POST}} @z @x [0] l.26 |