diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-28 21:42:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-28 21:42:17 +0000 |
commit | 421666a3551c85693aa8880d01fa24d9a0ec5dd9 (patch) | |
tree | 15d239f92456c0283aa3ed9ce68a754d4834600c /Master/texmf-dist/doc/metapost/mcf2graph/README | |
parent | f529089ae21bedbfe683bb242c18309d5f4bf034 (diff) |
mcf2graph (28apr16)
git-svn-id: svn://tug.org/texlive/trunk@40804 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/metapost/mcf2graph/README')
-rw-r--r-- | Master/texmf-dist/doc/metapost/mcf2graph/README | 33 |
1 files changed, 2 insertions, 31 deletions
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/README b/Master/texmf-dist/doc/metapost/mcf2graph/README index 54e8f1ae7b3..33b39bda791 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/README +++ b/Master/texmf-dist/doc/metapost/mcf2graph/README @@ -1,7 +1,7 @@ ******************************************************************************** mcf2graph : Convert Molecular Coding Format to graphics with METAFONT/METAPOST Author : Akira Yamaji - version : 3.89 2016-04-10 + version : 3.90 2016-04-28 E-mail : mcf2graph@gmail.com Located at : http://www.ctan.org/pkg/mcf2graph ******************************************************************************** @@ -37,35 +37,7 @@ ( 5) >mpost -s ahlength=1 FILENAME => output first definition only (for test) ( 6) >mpost -s ahlength=2 FILENAME => output checklist. -4. Molecular definition file example - - %----------------------------------------------------------------------- - input mcf2graph.mf; % input main system - %-- preamble ----------------------------------------------------------- - sw_auxout:=1; % aux(information) file output on > - sw_numberA:=0; % numbering atom off > - sw_numberB:=0; % numbering bond off > - sw_expand:=0; % substituent expand mode off > - sw_start_vector:=0; % start vector output off > Gloval setting - 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 - MCf(<30,Ph,4\,!,NH,!,!~dr,N,!,CN) % MCF - endfont % - 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 % - %----------------------------------------------------------------------- - bye - -5. License +4. License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -84,4 +56,3 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -%---------------------------------------------------------------------------- |