fonts-mkiv.tex /size: 2711 b    last modification: 2024-01-16 09:02
1% language=us runpath=texruns:manuals/fonts
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% \definefontfeature[default][default][globalkern=true]
21%
22% \usemodule[speedtest]
23
24\enabletrackers[fonts.usage]
25
26\enablemode[simple] % ,oversized
27
28\startbuffer[abstract]
29
30    This book is about fonts and how they are dealt with in \CONTEXT\ \MKIV\ and
31    \LUATEX. Although we use \CONTEXT\ as starting point, much applies to the
32    generic font handler that ships as part of this macro package. We discuss the
33    way fonts are dealt with in the engine, font formats, standard features and
34    additional goodies. Tracing and the extensibility of code are also discussed.
35    This book is the more technical companion of the regular \CONTEXT\ font
36    manual.
37
38\stopbuffer
39
40\environment fonts-environment
41
42\startdocument
43  [author=Hans Hagen,
44   title=Fonts out of \ConTeXt,
45   subtitle=explaining luatex and mkiv,
46   affiliation=PRAGMA ADE,
47   comment=work in progress,
48   cover:color:1=darkred,
49   cover:color:2=darkgreen,
50   cover:color:3=darkblue,
51   cover:color:4=darkyellow,
52   cover:color:5=darkgray]
53
54    \startfrontmatter
55        \component manuals-explaining-contents
56        \component fonts-introduction
57    \stopfrontmatter
58
59    \startbodymatter
60        \component fonts-formats
61        \component fonts-modes
62        \component fonts-lookups
63        \component fonts-methods
64        \component fonts-features
65        \component fonts-scripts
66        \component fonts-math
67        \component fonts-extensions
68        \component fonts-hooks
69        \component fonts-tricks
70        \component fonts-compact
71    \stopbodymatter
72
73    \startappendices
74        \component fonts-appendix
75    \stopappendices
76
77\stopdocument
78