math-mkiv.tex /size: 3151 b    last modification: 2023-12-21 09:43
1% language=us runpath=texruns:manuals/math
2
3% language=us
4
5% author    : Hans Hagen
6% copyright : ConTeXt Development Team
7% license   : Creative Commons Attribution ShareAlike 4.0 International
8% reference : pragma-ade.nl | contextgarden.net | texlive (related) distributions
9% origin    : the ConTeXt distribution
10%
11% comment   : Because this manual is distributed with TeX distributions it comes with a rather
12%             liberal license. We try to adapt these documents to upgrades in the (sub)systems
13%             that they describe. Using parts of the content otherwise can therefore conflict
14%             with existing functionality and we cannot be held responsible for that. Many of
15%             the manuals contain characteristic graphics and personal notes or examples that
16%             make no sense when used out-of-context.
17%
18% comment   : Some chapters might have been published in TugBoat, the NTG Maps, the ConTeXt
19%             Group journal or otherwise. Thanks to the editors for corrections. Also thanks
20%             to users for testing, feedback and corrections.
21
22\environment math-layout
23
24\startproduct math-mkiv
25
26\startdocument
27
28\component math-titlepage
29
30\startfrontmatter
31    \component math-contents
32    \component math-introduction
33\stopfrontmatter
34
35\startbodymatter
36    \component math-input
37    \component math-definitions
38    \component math-spacing
39    \component math-framing
40    \component math-numbering
41    \component math-combining
42    \component math-features
43    \component math-alignments
44    \component math-suboptimal
45    \component math-tricks
46    \component math-oddities
47    \component math-grouping
48    \ifcase \contextlmtxmode \else
49        \component math-fun
50      % \component math-notdone
51    \fi
52\stopbodymatter
53
54\stopdocument
55
56\stopproduct
57
58% when we compare these tables with the one that the ff loader produces we notice
59% some differences: this is because (deduced from source) that ff does some kind
60% of interpolation for missing heights for the last kern (for n=2 adding 100 and
61% for adding 1 the max height) ... this is probably a side effect if missing specs
62% here we don't do that
63% \enabledirectives[fontgoodies.mathkerning]
64
65% \startTEXpage[offset=2mm]
66%     \startcombination[4*2]
67%         {\hbox to 50pt{\hss\showboxes\switchtobodyfont  [modern]$V_i^i = W_i^i$\hss}} {\infofont modern}
68%         {\hbox to 50pt{\hss\showboxes\switchtobodyfont [cambria]$V_i^i = W_i^i$\hss}} {\infofont cambria}
69%         {\hbox to 50pt{\hss\showboxes\switchtobodyfont[lucidaot]$V_i^i = W_i^i$\hss}} {\infofont lucida}
70%         {\hbox to 50pt{\hss\showboxes\switchtobodyfont  [dejavu]$V_i^i = W_i^i$\hss}} {\infofont dejavu}
71%         {\hbox to 50pt{\hss\showboxes\switchtobodyfont [pagella]$V_i^i = W_i^i$\hss}} {\infofont pagella}
72%         {\hbox to 50pt{\hss\showboxes\switchtobodyfont  [termes]$V_i^i = W_i^i$\hss}} {\infofont termes}
73%         {\hbox to 50pt{\hss\showboxes\switchtobodyfont   [bonum]$V_i^i = W_i^i$\hss}} {\infofont bonum}
74%         {\hbox to 50pt{\hss\showboxes\switchtobodyfont  [schola]$V_i^i = W_i^i$\hss}} {\infofont schola}
75%     \stopcombination
76% \stopTEXpage
77