luametatex-registers.tex /size: 1137 b    last modification: 2023-12-21 09:43
1% language=us runpath=texruns:manuals/luametatex
2
3\environment luametatex-style
4
5\startcomponent luametatex-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 \ETEX\ and \LUATEX\ primitives are
17    typeset in bold (some originate in \PDFTEX).
18
19   %\placeregister[primitiveindex][indicator=no]
20    \placeregister[texindex,etexindex,luatexindex][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.
34
35    \placeregister[nodeindex]
36
37\stopchapter
38
39\startchapter[title=Libraries]
40
41    This register contains the functions available in libraries. Not all functions
42    are documented, for instance because they can be experimental or obsolete.
43
44    \placeregister[libraryindex]
45
46\stopchapter
47
48\stopcomponent
49