Releases: lualatex/luamplib
Releases · lualatex/luamplib
v2.34.2
-
With the newly introduced macros,
\mplibgroup ... \endmplibgroup
, users
can define a transparency group or a normal form XObject from TeX side.
The LaTeX environmentmplibgroup
is identical to this pair of macros.
See the document for details. -
document: be more precise about the color effect of a transparency group
-
remove trailing zeros from numeric objects to get smaller PDF
v2.34.1
v2.34.0
v2.33.1
v2.33.0
v2.32.4
v2.32.3
-
coloured
is a synonym of the optioncolored
in pattern definition. -
fix a bug related to pdf page resources in dvi mode
-
users can access the lua table containing mplib instances
luamplib.instances
,
through which metapost variables are also easily accessible as documented in
LuaTeX manual 11.2.8.4.
v2.32.2
v2.32.1
- for the sake of convenience, width and height values of tiling patterns will be written down into the log file.
- table type is allowed as well as string type for
matrix
andbbox
options in pattern definition. - metapost code such as
rotated 30 slanted .2
is allowed as well as the string or table of numbers for thematrix
option in pattern definition. - as for the
resources
option in pattern definition, luamplib automatically includes the resources of the current page. - luamplib does not log info even if there's no
beginfig ... endfig
.
v2.32.0
\mppattern{<name>}
...\endmppattern
defines a tiling pattern which can be used withwithpattern
operator to fill a closed path by replicating the tile horizontally and vertically.\begin{mppattern}
...\end{mppattern}
is exactly the same as\mppattern
...\endmppattern
. See luamplib manual for details.