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.mp13
1 files changed, 4 insertions, 9 deletions
diff --git a/graphics/mcf2graph/mcf_exa_soc.mp b/graphics/mcf2graph/mcf_exa_soc.mp
index 9c1015a8f8..045e9679a7 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 2023.05.15
+% MCF metapost souce file example by Akira Yamaji 2023.05.28
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-if unknown mcftograph: input mcf2graph; fi %%% it must be version 5.01
-message "* mcf_template 2023.05.14";
+if unknown mcftograph: input mcf2graph; fi %%% it must be version 5.02
+message "* mcf_template 2023.05.28";
message "";
%------------------------------------------------------------------------------
fsize:=(30mm,20mm);
@@ -22,12 +22,7 @@ max_blength:=4mm;
%%%%loadm("EN<>*"); % select all
loadm("EXA=1"); % select EXA=1
%------------------------------------------------------------------------------
-for i=1 upto ucount:
- beginfigm
- getm(i);
- putm;
- endfigm
-endfor
+for i=1 upto ucount: beginfigm $(i) \\ endfigm endfor
%******************************************************************************
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
bye