diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-18 20:19:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-18 20:19:06 +0000 |
commit | 2a141a45d1c30aec1e0bfe3ea8bd36e40689c686 (patch) | |
tree | 31894bbd325d3e7958cb430b104443c5a20d50b3 /Master/texmf-dist/doc/metapost/mcf2graph/README | |
parent | 11b705571c5f5ab267a39994b9a717fa284dc38f (diff) |
mcf2graph (18apr21)
git-svn-id: svn://tug.org/texlive/trunk@58904 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, 18 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/README b/Master/texmf-dist/doc/metapost/mcf2graph/README index 16e950065f3..44b86eb694a 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 : 4.62 2021-04-04 + version : 4.63 2021-04-18 E-mail : mcf2graph@gmail.com Located at : http://www.ctan.org/pkg/mcf2graph ******************************************************************************** @@ -24,14 +24,17 @@ use pk font for proof print use mps file for final print make file 'mcf_man_soc-***.mps' before typeset - >mpost -s mcf_man_soc.mf + >mpost mcf_man_soc.mf ( 7) mcf_man_soc.mf Molecular difinition file for mcf_manual.tex ( 8) mcf_manual.pdf PDF of (4) (used pdftex(LaTeX),makeindex) - ( 9) mcf_example.tex LaTeX example, + ( 9) mcf_example.tex LaTeX example make file 'mcf_exa_soc-info.aux' before typeset >mpost -s ahlength=1 mcf_exa_soc.mf make file 'mcf_exa_soc-***.mps' before typeset - >mpost -s mcf_exa_soc.mf + >mpost mcf_exa_soc.mf + (for metafont) + make file 'mcf_exa_soc-mf.aux' before typeset + >mpost -s ahlength=7 mcf_exa_soc.mf (10) mcf_exa_soc.mf Metafont/Metapost souce file for mcf_example.tex (11) mcf_example.pdf PDF of (8) typeset with pdftex(LaTeX) (12) mcf_mplib_exa.tex luamplib(LuaLaTeX) example @@ -39,21 +42,21 @@ 3. How to use mcf2graph with Metapost Minimum requirement to run mcf2graph : mpost.exe,mpost.dll,mpost.mp,plain.mp - ( 1) >mpost -s bboxmargin=0 FILENAME => output no graphic file + ( 1) >mpost FILENAME => output eps(.mps) file ( 2) >mpost -s bboxmargin=1 FILENAME => output first font only (for test) - ( 3) >mpost -s ahangle=0 FILENAME => output eps file (.mps default) - ( 4) >mpost -s ahangle=1 FILENAME => output png file (600dpi) - ( 5) >mpost -s ahangle=13 FILENAME => output png file (1200dpi) - ( 6) >mpost -s ahangle=2 FILENAME => output svg file - ( 7) >mpost -s ahangle=3 FILENAME => output eps file (.eps) - ( 8) >mpost -s ahlength=1 FILENAME => output aux file + ( 3) >mpost -s ahangle=1 FILENAME => output png file (600dpi) + ( 4) >mpost -s ahangle=11 FILENAME => output png file (1200dpi) + ( 5) >mpost -s ahangle=2 FILENAME => output svg file + ( 6) >mpost -s ahangle=3 FILENAME => output eps(.eps) file + ( 7) >mpost -s ahlength=1 FILENAME => output info-aux file tag1:var1;tag2:var2; - ( 9) >mpost -s ahlength=2 FILENAME => output aux file + ( 8) >mpost -s ahlength=2 FILENAME => output aux file tag1;tag2; var1;var2; - (10) >mpost -s ahlength=3 FILENAME => output report file - (11) >mpost -s ahlength=5 FILENAME => output mol file(V2000) - (12) >mpost -s ahlength=6 FILENAME => output mol file(V3000) + ( 9) >mpost -s ahlength=3 FILENAME => output report file + (10) >mpost -s ahlength=5 FILENAME => output mol file(V2000) + (11) >mpost -s ahlength=6 FILENAME => output mol file(V3000) + (12) >mpost -s ahlength=7 FILENAME => output mf-aux file (13) >mpost -s labeloffset=1 FILENAME => use plain.mp 'label','drawarrow' (14) >mpost -s labeloffset=2 FILENAME => atomfont="uhvr8r" |