texlive[71796] Build/source/texk/web2c: [WEB] Preserve Metafont logo
commits+ascherer at tug.org
commits+ascherer at tug.org
Sun Jul 14 10:13:42 CEST 2024
Revision: 71796
https://tug.org/svn/texlive?view=revision&revision=71796
Author: ascherer
Date: 2024-07-14 10:13:42 +0200 (Sun, 14 Jul 2024)
Log Message:
-----------
[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.
Anderungen ein. Zeilen,
Modified Paths:
--------------
trunk/Build/source/texk/web2c/ChangeLog
trunk/Build/source/texk/web2c/mft.ch
Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog 2024-07-13 23:46:50 UTC (rev 71795)
+++ trunk/Build/source/texk/web2c/ChangeLog 2024-07-14 08:13:42 UTC (rev 71796)
@@ -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,
Modified: trunk/Build/source/texk/web2c/mft.ch
===================================================================
--- trunk/Build/source/texk/web2c/mft.ch 2024-07-13 23:46:50 UTC (rev 71795)
+++ trunk/Build/source/texk/web2c/mft.ch 2024-07-14 08:13:42 UTC (rev 71796)
@@ -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
More information about the tex-live-commits
mailing list.