diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2024-07-14 08:13:42 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2024-07-14 08:13:42 +0000 |
commit | e9de6d9e5cb588d1bbbe023eb889b2a7582b1e1e (patch) | |
tree | 9e22e7efdf74a217d1b149fede91984b94e09a7a | |
parent | f1fa30620630850de57e94690c7700cea46c0d29 (diff) |
[WEB] Preserve Metafont logo on MFT titlepage.
The classic 'manfnt' font has 'METAFONT' in several sizes; 9pt (?) is
used on the titlepage of MFT.WEB as '\logo hijklmnj'. Pick the missing
'S' (in 10pt) for the 'MetaPost' logo in the main text from the separate
'logo10' font.
Ă„nderungen ein. Zeilen,
git-svn-id: svn://tug.org/texlive/trunk@71796 c570f23f-e606-0410-a88d-b1316a301751
-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 |