From 4dffe89b683bcda47de82448c1d66dcb64d3331d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 30 Jan 2020 22:19:27 +0000 Subject: modes (30jan20) git-svn-id: svn://tug.org/texlive/trunk@53604 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/fonts/source/public/modes/modes.mf | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/fonts') diff --git a/Master/texmf-dist/fonts/source/public/modes/modes.mf b/Master/texmf-dist/fonts/source/public/modes/modes.mf index d308608f1d8..ac9cf663688 100644 --- a/Master/texmf-dist/fonts/source/public/modes/modes.mf +++ b/Master/texmf-dist/fonts/source/public/modes/modes.mf @@ -1,4 +1,4 @@ -% {\tt\catcode`\$=12 $Id: modes.mf,v 1.26 2020/01/28 19:14:12 karl Exp $ } +% {\tt\catcode`\$=12 $Id: modes.mf,v 1.27 2020/01/30 16:58:51 karl Exp $ } %%\font\tenlogosl=logosl10 %%\def\logofont{\ifdim\fontdimen1\font>0pt \tenlogosl\else\tenlogo\fi} %%\def\MF{{\logofont META}\-{\logofont FONT}} @@ -48,11 +48,11 @@ %%\begingroup \tt \catcode`\{=12 \catcode`\}=12 \obeyspaces % @mffile{ % author = "The Metafont community", -% version = "4.0", -% date = "Tue Jan 28 11:17:07 PST 2020" +% version = "4.1", +% date = "Thu Jan 30 08:59:07 PST 2020" % filename = "modes.mf", % email = "tex-fonts@math.utah.edu" -% checksum = "2621 13018 95640", +% checksum = "2627 13058 95921", % codetable = "ISO/ASCII", % supported = "yes", % docstring = " @@ -432,10 +432,10 @@ % Don't let ourselves be processed twice. if known modes_mf: endinput; fi; -modes_mf := 4.0; +modes_mf := 4.1; % Identify ourselves in the format file. -base_version := base_version & "/modes 4.0"; +base_version := base_version & "/modes 4.1"; % Here are useful macros (also called definitions) we use throughout. @@ -659,6 +659,12 @@ def mode_include_extra_info = let bye = end; enddef; +% This is tested in {\tt mktextfm} with |known| to see if it is ok to\] +% call |mode_include_extra_info|, since there is apparently no way to test\] +% whether a macro is defined, unlike \TeX.\] +boolean mode_include_extra_info_available; +mode_include_extra_info_available := true; + % Now make |end| and |bye| |outer| again; it seems |let| does not % restore this attribute. % -- cgit v1.2.3