blob: 8f3a6270569d8841752656cf942e13f4f92e540d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
% language=uk
\environment math-layout
\startproduct math-mkiv
\startdocument
\component math-titlepage
\startfrontmatter
\component math-contents
\component math-introduction
\stopfrontmatter
\startbodymatter
\component math-spacing
\component math-framing
\component math-numbering
\component math-combining
\stopbodymatter
\stopdocument
\stopproduct
% when we compare these tables with the one that the ff loader produces we notice
% some differences: this is because (deduced from source) that ff does some kind
% of interpolation for missing heights for the last kern (for n=2 adding 100 and
% for adding 1 the max height) ... this is probably a side effect if missing specs
% here we don't do that
% \enabledirectives[fontgoodies.mathkerning]
% \startTEXpage[offset=2mm]
% \startcombination[4*2]
% {\hbox to 50pt{\hss\showboxes\switchtobodyfont [modern]$V_i^i = W_i^i$\hss}} {\infofont modern}
% {\hbox to 50pt{\hss\showboxes\switchtobodyfont [cambria]$V_i^i = W_i^i$\hss}} {\infofont cambria}
% {\hbox to 50pt{\hss\showboxes\switchtobodyfont[lucidaot]$V_i^i = W_i^i$\hss}} {\infofont lucida}
% {\hbox to 50pt{\hss\showboxes\switchtobodyfont [dejavu]$V_i^i = W_i^i$\hss}} {\infofont dejavu}
% {\hbox to 50pt{\hss\showboxes\switchtobodyfont [pagella]$V_i^i = W_i^i$\hss}} {\infofont pagella}
% {\hbox to 50pt{\hss\showboxes\switchtobodyfont [termes]$V_i^i = W_i^i$\hss}} {\infofont termes}
% {\hbox to 50pt{\hss\showboxes\switchtobodyfont [bonum]$V_i^i = W_i^i$\hss}} {\infofont bonum}
% {\hbox to 50pt{\hss\showboxes\switchtobodyfont [schola]$V_i^i = W_i^i$\hss}} {\infofont schola}
% \stopcombination
% \stopTEXpage
|