cld-mkiv.tex /size: 2712 b    last modification: 2023-12-21 09:43
1% language=us runpath=texruns:manuals/cld
2
3% author    : Hans Hagen
4% copyright : ConTeXt Development Team
5% license   : Creative Commons Attribution ShareAlike 4.0 International
6% reference : pragma-ade.nl | contextgarden.net | texlive (related) distributions
7% origin    : the ConTeXt distribution
8%
9% comment   : Because this manual is distributed with TeX distributions it comes with a rather
10%             liberal license. We try to adapt these documents to upgrades in the (sub)systems
11%             that they describe. Using parts of the content otherwise can therefore conflict
12%             with existing functionality and we cannot be held responsible for that. Many of
13%             the manuals contain characteristic graphics and personal notes or examples that
14%             make no sense when used out-of-context.
15%
16% comment   : Some chapters might have been published in TugBoat, the NTG Maps, the ConTeXt
17%             Group journal or otherwise. Thanks to the editors for corrections. Also thanks
18%             to users for testing, feedback and corrections.
19
20% \disabledirectives[paragraphs.normalize.global]
21% \disabledirectives[paragraphs.normalize.local]
22
23% \usemodule[s-lan-03]
24% \ctxlua{languages.words.tracers.showwords()} % no run check yet
25% \page
26% \setupspellchecking[state=start,method=2]
27
28% \enabletrackers[structures.export.spaces]
29% \enabletrackers[structures.export.showtree]
30
31% \enabletrackers[export.trace]
32% \enabletrackers[export.trace.spacing]
33% \enabletrackers[export.lessstate]
34% \enabletrackers[export.comment]
35
36% \enablemode[export]
37
38\startmode[export]
39
40    \setupbackend
41      [export=yes]
42
43    \setupexport
44      [hyphen=yes,
45       width=60em]
46
47\stopmode
48
49\setupinteraction
50  [title=Context Lua Documents,
51  %subtitle=preliminary version,
52   author=Hans Hagen]
53
54\startproduct cld-mkiv
55
56\environment cld-environment
57
58\component cld-titlepage
59
60\startfrontmatter
61    \component cld-contents
62    \component cld-introduction
63\stopfrontmatter
64
65\startbodymatter
66    \component cld-abitoflua
67    \component cld-gettingstarted
68    \component cld-moreonfunctions
69    \component cld-afewdetails
70    \component cld-somemoreexamples
71    \component cld-graphics
72    \component cld-macros
73    \component cld-verbatim
74    \component cld-logging
75    \component cld-luafunctions
76    \component cld-ctxfunctions
77    \component cld-scanners
78    \component cld-variables
79    \component cld-callbacks
80    \component cld-backendcode
81    \component cld-goodies
82    \component cld-nicetoknow
83   %\component cld-xml
84    \component cld-summary
85    \component cld-specialcommands
86    \component cld-files
87\stopbodymatter
88
89\startbackmatter
90    \component cld-index
91\stopbackmatter
92
93\stopproduct
94