1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20\enablemode[simple]
21
22
23
24
25
26
27
28
29
30
31\startbuffer[abstract]
32
33 This book explains how we support languages (and scripts) in \CONTEXT\ \MKIV\
34 and \LUATEX. Some of the mechanisms discussed are generic and not \CONTEXT\
35 specific. We discuss the way languages are dealt with in the engine,
36 hyphenation, standard features and additional goodies. Tracing and the
37 extensibility of code are also discussed.
38
39\stopbuffer
40
41\environment languagesenvironment
42
43\startdocument
44 [author=Hans Hagen,
45 title=Languages in \ConTeXt,
46 subtitle=explaining luatex and mkiv,
47 affiliation=PRAGMA ADE,
48 comment=work in progress,
49 cover:color:1=darkmagenta,
50 cover:color:2=darkorange,
51 cover:color:3=darkyellow,
52 cover:color:4=darkcyan,
53 cover:color:5=darkgray]
54
55 \startfrontmatter
56 \component manualsexplainingcontents
57 \component languagesintroduction
58 \stopfrontmatter
59
60 \startbodymatter
61 \component languagesbasics
62 \component languageshyphenation
63 \component languageslabels
64 \component languagesnumbering
65 \component languagestypesetting
66 \component languagesgoodies
67 \component languagessorting
68 \component languagesoptions
69 \stopbodymatter
70
71 \startappendices
72 \component languagesappendix
73 \stopappendices
74
75\stopdocument
76 |