summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-05 19:35:28 +0000
committerKarl Berry <karl@freefriends.org>2021-05-05 19:35:28 +0000
commit719bdad66e817a3a745d2e86e8d56d75e07fe68b (patch)
treeee74c6ce4a193d72389fdc8e3cae43a70aaee1af /Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf
parented1e81738530cebab06a7f5f22509a8c30485e02 (diff)
mcf2graph (5may21)
git-svn-id: svn://tug.org/texlive/trunk@59086 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf')
-rw-r--r--Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf13
1 files changed, 6 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf
index 581833d27b7..b6bc26a3480 100644
--- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf
+++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf
@@ -1,17 +1,15 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Molecular Coding Format for mcf_example.tex by Akira Yamaji 2021.04.18
+% Molecular Coding Format for mcf_example.tex by Akira Yamaji 2021.05.05
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-input mcf2graph.mf; %%% it must be version 4.63
-message "* mcf_exa_soc 2021.04.18";
+input mcf2graph.mf; %%% it must be version 4.64
+message "* mcf_exa_soc 2021.05.05";
message "";
%------------------------------------------------------------------------------
fsize:=(35mm,24mm);
max_blength:=4.5mm;
+tag1:="J"; tag2:="C"; tag3:="fm"; tag4:="mw"; tag5:="EN"; tag6:="MW";
%------------------------------------------------------------------------------
%%%%sw_fframe:=1;
-tag1:="J"; tag2:="C"; tag3:="fm"; tag4:="mw"; tag5:="EN"; tag6:="MW";
-%%%% atomfont:="uhvb8r";
-%%%% atomfont:="cmtt8";
%%%% outputformat:="png"; hppp:=vppp:=0.1; outputtemplate:="%j-%3c.png";
%%ext(defaultfont:="uhvr8r"; defaultscale:=.6; label.lrt(inf_EN,(-2bp,1.5bp));)
%------------------------------------------------------------------------------
@@ -38,9 +36,10 @@ beginfont("f+:mcf_data_base","t:n","v:5") % 'f+'=keep file open
if check(mc)=0: MC(scantokens(mc)) fi % 'v:5' select No.5
endfont
%******************************************************************************
+%%%%forever: % All
for i=6 upto 155: % No.6 - No.155
beginfont("f+:mcf_data_base","v:*") % 'f+'=keep file open
- if check(mc)=0: MC(scantokens(mc)) fi % 'v:0' no selection
+ if check(mc)=0: MC(scantokens(mc)) fi % 'v:*' no selection
endfont %
exitif f_EOF=1; % exit if file end
endfor