Hi all, I have just released the archive files for MetaPost 1.090, the first official beta for the new stable version of MetaPost. ---------------------------------------------------------------------- What is new: ---------------------------------------------------------------------- This MetaPost release is based on MPlib. For those of you who are not aware of the MPlib project yet: MPlib is the name of the new, revamped version of the MetaPost interpreter. It is implemented in Cweb, and internally consists of a core library, an mpx generation library, and a frontend driver program (mpost). There are no changes to the MetaPost language, but nevertheless there are some minor differences with the last pascal-web based version of MetaPost (1.005): * The MPlib distribution is released under the GPL version 2 or, at your option, any later version. * The commandline is slightly different, run mpost --help for details. * The mem file format is changed, you have to regenerate any existing ones. * The new mpx generation library includes the label generation functionality that was previously provided by 'makempx', and this internal code will be used instead of an external program. That is, unless the MPXCOMMAND variable is set in the environment or texmf.cnf. The 'mpware' programs became obsolete and are no longer included in the distribution. * Most of the memory configuration variables from texmf.cnf have become obsolete due to dynamic reallocation. The four remaining ones are 'main_memory', 'hash_size', 'max_in_open', 'param_size'. These are only taken into account at mem generation time, the values are stored in and reloaded from the mem file. * The core MPlib library does not interpret an initial '&' as anything special and it does not support re-initialization using a different mem file either. The command line program mpost _does_ interpret '&' as an alias for the -mem switch to preserve (some) compatility. * The MPlib distribution includes lua script language bindings. ---------------------------------------------------------------------- You can get the sources and a cross-compiled mingw binary for Win32 from the usual place: http://foundry.supelec.fr/frs/?group_id=13&release_id=309 Have fun, Taco
Hi, Taco:
This MetaPost release is based on MPlib.
Oh! My God!!! Such a big change~ So are you sure the code is stable enough? btw, If we insist to use the mplib, why not make mpost a symbol link to LuaTeX in TeXLive 2008? (just revise a few code of LuaTeX, make it behave like metapost when mpost is called, lua when texlua is called, **tex when **tex is called) Yue Wang
Hi, Yue Wang wrote:
Hi, Taco:
This MetaPost release is based on MPlib.
Oh! My God!!! Such a big change~ So are you sure the code is stable enough?
I have to push out the code sometime, otherwise it will never be ready. But it will not be on this year's texlive, that has 'only' mpost 1.005 and an outdated version of mplib inside luatex.exe of two months ago or so (0.25.4). Gives us plenty of time to test before texlive 2009.
btw, If we insist to use the mplib, why not make mpost a symbol link to LuaTeX in TeXLive 2008? (just revise a few code of LuaTeX, make it behave like metapost when mpost is called, lua when texlua is called, **tex when **tex is called)
maybe next year ;-) Best wishes, Taco
Yue Wang wrote:
Hi, Taco:
This MetaPost release is based on MPlib. Oh! My God!!! Such a big change~ So are you sure the code is stable enough?
I have to push out the code sometime, otherwise it will never be ready. But it will not be on this year's texlive, that has 'only' mpost 1.005 and an outdated version of mplib inside luatex.exe of two months ago or so (0.25.4). Gives us plenty of time to test before texlive 2009.
also, taco, i and some members of this list spend quite some time on testing already so it's not that there's suddenly an instable system Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Taco Hoekwater
-
Yue Wang