summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-10-17 21:36:36 +0000
committerKarl Berry <karl@freefriends.org>2015-10-17 21:36:36 +0000
commitae5f5414b4992e6952298af124a8fd1816d293b8 (patch)
treef472d1db1b4c6efd6822d849741fb6dd99ffe290 /Master/texmf-dist/doc/metapost
parent46dd0a201815f9d6a3795ff47571530f8b1c04cc (diff)
mcf2graph (17oct15)
git-svn-id: svn://tug.org/texlive/trunk@38666 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/metapost')
-rw-r--r--Master/texmf-dist/doc/metapost/mcf2graph/README8
-rw-r--r--Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdfbin259824 -> 259819 bytes
-rw-r--r--Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdfbin320372 -> 320703 bytes
-rw-r--r--Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.tex7
-rw-r--r--Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdfbin127775 -> 127775 bytes
5 files changed, 8 insertions, 7 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 **
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf
index 4dcb0f30c49..03a1db5eedf 100644
--- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf
+++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf
index d1d69ca9e33..2af185147f8 100644
--- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf
+++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.tex b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.tex
index 40bc145445c..aefede167ae 100644
--- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.tex
+++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.tex
@@ -1,5 +1,5 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Molecular Coding Format manual by Akira Yamaji 2015.9.25
+% Molecular Coding Format manual by Akira Yamaji 2015.10.17
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper]{article}
\usepackage[dvipdfmx]{graphicx}
@@ -34,16 +34,17 @@
\noindent%
\begin{picture}(180,0)
\put(20,9){{\LARGE\bf Molecular Coding Format manual}\hspace{10mm}
- by Akira Yamaji 2015.9.25}
+ by Akira Yamaji 2015.10.17}
\end{picture}\vspace{-4.2mm}\\
%----------------------------------------------------------------------------
\begin{minipage}[t][38mm]{100mm}
\MCFtitle{Chain (1)}
\begin{verbatim}
plus(+):anticlockwize,minus(-)clockwize
-bold arrow is default angle and position
<30,-60,60,-60,60,-60,60
+
+ ** bold arrow is default angle and position
\end{verbatim}
\end{minipage}
\MCFstructure
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdf b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdf
index 2bb6ee316ef..ac8dce674a8 100644
--- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdf
+++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdf
Binary files differ