diff options
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luamplib/NEWS')
-rw-r--r-- | Master/texmf-dist/doc/luatex/luamplib/NEWS | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/luatex/luamplib/NEWS b/Master/texmf-dist/doc/luatex/luamplib/NEWS index 43da66abb30..24e92825cf4 100644 --- a/Master/texmf-dist/doc/luatex/luamplib/NEWS +++ b/Master/texmf-dist/doc/luatex/luamplib/NEWS @@ -1,5 +1,19 @@ History of the luamplib package +2014/03/01 2.5.3 + * using \mplibcachedir{<directory path>}, users can change the + directory for storing cache files. By default, it is the directory + where pdf output file is saved. + * at the end of package loading, luamplib searches 'luamplib.cfg', + and, when found, reads the file in automatically. + +2014/02/24 2.5.2 + * new macros \mplibmakenocache{...} and \mplibcancelnocache{...} to + register/unregister those .mp files that do not need caches. + These macros affect the compilation speed only. + * added a hack to support graph.mp (in fact, format.mp) + * [fix] luamplib now respects percent sign if it is enclosed by quotes. + 2014/02/19 2.5 * btex ... etex input from external *.mp files will also be processed by luamplib. However, verbatimtex ... etex will be entirely ignored @@ -25,7 +39,7 @@ Using this macro, each mplib box can be moved horizontally and/or vertically. -2013/12/23 2.11 +2013/12/23 2.1.1 * fix a bug wrt "withoutcolor" option * fix a bug wrt "char <number> infont <font>" picture * bypass some ConTeXt commands which raise errors under metafun format |