From ca94b24a2e8f17e576b1d2499a06e63b29f3ee14 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 7 Aug 2015 21:44:34 +0000 Subject: mcf2graph (7aug15) git-svn-id: svn://tug.org/texlive/trunk@38069 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/metapost/mcf2graph/README | 58 ++++++---- .../doc/metapost/mcf2graph/mcf_exa_soc.mf | 2 +- .../doc/metapost/mcf2graph/mcf_example.pdf | Bin 255342 -> 255342 bytes .../doc/metapost/mcf2graph/mcf_example.tex | 2 +- .../doc/metapost/mcf2graph/mcf_man_soc.mf | 2 +- .../doc/metapost/mcf2graph/mcf_manual.pdf | Bin 218682 -> 218676 bytes .../doc/metapost/mcf2graph/mcf_manual.tex | 2 +- .../doc/metapost/mcf2graph/mcf_mplib_exa.pdf | Bin 107562 -> 107480 bytes .../doc/metapost/mcf2graph/mcf_mplib_exa.tex | 124 ++++++++++----------- 9 files changed, 104 insertions(+), 86 deletions(-) (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/README b/Master/texmf-dist/doc/metapost/mcf2graph/README index b22359edfdf..bb51260b7db 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.54 / 2015-08-03 + version : 3.55 / 2015-08-07 E-mail : akira.yamaji5@gmail.com Located at : http://mirror.ctan.org/pkg/graphics/mcf2graph Home page : http://molecoding.cocolog-nifty.com/blog/ @@ -11,7 +11,7 @@ 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. - mcf2graph.mf(metapost/metafont macro) convert MCF file to graphic file + 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. @@ -27,7 +27,7 @@ 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,fancyvrv.sty + (10) mcf_mplib_exa.tex luamplib v2.11(LuaLaTeX) example (11) mcf_example.pdf PDF of (10) typeset with LuaTeX(LuaLaTeX) 3. How to use mcf2graph with Metapost @@ -39,25 +39,24 @@ ( 6) mpost -s ahlength=2 FILENAME output checklist. 4. Molecular definition file example - input mcf2graph.mf; % input main system - font_wd#:=30mm#; % font width - font_ht#:=20mm#; % font height - max_bond_width:=0.2; % max fond length/font width - sw_logout:=1; % log file out - %*********************************************************************** + + input mcf2graph.mf; % input main system + font_wd#:=30mm#; font_ht#:=20mm#; % font width,font height + 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 endfont - %*********************************************************************** + %----------------------------------------------------------------------- bye 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. - \documentclass[a4paper]{article} + \documentclass{article} \usepackage[dvipdfmx]{graphicx}% Change option depend on your tex system - + ********************************************************** % insert part of info.aux file %------------------------------------------------------------------------- \MOLinfo{EN:Acetamiprid}{:}{:}{:}{:}{:}{:}{:}{:}{:}{:}{:}% @@ -66,7 +65,27 @@ % or insert next line \input mcf_exa_soc-info.aux % filename of souce file : mcf_exa_soc.mf -6. License + +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). + +\documentclass{article} +%------------------------------------------------------------------------------- +\mplibcodeinherit{enable}% +\mplibverbatim{enable}% +\everymplib{if unknown Ph1: input mcf2graph.mf; fi}% +%------------------------------------------------------------------------------- + ********************************************************** +\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 + endfont +\end{mplibcode} +%---------------------------------------------------------------------------- + +7. License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -85,9 +104,10 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -7. Changelog - 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 luamplib(LuaLaTeX) - ver. 3.54 / 2015-08-03 maximum number of MOLinfo can be changed +8. Changelog + 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 luamplib(LuaLaTeX) + ver. 3.54 / 2015-08-03 maximum item number of MOLinfo can be changed + ver. 3.55 / 2015-08-04 support luamplib(v2.11), renew mcf_mplib_exa.tex diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf index 4adf8d9f1bc..3c1e910592b 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf +++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf @@ -1,5 +1,5 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Molecular Coding Format for mcf_example.tex by Akira Yamaji 2015.7.24 +% Molecular Coding Format for mcf_example.tex by Akira Yamaji 2015.8.7 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% input mcf2graph.mf; %------------------------------------------------------------------------- diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf index 94878b06240..00b3bc86ea2 100644 Binary files a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf and b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf differ diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex index 28bf937f457..a9f6a37c336 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex +++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.tex @@ -1,5 +1,5 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Molecular Coding Format file for mcf_examples.tex by A.Yamaji 2015.8.3 +% Example of MCF typeset by LaTeX mcf_examples.tex by A.Yamaji 2015.8.7 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[a4paper]{article} \usepackage{graphicx} diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_man_soc.mf b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_man_soc.mf index df008deb152..0d1e07b8bb6 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_man_soc.mf +++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_man_soc.mf @@ -1,5 +1,5 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Molecular Coding Format file for mcf_manual.tex by Akira.Yamaji 2015.7.25 +% Molecular Coding Format file for mcf_manual.tex by Akira.Yamaji 2015.8.7 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% input mcf2graph.mf; %----------------------------------------------------------------------- diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf index 4ecb6e7f43e..bd1d98404b8 100644 Binary files a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf and b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf differ diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.tex b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.tex index e1cd21a844e..11b737bafa6 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.7.25 +% Molecular Coding Format manual by Akira Yamaji 2015.8.7 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[a4paper]{article} \usepackage[dvipdfmx]{graphicx} 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 4f2d4f2fe71..57a4d837976 100644 Binary files a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdf and b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdf differ diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.tex b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.tex index b90ce3a9d9a..fdce25becf4 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.tex +++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.tex @@ -1,13 +1,13 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% MCF luamplib(LuaLaTeX) Example by A.Yamaji 2015.8.3 +% Example of MCF typest with LuaLaTeX(luamplib) by A.Yamaji 2015.8.7 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass{article} -\usepackage{luamplib} -\usepackage{fancyvrb} -\def\tempaux{temp_file.aux}% %------------------------------------------------------------------------------- -\everymplib{verbatimtex \leavevmode etex; input mcf2graph.mf; sw_logout:=1; - mp_log_name:="temp-info.aux"; input \tempaux;}% +\usepackage{luamplib}% +\mplibcodeinherit{enable}% +\mplibverbatim{enable}% +\everymplib{if unknown Ph1: input mcf2graph.mf; sw_logout:=1;% + mp_log_name:="temp-info.aux"; fi}% \everyendmplib{write EOF to mp_log_name;}% %------------------------------------------------------------------------------- \makeatletter% @@ -26,9 +26,7 @@ \ifx\@first\@USE@ \edef\MOLuse{\@second}\fi% \ifx\@first\@XLogP@ \edef\MOLXLogP{\@second}\fi% \ifx\@first\@EXA@ \edef\MOLextA{\@second}\fi% - \ifx\@first\@EXB@ \edef\MOLextB{\@second}\fi% - \fi% -}% + \ifx\@first\@EXB@ \edef\MOLextB{\@second}\fi\fi}% %------------------------------------------------------------------------------- \def\@first@param#1:#2;{#1}\def\@second@param#1:#2;{#2}% \def\@EN@{EN}\def\@JN@{JN}\def\@CAS@{CAS}\def\@NO@{NO}\def\@MW@{MW}\def\@FM@{FM}% @@ -55,9 +53,9 @@ %------------------------------------------------------------------------------------ \begin{document} {\LARGE MCF example for luamplib(LuaLaTeX) }% - \hspace{20mm}by Akira Yamaji 2015.8.3\vspace{8mm}\\ + \hspace{20mm}by Akira Yamaji 2015.8.7\vspace{8mm}\\ %------------------------------------------------------------------------------------ -\begin{VerbatimOut}{\tempaux} +\begin{mplibcode} font_wd:=100mm; font_ht:=50mm; beginfont("NO:1","EN:Chlorophyll a","MW:893.49") MCf(^^54, @@ -69,25 +67,25 @@ 21*,-6~wf,!2,//O,!,O,!2,!~dl,!13,@(1,5,9,13)/Me, ) endfont -\end{VerbatimOut} -\begin{mplibcode}\end{mplibcode} +\end{mplibcode} +\input{temp-info.aux}% \MOLcaption{0mm}{35mm}\hspace{8mm}% %---------------------------------------------------------------------------- -\begin{VerbatimOut}{\tempaux} +\begin{mplibcode} font_wd:=60mm; font_ht:=40mm; beginfont("NO:2","EN:Limonin","MW:470.51") MCf(^^30, ?6,$(-3,-4)??6,-5=??3,-2=wf,-1=wb,6=??5,-4=??6,-5=wf, @(13,15,17,20,25)O,@(3,12,21)//O, @(4~wf^60,8~zf^60,18^35,18^-35)/Me,@(1^60,5^180,16^60)/*H, - 14\*,?5,$(1,4)d + 14\*,?5,$(1,4)dl ) endfont -\end{VerbatimOut} -\begin{mplibcode}\end{mplibcode}% +\end{mplibcode} +\input{temp-info.aux}% \MOLcaption{0mm}{43mm}\vspace{8mm}\\% %---------------------------------------------------------------------------- -\begin{VerbatimOut}{\tempaux} +\begin{mplibcode} font_wd:=90mm; font_ht:=30mm; beginfont("NO:3","EN:beta-Carotene","MW:536.87") MCf(^^30, @@ -96,11 +94,11 @@ ?6,6:d,@(6,2^35,2^-35)/Me ) endfont -\end{VerbatimOut} -\begin{mplibcode}\end{mplibcode}% +\end{mplibcode} +\input{temp-info.aux}% \MOLcaption{0mm}{25mm}\hspace{8mm}% %---------------------------------------------------------------------------- -\begin{VerbatimOut}{\tempaux} +\begin{mplibcode} font_wd:=50mm; font_ht:=40mm; beginfont("NO:4","EN:Gibberellin","MW:346.37"); MCf( @@ -110,70 +108,70 @@ beginfont("NO:4","EN:Gibberellin","MW:346.37"); @(3^-60,9^60)*/H ) endfont; -\end{VerbatimOut} -\begin{mplibcode}\end{mplibcode}% +\end{mplibcode} +\input{temp-info.aux}% \MOLcaption{0mm}{25mm}\vspace{10mm}\\% %---------------------------------------------------------------------------- -\begin{VerbatimOut}{\tempaux} +\begin{mplibcode} font_wd:=60mm; font_ht:=70mm; beginfont("NO:5","EN:Erythromycin","MW:733.93"); -MCf(^^30, - {,``1,^^-120,60,60,60,-60,60,60,-60,60,60,60,-60,60,60,},&1, + MCf(^^30, + {,``1,^^-120,60,60,60,-60,60,60,-60,60,60,60,-60,60,60,},&1, 14:O,13:/*Et,@(1,9)//O,@(2,10)*/Me,@(4,6^-35,8,12^35)/*Me, @(6^35,11,12^-35)*/OH, #3\*,O,30,?6`.7,2:O,@(3,5^35)/Me,4:/OH,5^-35:/OMe, #5\*^30`1.7,O,!,?6`.7,6:O,5:/Me,2:/OH,3:/NMeMe -) -endfont; -\end{VerbatimOut} -\begin{mplibcode}\end{mplibcode}% + ) + endfont; +\end{mplibcode} +\input{temp-info.aux}% \MOLcaption{0mm}{55mm}\hspace{8mm}% %---------------------------------------------------------------------------- -\begin{VerbatimOut}{\tempaux} +\begin{mplibcode} font_wd:=100mm; font_ht:=70mm; beginfont("NO:6","EN:Vancomycin","MW:1449.25"); MCf(^^30, - {,``1,!12,$(1,3,12)zf,7=wf,/H^-60,60,*/OH,60, - Ph,-4:/Cl,-3\,O,!,Ph,-4\,O,!,Ph,-1^15:/Cl,-3\,/*OH,*/H^-60,&(#1), - #7*,&(#26),#1\^120,//O,60,NH,60,/*H,*/COOH^180,-60, - Ph,@(-2,-4)/OH,-1\,Ph,-5:/OH,-2*,&(#4),}, - @(3^40,6,9,12)//O,@(2,5,8,11)NH, - @(1^180,4^180)*/H,@(7^-60,10^60,14^60)/*H, - #10*\^-60,60,//O,!,NH2, - #13*\,NH,!,//O,!,/'(!,iPr)^-35>60,*/H^60,!~zf,NH,!, - #23\,O,!,?6`.7,2:O,3^10:/'(!,OH),@(4,5)/OH,, - -1\,O,!,?6`.7,6:O,@(3^35,5)/Me,3^-35:/NH2,4:/OH + {,``1,!12,$(1,3,12)zf,7=wf,/H^-60,60,*/OH,60, + Ph,-4:/Cl,-3\,O,!,Ph,-4\,O,!,Ph,-1^15:/Cl,-3\,/*OH,*/H^-60,&(#1), + #7*,&(#26),#1\^120,//O,60,NH,60,/*H,*/COOH^180,-60, + Ph,@(-2,-4)/OH,-1\,Ph,-5:/OH,-2*,&(#4),}, + @(3^40,6,9,12)//O,@(2,5,8,11)NH, + @(1^180,4^180)*/H,@(7^-60,10^60,14^60)/*H, + #10*\^-60,60,//O,!,NH2, + #13*\,NH,!,//O,!,/'(!,iPr)^-35>60,*/H^60,!~zf,NH,!, + #23\,O,!,?6`.7,2:O,3^10:/'(!,OH),@(4,5)/OH,, + -1\,O,!,?6`.7,6:O,@(3^35,5)/Me,3^-35:/NH2,4:/OH ) endfont; -\end{VerbatimOut} -\begin{mplibcode}\end{mplibcode}% +\end{mplibcode} +\input{temp-info.aux}% \MOLcaption{0mm}{70mm}\vspace{8mm}\\% %---------------------------------------------------------------------------- -\begin{VerbatimOut}{\tempaux} +\begin{mplibcode} font_wd:=160mm; font_ht:=90mm; beginfont("NO:7","EN:Maitotoxin","MW:3425.86") MCf(^^55.8, - ?6,-4=??7 ,$(-4,-3,-3,-3)??6,-3\,!!3,??6,$(-4,-3,-3,-3)??6, - -3\,??6,-3=??6,-3\,!!3,60,^^-30,??6,-3=??6, - -3\^30,^^30,??6,$(-3,-3)??6,-3=??7,$(-4,-3,-3)??6, - -2\,??6,-3=??6,-3=??7,$(-3,-3)??6,-3=??8,-3=dl,$(-5,-3,-3,-3)??6, - @(5,7,15,16,23,24,32,40,41,48,49,58,59,72,73,82,83,90,91,99, - 100,107,113,114,122,123,130,131,140,141,148,149)O, - @(1^60,2,26,28,29,51,54,61,63,68,75^60,78,109)*/OH, - @(11,20,35,45,52,55,65,69,86)/*OH,@(^^60,47,57,71)/*H, - @(3,8,13,17,21,33,38,42,56,70,84,92,101,106,111,128,138,142,146,150)/*H^-60, - @(4,14,22,34,39,43,81,89,98,102,116,121,125,129,133)*/H^60, - @(6,46,50,53,60,67,74)*/H^-60, - @(9,18,85,93,112,139,143,147)*/Me`1^60, - @(80,88,97,115,120,124)/*Me`1^-60,108:*/Me`1^-60, - @(36~zf^-45>30)/'(O,!,SOO,!,"O{Na}"), - #6\,!11,60~dr,-60,60,OH,2:/*OH,@(7,10)*/OH,@(1,3)*/Me,@(8~zf,11~dm,12)/Me, + ?6,-4=??7 ,$(-4,-3,-3,-3)??6,-3\,!!3,??6,$(-4,-3,-3,-3)??6, + -3\,??6,-3=??6,-3\,!!3,60,^^-30,??6,-3=??6, + -3\^30,^^30,??6,$(-3,-3)??6,-3=??7,$(-4,-3,-3)??6, + -2\,??6,-3=??6,-3=??7,$(-3,-3)??6,-3=??8,-3=dl,$(-5,-3,-3,-3)??6, + @(5,7,15,16,23,24,32,40,41,48,49,58,59,72,73,82,83,90,91,99, + 100,107,113,114,122,123,130,131,140,141,148,149)O, + @(1^60,2,26,28,29,51,54,61,63,68,75^60,78,109)*/OH, + @(11,20,35,45,52,55,65,69,86)/*OH,@(^^60,47,57,71)/*H, + @(3,8,13,17,21,33,38,42,56,70,84,92,101,106,111,128,138,142,146,150)/*H^-60, + @(4,14,22,34,39,43,81,89,98,102,116,121,125,129,133)*/H^60, + @(6,46,50,53,60,67,74)*/H^-60, + @(9,18,85,93,112,139,143,147)*/Me`1^60, + @(80,88,97,115,120,124)/*Me`1^-60,108:*/Me`1^-60, + @(36~zf^-45>30)/'(O,!,SOO,!,"O{Na}"), + #6\,!11,60~dr,-60,60,OH,2:/*OH,@(7,10)*/OH,@(1,3)*/Me,@(8~zf,11~dm,12)/Me, @(6>30)/'(O,!,SOO,!,"O{Na}"), - #150\,!7,@(1,2)/*OH,4:*/Me,5:/*Me,7=dl - ) + #150\,!7,@(1,2)/*OH,4:*/Me,5:/*Me,7=dl + ) endfont -\end{VerbatimOut} -\begin{mplibcode}\end{mplibcode}% +\end{mplibcode} +\input{temp-info.aux}% \MOLcaption{0mm}{50mm}\\% %---------------------------------------------------------------------------- \end{document} -- cgit v1.2.3