canbedone.tex /size: 810 b    last modification: 2024-01-16 10:21
1% language=us runpath=texruns:manuals/canbedone
2
3\environment canbedone-style
4
5%D This is a bit if a cheat. The can be done 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%D
9%D This style is mostly the same as the low level style.
10
11\starttext
12
13    \definesectionlevels
14      [default]
15      [{chapter,title},
16       {section,subject},
17       {subsection,subsubject},
18       {subsubsection,subsubsubject},
19       {subsubsubsection,subsubsubject},
20       {subsubsubsubsection,subsubsubject}]
21
22    \startdocument[title=canbedone,color=middlegray]
23    \stopdocument
24
25    \startsectionlevel[title=Periods] \component [canbedone-periods] \stopsectionlevel
26
27\stoptext
28
29
30