Skip to content

Commit

Permalink
[WEB] Preserve Metafont logo on MFT titlepage.
Browse files Browse the repository at this point in the history
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/Build/source@71796 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
Andreas Scherer committed Jul 14, 2024
1 parent 3244e07 commit c1c84a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions texk/web2c/ChangeLog
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
5 changes: 3 additions & 2 deletions texk/web2c/mft.ch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1c84a7

Please sign in to comment.