luatex-registers.tex /size: 1178 b    last modification: 2021-10-28 13:50
1% language=us engine=luatex runpath=texruns:manuals/luatex
2
3\environment luatex-style
4
5\startcomponent luatex-registers
6
7\startchapter[title=Topics]
8
9    \placeregister[topicindex]
10
11\stopchapter
12
13\startchapter[title=Primitives]
14
15    This register contains the primitives that are mentioned in the manual. There
16    are of course many more primitives. The \LUATEX\ primitives are typeset in
17    bold. The primitives from \PDFTEX\ are not supported that way but mentioned
18    anyway.
19
20    \placeregister[primitiveindex][indicator=no]
21
22\stopchapter
23
24\startchapter[title=Callbacks]
25
26    \placeregister[callbackindex]
27
28\stopchapter
29
30\startchapter[title=Nodes]
31
32    This register contains the nodes that are known to \LUATEX. The primary nodes
33    are in bold, whatsits that are determined by their subtype are normal. The
34    names prefixed by \type {pdf_} are backend specific.
35
36    \placeregister[nodeindex]
37
38\stopchapter
39
40\startchapter[title=Libraries]
41
42    This register contains the functions available in libraries. Not all functions
43    are documented, for instance because they can be experimental or obsolete.
44
45    \placeregister[libraryindex]
46
47\stopchapter
48
49\stopcomponent
50