summaryrefslogtreecommitdiff
path: root/graphics/mcf2graph/mcf_exa_soc.mp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mcf2graph/mcf_exa_soc.mp')
-rw-r--r--graphics/mcf2graph/mcf_exa_soc.mp8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/mcf2graph/mcf_exa_soc.mp b/graphics/mcf2graph/mcf_exa_soc.mp
index b80ca603d6..e746f27a20 100644
--- a/graphics/mcf2graph/mcf_exa_soc.mp
+++ b/graphics/mcf2graph/mcf_exa_soc.mp
@@ -1,8 +1,8 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% MCF metapost souce file example by Akira Yamaji 2024.01.21
+% MCF metapost souce file example by Akira Yamaji 2024.02.12
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-if unknown mcftograph: input mcf2graph; fi %%% it must be version 5.11
-message "* mcf_template 2024.01.21";
+if unknown mcftograph: input mcf2graph; fi %%% it must be version 5.12
+message "* mcf_template 2024.02.12";
message "";
%------------------------------------------------------------------------------
fsize:=(30mm,20mm);
@@ -22,7 +22,7 @@ max_blength:=4mm;
%%%%loadm("EN<>*"); % select all
loadm("EXA=1"); % select EXA=1
%------------------------------------------------------------------------------
-for i=1 upto ucount: beginfigm $(i) \\ endfigm endfor
+for i=1 upto ucount: beginfigm $(i) \\ endfigm endfor
%******************************************************************************
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
bye