From e9de6d9e5cb588d1bbbe023eb889b2a7582b1e1e Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Sun, 14 Jul 2024 08:13:42 +0000 Subject: [WEB] Preserve Metafont logo on MFT titlepage. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Build/source/texk/web2c/ChangeLog | 4 ++++ Build/source/texk/web2c/mft.ch | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'Build/source/texk') 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 + + * mft.ch: Preserve Metafont logo on title page. + 2024-06-28 Andreas Scherer * 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 -- cgit v1.2.3