diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-24 22:27:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-24 22:27:43 +0000 |
commit | 215ff41c3a53359bb44fe80bb5584619026bc802 (patch) | |
tree | 3ebce6439576a15deb5dbbdaae31ecae3807bd73 /Master/texmf-dist/doc | |
parent | 3e37a9553890c5435570fde820cbe73a25914550 (diff) |
luamplib (24sep13)
git-svn-id: svn://tug.org/texlive/trunk@31747 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/luatex/luamplib/NEWS | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf | bin | 120404 -> 100198 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/luatex/luamplib/NEWS b/Master/texmf-dist/doc/luatex/luamplib/NEWS index 5c3fc9e0a40..276b44d98f0 100644 --- a/Master/texmf-dist/doc/luatex/luamplib/NEWS +++ b/Master/texmf-dist/doc/luatex/luamplib/NEWS @@ -1,5 +1,8 @@ History of the luamplib package +2013/09/24 2.01 + * fix bug reported by Stephan Hennig: wrong baseline of tex-text box + 2013/05/07 2.0 * Update with current ConTeXt code * Adding the possibility of btex...etex commands (Kim) diff --git a/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf b/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf Binary files differindex 9e96b9daebb..a4aba43dcff 100644 --- a/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf +++ b/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf diff --git a/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex b/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex index 8c2aa557135..a6c696e6262 100644 --- a/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex +++ b/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex @@ -32,5 +32,5 @@ label.lrt(btex $\sqrt x$ etex, (3,sqrt 3)*u); label.bot(btex $x$ etex, (2u,0)); label.lft(btex $y$ etex, (0,u)); endfig; -\end{mplibcode} +\end{mplibcode}% \end{document} |