blob: 2114fa4fb44c35172226a58c4f9a8c7741051b88 (
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
Version: 2023/1.2
SUMMARY
This is a modern plain format for the LuaTeX engine, adding improved low-level
support for many LuaTeX extensions and newer PDF features. While it can be
used as drop-in replacement for plain TeX, it probably is most useful as
a basis for your own formats.
Most features included in the format are provided by separate packages that
can be used on their own; see the packages
minim-mp for mplib (MetaPost) support
minim-math for unicode mathematics
minim-pdf for creating Tagged PDF
minim-xmp for XMP (metadata) inclusion
This package proper only contains their shared lowest-level programming
interface, together with their combined format.
DOCUMENTATION
In order to obtain the typeset manual of this package, simply say:
luatex minim.doc
For the sake of completeness, this manual also includes the documentation of
the packages mentioned above.
HISTORY
2023/1.2 (3/3/2023)
* Added \Ucharcat, as in XeTeX.
* Gave sensible definitions to unicode space characters.
* Updated the manual to reflect the latest versions of the other minims.
2022/1.1 (3/3/2022)
Major changes:
* Updated the allocation mechanism, distinguishing the new_<register>()
allocators from the new registernumber() function.
* Included a new (pgf-compatible) pdf resource manager.
Minor changes:
* Updated the manual to reflect the latest versions of the other minims.
* Included a few helper functions moved in from minim-pdf.
* Fixed a bug where the primitive callback.register() could not remove
list callbacks (the module’s M.register() still cannot).
* Added an M.deregister() function for callbacks.
* Added a uselanguage callback.
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
|