blob: 2e04ee1050fcdfdca249f49aba127a57a29e1ebb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
Version: 2022/1.1
SUMMARY
This package offers low-level mplib integration for plain LuaTeX and is
designed with the purpose of being easy to extend.
The use of multiple simultaneous MetaPost instances is supported, as well as
running TeX or lua code from within MetaPost. With the included minim-mp
format file, you can even use LuaTeX as a stand-alone MetaPost compiler.
DOCUMENTATION
In order to obtain the typeset manual of this package, simply say:
luatex minim-mp.doc
HISTORY
2022/1.1 (3/3/2022)
New features:
* Made instance initialisation more flexible; this replaces M.init_files
with M.init_code (see manual).
* Add support for the glyph of operator.
* Add support for the even-odd rule of filling and noncontinuous paths.
* Add experimental latex support (the minim-lamp format).
* Make minim-mp compatible with tikz/pgf.
* Expand the plain macro set slightly.
Minor changes:
* Improved display of metapost logs.
* Redefine units to fit other numerical engines better.
* Fixed a bug in pattern generation that prevented simplifying patterns
into raw pdf code.
* No longer write out superfluous line widths.
2021/1.0 (1/6/2021)
This was the original release.
COPYING
(c) 2022 Esger Renkema, Michal Vlasák
These files may be distributed under the terms of the European Union Public
Licence (EUPL) version 1.2 or later. A copy can be obtained at:
https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|