summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/lowlevel/lowlevel.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/context/sources/general/manuals/lowlevel/lowlevel.tex')
-rw-r--r--doc/context/sources/general/manuals/lowlevel/lowlevel.tex39
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/context/sources/general/manuals/lowlevel/lowlevel.tex b/doc/context/sources/general/manuals/lowlevel/lowlevel.tex
new file mode 100644
index 000000000..b958308a2
--- /dev/null
+++ b/doc/context/sources/general/manuals/lowlevel/lowlevel.tex
@@ -0,0 +1,39 @@
+% language=us runpath=texruns:manuals/lowlevel
+
+\environment lowlevel-style
+
+%D This is a bit if a cheat. The low level manuals are independent but I want an
+%D overview document on the website. Therefore we use sectionlevels in the documents
+%D that we we then overload here (we push the chapter level in front).
+
+\starttext
+
+ \definesectionlevels
+ [default]
+ [{chapter,title},
+ {section,subject},
+ {subsection,subsubject},
+ {subsubsection,subsubsubject},
+ {subsubsubsection,subsubsubject},
+ {subsubsubsubsection,subsubsubject}]
+
+ \startdocument[title=lowlevel,color=middlegray]
+ \stopdocument
+
+ \startsectionlevel[title=Conditionals] \component [lowlevel-conditionals] \stopsectionlevel
+ \startsectionlevel[title=Boxes] \component [lowlevel-boxes] \stopsectionlevel
+ \startsectionlevel[title=Expansion] \component [lowlevel-expansion] \stopsectionlevel
+ \startsectionlevel[title=Registers] \component [lowlevel-registers] \stopsectionlevel
+ \startsectionlevel[title=Macros] \component [lowlevel-macros] \stopsectionlevel
+ \startsectionlevel[title=Grouping] \component [lowlevel-grouping] \stopsectionlevel
+ \startsectionlevel[title=Security] \component [lowlevel-security] \stopsectionlevel
+ \startsectionlevel[title=Characters] \component [lowlevel-characters] \stopsectionlevel
+ \startsectionlevel[title=Scope] \component [lowlevel-scope] \stopsectionlevel
+ \startsectionlevel[title=Paragraphs] \component [lowlevel-paragraphs] \stopsectionlevel
+ \startsectionlevel[title=Alignments] \component [lowlevel-alignments] \stopsectionlevel
+ \startsectionlevel[title=Marks] \component [lowlevel-marks] \stopsectionlevel
+ \startsectionlevel[title=Inserts] \component [lowlevel-inserts] \stopsectionlevel
+
+\stoptext
+
+