summaryrefslogtreecommitdiff
path: root/tex/context/fonts/euler-math.lfg
blob: 4f11a0822393a11b77b5f7d84924de647506a1f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-- this file might go away and is for experiments only

return {
    name = "euler-math",
    version = "1.00",
    comment = "Goodies that complement euler math.",
    author = "Hans Hagen",
    copyright = "ConTeXt development team",
    mathematics = {
        virtuals = {
            ["euler-nova"] = {
                { name = "texgyrepagella-math.otf", main = true, parameters = true },
                { name = "euler.otf", overlay = true }, -- first = 0x1234, last = 0x1256

             -- { name = "euler.otf", main = true, parameters = true },
             -- { name = "texgyrepagella-math.otf", overlay = true },

            },
        }
    }
}