summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/mcf2graph/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-11-28 22:41:52 +0000
committerKarl Berry <karl@freefriends.org>2015-11-28 22:41:52 +0000
commitc85f67e23f290760ad7afb4bb91c5f02738e36ca (patch)
treed183aa14b1eb0e79856b202d15f42bc797969ffb /Master/texmf-dist/doc/metapost/mcf2graph/README
parentf2d572f6ee7793c79591858e9836b95a58fee041 (diff)
mcf2graph (28nov15)
git-svn-id: svn://tug.org/texlive/trunk@38970 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/metapost/mcf2graph/README')
-rw-r--r--Master/texmf-dist/doc/metapost/mcf2graph/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/README b/Master/texmf-dist/doc/metapost/mcf2graph/README
index a30d22a12bc..e1a60b95687 100644
--- a/Master/texmf-dist/doc/metapost/mcf2graph/README
+++ b/Master/texmf-dist/doc/metapost/mcf2graph/README
@@ -1,16 +1,15 @@
********************************************************************************
mcf2graph : Convert Molecular Coding Format to graphics with Metafont/Metapost
Author : Akira Yamaji
- version : 3.75 2015-10-17
+ version : 3.76 2015-11-28
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 Meta language commands in MCF.
+ like adressing,grouping,macro,etc. There are no Meta language commands in MCF.
mcf2graph.mf(metapost/metafont macro) convert MCF file to graphics file
(pk font/PNG/SVG/EPS) or MDL MOL file(V2000).
The software,MCF manual,TeX example can get from authors web site.
@@ -20,7 +19,7 @@
( 2) mcf2graph.mf Macro of Metafont / Metapost
( 3) mcf_manual.tex MCF syntax manual(LaTeX file)
( 4) mcf_man_soc.mf Molecular difinition file for mcf_manual.tex
- ( 5) mcf_man_soc-032.eps No.32 EPS(with color) file of (4)
+ ( 5) mcf_man_soc-031.eps No.31 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.aux' before typeset
@@ -50,7 +49,7 @@
%-----------------------------------------------------------------------
bye
-5. How to use mcf2graph with TeX(latex)
+5. How to use mcf2graph with TeX(LaTeX)
Large number of molecular structures can be gathering by using TEX.
mcf_example.tex is example of using LaTeX.
@@ -123,3 +122,4 @@
ver. 3.73 / 2015-09-25 '&#n' can use as '&(#n)'
ver. 3.74 / 2015-10-03 improve bond infomation of checklist
ver. 3.75 / 2015-10-17 fix bug in command **
+ ver. 3.76 / 2015-11-28 update MCF syntax manual and MCF example