On 7/21/06, Aditya Mahajan wrote:
On Thu, 20 Jul 2006, Hans Hagen wrote:
Aditya Mahajan wrote:
On Wed, 19 Jul 2006, Taco Hoekwater wrote:
Aditya Mahajan wrote:
None of the extensible arrows work with antykwa-torunska as \relbar is not of fixed width in that font. Are there any other free math fonts that I should check?
iwona and kurier have math nowadays, don't they?
Tested for iwona and it works fine. I do not know how to get kurier to work (I was looking at typescripts defined in type-exa and kurier is not there).
\usetypescript[iwona] [texnansi] \usetypescript[kurier][texnansi]
Kurier typeface is not defined anywhere! The following definition should be part of type-exa.tex
Hans also had some fancy definitions some time ago to define a whole large family of typescripts (designed esp. for Iwona). I don't know where they are now (might be part of distribution, but I didn't look closely enough), but it might be that I forgot to insist enough to add kurier definitions as well. The fonts improve constantly, so some definitions tend to be forgotten in typescripts.
--------------------------------------%<-------------------------------------- \starttypescript [kurier-light,kurier,kurier-medium] [texnansi,ec,8r,uc,t2a]
% todo: rscale
\definetypeface[\typescriptone][ss][sans] [\typescriptone] [default][encoding=\typescripttwo] \definetypeface[\typescriptone][rm][serif][modern] [default][encoding=\typescripttwo] \definetypeface[\typescriptone][tt][mono] [modern] [default][encoding=\typescripttwo] \definetypeface[\typescriptone][mm][math] [\typescriptone] [default][encoding=\typescripttwo,text=ss] \stoptypescript --------------------------------------%<--------------------------------------
Also, why not add all iwona variants to \starttypescript for iwona.
I agree.
--------------------------------------%<-------------------------------------- \starttypescript [iwona-light,iwona,iwona-medium,iwona-heavy,iwona-light-cond,iwona-cond,iwona-medium-cond,iwona-heavy-cond] [texansi,ec,8r,uc,t2a] --------------------------------------%<--------------------------------------
Mojca