diff options
Diffstat (limited to 'Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.tex')
-rw-r--r-- | Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.tex | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.tex b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.tex index 62429c969d3..6fff0e21405 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.8.30 +% Molecular Coding Format manual by Akira Yamaji 2015.9.1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[a4paper]{article} \usepackage[dvipdfmx]{graphicx} @@ -24,17 +24,17 @@ \def\MCFtitle#1{\framebox{\sf No.\the\tempnum}\hspace{2mm}\bf #1} %---------------------------------------------------------------------------- \def\MCFstru{% - \rlap{\makebox(75,0)[t]{\makebox(70,35){\@strufont\char\fontnum}}}% + \rlap{\makebox(77,0)[t]{\makebox(68,33){\@strufont\char\fontnum}}}% \advance\fontnum\@ne\relax}% \def\MCFstructure{% - \makebox(75,0)[t]{\frame{\makebox(70,35){\@strufont\char\fontnum}}}% + \makebox(77,0)[t]{\frame{\makebox(68,33){\@strufont\char\fontnum}}}% \advance\fontnum\@ne\relax\advance\tempnum\@ne\relax}% %---------------------------------------------------------------------------- \begin{document} \noindent% \begin{picture}(180,0) \put(25,12){{\LARGE Molecular Coding Format manual}\hspace{10mm} - by Akira Yamaji 2015.8.30} + by Akira Yamaji 2015.9.1} \end{picture}\vspace{-4.2mm}\\ %---------------------------------------------------------------------------- \begin{minipage}[t][38mm]{100mm} @@ -461,10 +461,12 @@ $(3)red : change color of B3 red \begin{minipage}[t][38mm]{100mm} \MCFtitle{Chain start multiple characters} \begin{verbatim} -Use !0 instead of !, -if begin with multi charactor string +if chain start multi charactor string, +use !0 instead of ! - ^^30,COOH,!0,!,/OH^-30,/COOH^30,!2,COOH + MCd( 1,1)(0 ,0.9)(^^30,COOH,!0,!3,COOH) + + MCd(.8,1)(0.3,0.1)(^^30,COOH,!4,COOH) \end{verbatim} \end{minipage} \MCFstructure @@ -578,9 +580,9 @@ Insert user defined substructure \begin{minipage}[t][38mm]{100mm} \MCFtitle{Font size} \begin{verbatim} - font_wd#:=30mm#; - font_ht#:=20mm#; beginfont("EN:Caffeine") + font_wd#:=30mm#; %<==font width + font_ht#:=20mm#; %<==font height sw_font_frame:=1; MCf(^^30,?6,-4=??5,$(3,8)dl,@(2,6,7,9)N, @(2,6,9)/Me,@(1,5)//O) @@ -957,7 +959,7 @@ beginfont("NO:3") \begin{verbatim} beginfont() sw_info_weight:=sw_info_formula:=1; MCf(...) endfont -%% Output to mcf_man_soc_info.aux %% +%% Output to mcf_man_soc-info.aux %% \INFO{{F:mcf_man_soc}{C:82}{MWc:194.19174} {FMc:C8H10N4O2}}% MWc:calculated molecular weight @@ -972,9 +974,9 @@ FMc:calculated molecular formula \begin{verbatim} beginfont("EN:Caffeine","CAS:58-08-2") MCf(...) endfont -%% Output to mcf_man_soc_info.aux %% +%% Output to mcf_man_soc-info.aux %% \INFO{{F:mcf_man_soc}{C:83}{EN:Caffeine} - {CAS:111-111-111}}% + {CAS:58-08-2}}% *F:filename *C:char number EN:molecular name CAS:CAS number *:default output \end{verbatim} |