summaryrefslogtreecommitdiff
path: root/fonts/modes/modes.mf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-01-31 03:01:20 +0000
committerNorbert Preining <norbert@preining.info>2020-01-31 03:01:20 +0000
commit1d1c81d42f36755f72bbd69c5a29c2d6a9fec04d (patch)
treec0ecbc7ed9fd2d67ea828d0ec80e160524fc61b3 /fonts/modes/modes.mf
parent1f2683ba3ec9c1855d5518e773c72d2241637449 (diff)
CTAN sync 202001310301
Diffstat (limited to 'fonts/modes/modes.mf')
-rw-r--r--fonts/modes/modes.mf18
1 files changed, 12 insertions, 6 deletions
diff --git a/fonts/modes/modes.mf b/fonts/modes/modes.mf
index d308608f1d..ac9cf66368 100644
--- a/fonts/modes/modes.mf
+++ b/fonts/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.
%