summaryrefslogtreecommitdiff
path: root/tex/context/fonts/xits-math.lfg
blob: 4151e18a04ccad060703b1675b006f0b1f08c496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-- \setupbodyfont[xits]
--
-- \starttext
--     $ABC$ $\cal ABC$ $\mathalternate{cal}\cal ABC$
-- \stoptext

return {
    name = "xits-math",
    version = "1.00",
    comment = "Goodies that complement xits (by Khaled Hosny).",
    author = "Hans Hagen",
    copyright = "ConTeXt development team",
    mathematics = {
        alternates = {
            cal = { feature = 'ss01', value = 1, comment = "alternative calligraphic shapes" },
        }
    }
}