diff options
Diffstat (limited to 'Master/texmf-dist/doc/metapost/mcf2graph/README')
-rw-r--r-- | Master/texmf-dist/doc/metapost/mcf2graph/README | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/README b/Master/texmf-dist/doc/metapost/mcf2graph/README index 773c46846b6..afa70443a9c 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/README +++ b/Master/texmf-dist/doc/metapost/mcf2graph/README @@ -1,15 +1,15 @@ ******************************************************************************** mcf2graph : Convert Molecular Coding Format to graphics with METAFONT/METAPOST Author : Akira Yamaji - version : 3.84 2016-03-19 + version : 3.85 2016-03-24 E-mail : mcf2graph@gmail.com Located at : http://www.ctan.org/pkg/mcf2graph ******************************************************************************** 1. Introduction - Molecular Coding Format(MCF) is new linear notation represent chmical - structure diagram. This 'Coding' is named from coding(programing) technique - like adressing,grouping,macro,etc. There are no Meta language commands in MCF. + Molecular Coding Format(MCF) is new linear notation represent chemical + structure diagrams. This 'Coding' is named from coding(programing) technique + adressing,grouping,macro,etc. There are no Meta language commands in MCF. mcf2graph.mf(METAFONT/METAPOST macro) convert MCF file to graphics file (pk font/PNG/SVG/EPS) or MDL MOL file(V2000). @@ -47,11 +47,11 @@ sw_numberB:=0; % numbering bond off > sw_expand:=0; % substituent expand mode off > sw_start_vector:=0; % start vector output off > Gloval setting - sw_info_formula:=1; % molecular formula output on > - sw_info_weight:=1; % molecular weight output on > sw_font_frame:=0; % font frame off > font_wd#:=60mm#; % font width > font_ht#:=40mm#; % font height > + var3:="calc_weight"; tag3:="MWc"; > AUX file table + var4:="calc_formula"; tag4:="FMc"; > %-- molecular definition ----------------------------------------------- beginfont("EN:Acetamiprid") % molecular 1 sw_font_frame:=1; % > Local setting @@ -60,8 +60,8 @@ beginfont("EN:Imidacloprid") % molecular 2 sw_start_vector:=1; % > Local setting MCf(<30,Ph,1:N,6:/Cl,3\,!, % MCF - |,?5,1:N,3:NH,2\\,!,NO2) - endfont + |,?5,1:N,3:NH,2\\,!,NO2) % + endfont % %----------------------------------------------------------------------- bye |