diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-26 21:02:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-26 21:02:26 +0000 |
commit | 953f1c8e79e6ea3c3e5cff979e557d2db51bd87c (patch) | |
tree | 23dbb230a139feb6201cd8507878bf26a6f28a41 /Master/texmf-dist/doc/metapost/mcf2graph/README | |
parent | 4dd7e493bb66e5b632003417efe08a07a44da5a7 (diff) |
mcf2graph (26jul20)
git-svn-id: svn://tug.org/texlive/trunk@55957 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 | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/README b/Master/texmf-dist/doc/metapost/mcf2graph/README index bd6f08d8320..1ade6632aab 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/README +++ b/Master/texmf-dist/doc/metapost/mcf2graph/README @@ -1,17 +1,18 @@ ******************************************************************************** mcf2graph : Convert Molecular Coding Format to graphics with METAFONT/METAPOST Author : Akira Yamaji - version : 4.49 2020-07-09 + version : 4.50 2020-07-26 E-mail : mcf2graph@gmail.com Located at : http://www.ctan.org/pkg/mcf2graph ******************************************************************************** 1. Introduction - 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. + Molecular Coding Format(MCF) is new linear notation represent + chemical structure diagrams. + This Coding is named from programing technique + such as operator, array, scope, macro, adressing, etc. + mcf2graph convert from MCF to pk font, PNG, SVG, EPS, MOL file. + It is also able to calculate molecular weight, exact mass, molecular formula. 2. The distribution of software ( 1) README This file @@ -19,15 +20,14 @@ ( 3) mcf2graph.mf Macro of Metafont / Metapost ( 4) mcf_manual.tex MCF syntax manual(LaTeX file) ( 5) mcf_man_soc.mf Molecular difinition file for mcf_manual.tex - ( 6) mcf_man_soc-064.mps No.64 eps(with color) file of (4) - ( 7) mcf_manual.pdf PDF of (4) (used pdftex(LaTeX)) - ( 8) mcf_example.tex LaTeX example, + ( 6) mcf_manual.pdf PDF of (4) (used pdftex(LaTeX)) + ( 7) mcf_example.tex LaTeX example, Make file 'mcf_exa_soc-info.aux' before typeset >mpost -s ahlength=1 mcf_exa_soc.mf - ( 9) mcf_exa_soc.mf Molecular difinition file for mcf_example.tex - (10) mcf_example.pdf PDF of (8) (used pdftex(LaTeX)) - (11) mcf_mplib_exa.tex luamplib(LuaLaTeX) example - (12) mcf_example.pdf PDF of (11) typeset with LuaTeX(LuaLaTeX) + ( 8) mcf_exa_soc.mf Molecular difinition file for mcf_example.tex + ( 9) mcf_example.pdf PDF of (8) (used pdftex(LaTeX)) + (10) mcf_mplib_exa.tex luamplib(LuaLaTeX) example + (11) mcf_example.pdf PDF of (11) typeset with LuaTeX(LuaLaTeX) 3. How to use mcf2graph with Metapost Minimum requirement to run mcf2graph : mpost.exe,mpost.dll,mpost.mp,plain.mp @@ -38,12 +38,12 @@ ( 5) >mpost -s ahangle=2 FILENAME => output svg file ( 6) >mpost -s ahangle=3 FILENAME => output eps file (.eps) ( 7) >mpost -s ahlength=1 FILENAME => output aux file (tag1:var1;tag2:var2;) - ( 7) >mpost -s ahlength=2 FILENAME => output aux file (tag1;tag2; var1;var2;) - ( 8) >mpost -s ahlength=3 FILENAME => output report file - ( 9) >mpost -s ahlength=5 FILENAME => output mol file(V2000) - (10) >mpost -s ahlength=6 FILENAME => output mol file(V3000) - (11) >mpost -s labeloffset=1 FILENAME => use plain.mp 'label','drawarrow' - (12) >mpost -s labeloffset=2 FILENAME => atomfont="uhvr8r" + ( 8) >mpost -s ahlength=2 FILENAME => output aux file (tag1;tag2; var1;var2;) + ( 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 labeloffset=1 FILENAME => use plain.mp 'label','drawarrow' + (13) >mpost -s labeloffset=2 FILENAME => atomfont="uhvr8r" 4. License Permission is hereby granted, free of charge, to any person obtaining a copy |