diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-21 20:54:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-21 20:54:31 +0000 |
commit | 15bbde433ae20973daca814631a22c558eaecd57 (patch) | |
tree | 40cead2fdb74801aec4190b8a08839ea164147ab /Master/texmf-dist/doc/luatex/luamplib/NEWS | |
parent | 5dac6ccc074f72d03d874ffcf70ddc2a9b0db096 (diff) |
luamplib (21mar19)
git-svn-id: svn://tug.org/texlive/trunk@50510 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luamplib/NEWS')
-rw-r--r-- | Master/texmf-dist/doc/luatex/luamplib/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/luamplib/NEWS b/Master/texmf-dist/doc/luatex/luamplib/NEWS index 7eaf2ba8636..8fb7136dba6 100644 --- a/Master/texmf-dist/doc/luatex/luamplib/NEWS +++ b/Master/texmf-dist/doc/luatex/luamplib/NEWS @@ -1,5 +1,18 @@ History of the luamplib package +2019/03/20 2.20.0 + * huge changes, but mostly internal, so apparently not much difference + from previous version. + * '\mplibforcehmode' makes mplibcode typeset in horizontal mode. + '\mplibnoforcehmode' reverts the setting. The latter is default. + * '\mpliblegacybehavior{disable}' triggers a new mode of processing + verbatimtex .. etex: along with btex .. etex, they will be processed + sequentially one by one. Old behavior, being default, can be restored + by declaring '\mpliblegacybehavior{enable}'. + Incidentally, verbatimtex .. etex in MP input files is honored + from this version, save those that contain '\documentclass' + or '\begin{document}' etc, which is totally ignored. + 2018/09/27 2.12.5 * change dash.offset pattern from "%i" to "%f" (PR #77) * remove unnecessary variables that go back to context (issue #76) |