Releases: lualatex/luamplib
Releases · lualatex/luamplib
v2.10.0
v2.9.1
fix a bug reported at luatex mailing list.
v2.9.0
- after declaring
\mplibcodeinherit{enable}
, each mplib code chunks will inherit variables/constants/macros defined by previous chunks. On the contrary, the default (and backward-compatible) value\mplibcodeinherit{disable}
will treat each code chunks as an independent instance, never being affected by other code chunks. - It does not work to pass picture variables containing
btex ... etex
elements, as these are not METAPOST, but TeX elements from the standpoint of luamplib. Likewise, you cannot usegraph.mp
with the inheritance functionality.
v2.8.1
support color/xcolor/spotcolor packages
-
can be used inside mplibcode environment with the command
On LaTeX, color names or expressions of color/xcolor packages
\mpcolor{<color expression>}
.
v2.7.0
resepct show command
and fix a color bug