summaryrefslogtreecommitdiff
path: root/graphics/mcf2graph/template_soc.mp
blob: 3cd9137add8f9c6eb2b03537addbd1f2c44dc862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% MCF compile template file                    by Akira Yamaji  2025.02.02
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%------------------------------------------------------------------------------
%%%%ahlength:=3;  %%% output figure(expanded)
%%%%ahlength:=5;  %%% output MOL(V2000) ** max 500files
%%%%ahlength:=6;  %%% output MOL(V3000) ** max 500files
%%%%ahlength:=7;  %%% output report
%------------------------------------------------------------------------------
input mcf2graph;   %%% it must be version 5.18
message "* mcf_template 2025.02.02";
message "";
%------------------------------------------------------------------------------
%%%%sw_output:=Fig+Report;
%%%%ext(defaultscale:=.3; label.rt(EN,(0,0));)
%------------------------------------------------------------------------------
%%%%ext(defaultfont:=mpfont; defaultscale:=.3;
%%%%label.rt(EN&" / "&mw&" / "&decimal(num_MW-scantokens(MW)),(0,0));)
%------------------------------------------------------------------------------
loadm("f:temp");
%------------------------------------------------------------------------------
for i=1 upto ucount:  beginfigm $(i) \\ endfigm  endfor
%******************************************************************************
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
bye