lowlevel.tex /size: 2417 b    last modification: 2023-12-21 09:43
1% language=us runpath=texruns:manuals/lowlevel
2
3\environment lowlevel-style
4
5%D This is a bit if a cheat. The low level manuals are independent but I want an
6%D overview document on the website. Therefore we use sectionlevels in the documents
7%D that we we then overload here (we push the chapter level in front).
8
9\starttext
10
11    \definesectionlevels
12      [default]
13      [{chapter,title},
14       {section,subject},
15       {subsection,subsubject},
16       {subsubsection,subsubsubject},
17       {subsubsubsection,subsubsubject},
18       {subsubsubsubsection,subsubsubject}]
19
20    \startdocument[title=lowlevel,color=middlegray]
21    \stopdocument
22
23    % this list is incomplete
24
25    \startsectionlevel[title=Conditionals] \component [lowlevel-conditionals] \stopsectionlevel
26    \startsectionlevel[title=Boxes]        \component [lowlevel-boxes]        \stopsectionlevel
27    \startsectionlevel[title=Expansion]    \component [lowlevel-expansion]    \stopsectionlevel
28    \startsectionlevel[title=Registers]    \component [lowlevel-registers]    \stopsectionlevel
29    \startsectionlevel[title=Macros]       \component [lowlevel-macros]       \stopsectionlevel
30    \startsectionlevel[title=Grouping]     \component [lowlevel-grouping]     \stopsectionlevel
31    \startsectionlevel[title=Security]     \component [lowlevel-security]     \stopsectionlevel
32    \startsectionlevel[title=Characters]   \component [lowlevel-characters]   \stopsectionlevel
33    \startsectionlevel[title=Scope]        \component [lowlevel-scope]        \stopsectionlevel
34    \startsectionlevel[title=Paragraphs]   \component [lowlevel-paragraphs]   \stopsectionlevel
35    \startsectionlevel[title=Alignments]   \component [lowlevel-alignments]   \stopsectionlevel
36    \startsectionlevel[title=Marks]        \component [lowlevel-marks]        \stopsectionlevel
37    \startsectionlevel[title=Inserts]      \component [lowlevel-inserts]      \stopsectionlevel
38    \startsectionlevel[title=Localboxes]   \component [lowlevel-localboxes]   \stopsectionlevel
39    \startsectionlevel[title=Loops]        \component [lowlevel-loops]        \stopsectionlevel
40    \startsectionlevel[title=Tokens]       \component [lowlevel-tokens]       \stopsectionlevel
41    \startsectionlevel[title=Buffers]      \component [lowlevel-buffers]      \stopsectionlevel
42  % \startsectionlevel[title=Accuracy]     \component [lowlevel-accuracy]     \stopsectionlevel
43
44\stoptext
45
46
47