diff options
Diffstat (limited to 'Master/texmf-dist/doc/metapost/mcf2graph/README')
-rw-r--r-- | Master/texmf-dist/doc/metapost/mcf2graph/README | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/README b/Master/texmf-dist/doc/metapost/mcf2graph/README index c7ed270341e..b22359edfdf 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/README +++ b/Master/texmf-dist/doc/metapost/mcf2graph/README @@ -1,16 +1,16 @@ -******************************************************************************* - mcf2graph : Convert Molecular Coding Format to graphic with Metafont/Metapost +******************************************************************************** + mcf2graph : Convert Molecular Coding Format to graphics with Metafont/Metapost Author : Akira Yamaji - version : 3.53 / 2015-07-30 + version : 3.54 / 2015-08-03 E-mail : akira.yamaji5@gmail.com Located at : http://mirror.ctan.org/pkg/graphics/mcf2graph Home page : http://molecoding.cocolog-nifty.com/blog/ -******************************************************************************* +******************************************************************************** 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. There are no commands of Meta language in MCF. + like adressing,grouping,macro. There are no Meta language commands in MCF. mcf2graph.mf(metapost/metafont macro) convert MCF file to graphic file (pk font/PNG/SVG/EPS) or MDL MOL file(V2000). The software,MCF manual,TeX example can get from authors web site. @@ -23,12 +23,12 @@ ( 5) mcf_man_soc-032.eps No.32 EPS(with color) file of (4) ( 6) mcf_manual.pdf PDF of (3) (used LaTeX,dvipdfmx) ( 7) mcf_example.tex LaTeX example, - Make 'mcf_exa_soc-info.log' before typeset + Make 'mcf_exa_soc-info.aux' before typeset mpost -s ahangle=0 mcf_exa_soc.mf ( 8) mcf_exa_soc.mf Molecular difinition file for mcf_example.tex ( 9) mcf_example.pdf PDF of (7) (used LaTeX,dvipdfmx) - (10) mcf_mplib_exa.tex LuaLaTeX example, use package luamplib.sty,fancyvrv.sty - (11) mcf_example.pdf PDF of (10) (used LuaLaTeX) + (10) mcf_mplib_exa.tex LuaLaTeX example, use package luamplib,fancyvrv.sty + (11) mcf_example.pdf PDF of (10) typeset with LuaTeX(LuaLaTeX) 3. How to use mcf2graph with Metapost ( 1) mpost -s ahangle=1 FILENAME output PNG file. (default value is eps) @@ -58,15 +58,13 @@ \documentclass[a4paper]{article} \usepackage[dvipdfmx]{graphicx}% Change option depend on your tex system - % insert part of info LOG file + % insert part of info.aux file %------------------------------------------------------------------------- - \MOLinfo{EN:Acetamiprid}{:}{:}{:}% - {:}{:}{:}{:}% - {:}{:}{:}{:}% + \MOLinfo{EN:Acetamiprid}{:}{:}{:}{:}{:}{:}{:}{:}{:}{:}{:}% \MCFinfo{MCF_SOC2}{0}{MCF_SOC2-000.eps}{419.14972}{145.32037}{159.04236}{12}{0}{}% %------------------------------------------------------------------------- % or insert next line - \input mcf_exa_soc-info.log % filename of souce file : mcf_exa_soc.mf + \input mcf_exa_soc-info.aux % filename of souce file : mcf_exa_soc.mf 6. License Permission is hereby granted, free of charge, to any person obtaining a copy @@ -91,4 +89,5 @@ ver. 3.50 / 2015-07-11 first version uploaded to ctan. ver. 3.51 / 2015-07-19 '?6`2' can use as '{,``2,?6,}' ver. 3.52 / 2015-07-20 '!4`2' can use as '{,``2,!4,}' - ver. 3.53 / 2015-07-29 support LuaLaTeX(MPlib) + ver. 3.53 / 2015-07-29 support luamplib(LuaLaTeX) + ver. 3.54 / 2015-08-03 maximum number of MOLinfo can be changed |