Hi, I am simply trying out different math fonts available, and found iwona-heavy to be "strange". Look at the output of \usetypescript [iwona-heavy][ec] \setupbodyfont[iwona-heavy,ss,11pt] \starttext This is some test \startformula \Pr(A = B) = \frac 12 \stopformula \stoptext The math is much bolder than the text. Is this by design? Aditya
On Sun, 25 Jun 2006, Aditya Mahajan wrote:
Hi, I am simply trying out different math fonts available, and found iwona-heavy to be "strange". Look at the output of
For greater constrast try \usetypescript [iwona-heavy][ec] \setupbodyfont[iwona-heavy,ss,11pt] \starttext This is some test $ \Pr(A = B) = \frac ab $ \stoptext
The math is much bolder than the text. Is this by design?
Aditya Mahajan wrote:
On Sun, 25 Jun 2006, Aditya Mahajan wrote:
Hi, I am simply trying out different math fonts available, and found iwona-heavy to be "strange". Look at the output of
The relevant definition block is missing from type-syn.tex: \starttypescript [sans] [iwona-heavy] [name] \setups[font:fallback:sans] \definefontsynonym [Sans] [Iwona-Heavy] [encoding=\typescriptthree] \definefontsynonym [SansItalic] [Iwona-HeavyItalic] [encoding=\typescriptthree] \definefontsynonym [SansBold] [Iwona-Heavy] [encoding=\typescriptthree] \definefontsynonym [SansBoldItalic] [Iwona-HeavyItalic] [encoding=\typescriptthree] \definefontsynonym [SansCaps] [Iwona-CapsHeavy] [encoding=\typescriptthree] \definefontsynonym [SansItalicCaps] [Iwona-CapsHeavyItalic] [encoding=\typescriptthree] \definefontsynonym [SansBoldCaps] [Iwona-CapsHeavy] [encoding=\typescriptthree] \definefontsynonym [SansBoldItalicCaps] [Iwona-CapsHeavyItalic] [encoding=\typescriptthree] \stoptypescript
Taco Hoekwater wrote:
Aditya Mahajan wrote:
On Sun, 25 Jun 2006, Aditya Mahajan wrote:
Hi, I am simply trying out different math fonts available, and found iwona-heavy to be "strange". Look at the output of
The relevant definition block is missing from type-syn.tex:
ok, added Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Sun, 25 Jun 2006, Taco Hoekwater wrote:
Aditya Mahajan wrote:
On Sun, 25 Jun 2006, Aditya Mahajan wrote:
Hi, I am simply trying out different math fonts available, and found iwona-heavy to be "strange". Look at the output of
The relevant definition block is missing from type-syn.tex:
\starttypescript [sans] [iwona-heavy] [name] \setups[font:fallback:sans] \definefontsynonym [Sans] [Iwona-Heavy] [encoding=\typescriptthree] \definefontsynonym [SansItalic] [Iwona-HeavyItalic] [encoding=\typescriptthree] \definefontsynonym [SansBold] [Iwona-Heavy] [encoding=\typescriptthree] \definefontsynonym [SansBoldItalic] [Iwona-HeavyItalic] [encoding=\typescriptthree] \definefontsynonym [SansCaps] [Iwona-CapsHeavy] [encoding=\typescriptthree] \definefontsynonym [SansItalicCaps] [Iwona-CapsHeavyItalic] [encoding=\typescriptthree] \definefontsynonym [SansBoldCaps] [Iwona-CapsHeavy] [encoding=\typescriptthree] \definefontsynonym [SansBoldItalicCaps] [Iwona-CapsHeavyItalic] [encoding=\typescriptthree] \stoptypescript
Thanks, this looks more consistent Aditya
participants (3)
-
Aditya Mahajan
-
Hans Hagen
-
Taco Hoekwater