diff options
Diffstat (limited to 'Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.tex')
-rw-r--r-- | Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.tex | 19 |
1 files changed, 10 insertions, 9 deletions
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 af0caea790b..de5e711d39c 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.tex +++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.tex @@ -1,7 +1,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Example of MCF typest with LuaLaTeX(luamplib) by A.Yamaji 2017.02.13 +% Example of MCF typest with LuaLaTeX(luamplib) by A.Yamaji 2017.03.05 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%% mcf2graph.mf it must be version 4.10 or later +%%% mcf2graph.mf it must be version 4.11 or later \documentclass{article} %------------------------------------------------------------------------------ \usepackage{luamplib}% @@ -14,6 +14,7 @@ input mcf2graph.mf; mp_log_name:="temp-info.aux"; sw_auxout:=1; + sw_label:=1; var3:="mol_wd"; tag3:="Lx"; var4:="cal_MW"; tag4:="cMW"; var5:="cal_FM"; tag5:="cFM"; @@ -95,13 +96,13 @@ font_wd:=90mm; font_ht:=45mm; beginfont("NO:1","EN:Chlorophyll a","MW:893.49") MCf(<54, - {,``1,?5,$(2,5)d,4:N,3\,54~dl,|,?5,$(2,4)d,5:N, - -2\,54~dl,|,?5,2=d,5:N,-2\~dl,54,|,?5,5=d,5:N,-2\~dl,, - -1*,24,/*COO!^15,72,//O,,}, - 4\`1.45,Mg,&17,-1*,&11~vb,-1*,&23~vb, - @(2,9,15,20~zf)/_,8:/!,14\,!!, - 21*,-6~wf,!2,//O,!,O,!2,!!,|,!13,@(1,5,9,13)/_, - ) + {,``1,?5,$(2,5)d,4:N,3\,54~dl,|,?5,$(2,4)d,5:N, + -2\,54~dl,|,?5,2=d,5:N,-2\~dl,54,|,?5,5=d,5:N,-2\~dl,, + -1*,24,/*COO!^15,72,//O,,}, + 4\`1.45,Mg,&17,-1*,&11~vb,-1*,&23~vb, + @(2,9,15,20~zf)/_,8:/!,14\,!!, + 21*,-6~wf,!2,//O,!,O,!2,!!,|,!13,@(1,5,9,13)/_, + ) endfont \end{mplibcode} \inputINFO{temp-info.aux}% |