summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/mcf2graph/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/metapost/mcf2graph/README')
-rw-r--r--Master/texmf-dist/doc/metapost/mcf2graph/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/README b/Master/texmf-dist/doc/metapost/mcf2graph/README
index 1644433da8b..a30d22a12bc 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.74 2015-10-03
+ version : 3.75 2015-10-17
E-mail : akira.yamaji5@gmail.com
Located at : http://mirror.ctan.org/pkg/graphics/mcf2graph
Home page : http://molecoding.cocolog-nifty.com/blog/
@@ -45,7 +45,7 @@
max_bond_width:=0.2; % max fond length/font width
%-----------------------------------------------------------------------
beginfont("EN:Acetamiprid") % Molecular name 1
- MCf(^^30,Ph,4\,!,NH,!,!~dr,N,!,CN)% % Molecular Coding Format
+ MCf(<30,Ph,4\,!,NH,!,!~dr,N,!,CN)% % Molecular Coding Format
endfont
%-----------------------------------------------------------------------
bye
@@ -64,7 +64,6 @@
% or insert next line
\input mcf_exa_soc-info.aux % filename of souce file : mcf_exa_soc.mf
-
6. How to use mcf2graph with luamplib(LuaLaTeX)
It is possible to write MCF in LaTeX text with luamplib(ver.2.11).
mcf_mplib_exa.tex is example of using luamplib(LuaLaTeX).
@@ -79,7 +78,7 @@
\begin{mplibcode}
font_wd:=100mm; font_ht:=50mm;
beginfont("EN:Acetamiprid") % Molecular name 1
- MCf(^^30,Ph,4\,!,NH,!,!~dr,N,!,CN)% % Molecular Coding Format
+ MCf(<30,Ph,4\,!,NH,!,!~dr,N,!,CN)% % Molecular Coding Format
endfont
\end{mplibcode}
%----------------------------------------------------------------------------
@@ -123,3 +122,4 @@
ver. 3.72 / 2015-09-22 change command ^^ to < and delete ^^
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 **