blob: 6b30e2b7aa1d7612fe3f13505d9860481e1e149b (
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
|
% zplmsum.mtx
% (part of the mathpazo package, by Diego Puga)
%
% Metrics file
% to use the summation, product and coproduct glyphs in Pazo
% for summationtext, producttext, and coproducttext (at full-scale),
% as well as for summationdisplay, productdisplay and coproductdisplay (scaled-up);
%
% Based on zrvhax.mtx (part of PSNFSS), by Alan Jeffrey and Sebastian Rathz and Ulrik Vieth
\relax
\metrics
\setint{fplm-textscale}{1000}
\setint{fplm-displayscale}{1400}
\resetglyph{summationtext}
\glyph{summation}{\int{fplm-textscale}}
\endresetglyph
\resetglyph{summationdisplay}
\glyph{summation}{\int{fplm-displayscale}}
\endresetglyph
\resetglyph{producttext}
\glyph{product}{\int{fplm-textscale}}
\endresetglyph
\resetglyph{productdisplay}
\glyph{product}{\int{fplm-displayscale}}
\endresetglyph
\resetglyph{coproducttext}
\glyph{coproduct}{\int{fplm-textscale}}
\endresetglyph
\resetglyph{coproductdisplay}
\glyph{coproduct}{\int{fplm-displayscale}}
\endresetglyph
\endmetrics
|