Hello all, after writing a typescript i get never the results in my document as expected. Please have a look in the attachment. When i do \showbodyfont[12pt] there is my rm typeface (MinionPro) in the row \tt visible (column \tfx), in \showbodyfont[13pt] this is not the case. Strangely enough, the rm typeface is apart from that never visible in my document but should be. Instead there is the ss typeface. I´ve no clue whats going on here. Please help. best regards Bernhard
Bernhard Rosensteiner wrote:
Hello all,
after writing a typescript i get never the results in my document as expected. Please have a look in the attachment. When i do \showbodyfont[12pt] there is my rm typeface (MinionPro) in the row \tt visible (column \tfx), in \showbodyfont[13pt] this is not the case. Strangely enough, the rm typeface is apart from that never visible in my document but should be. Instead there is the ss typeface. I´ve no clue whats going on here. Please help.
hard to check .. i don't have those fonts (myriad and minion) can you test with .. \tracetypescriptstrue this looks a bit suspicious: \definetypeface .. [normal,environment] what if you leave out the environment key? 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 -----------------------------------------------------------------
Bernhard Rosensteiner wrote:
Strangely enough, the rm typeface is apart from that never visible in my document but should be. Instead there is the ss typeface. I´ve no clue whats going on here.
That's easy, swap these two lines: \definetypeface [minionmyriad] [rm] [serif] [minion-pro] [opticals,environment] \definetypeface [minionmyriad] [ss] [sans] [myriad-pro] [normal,environment] (the last defined typeface becomes the default in \setupbodyfont) Best wishes, Taco
Am 28.11.2009 um 11:51 schrieb Taco Hoekwater:
Bernhard Rosensteiner wrote:
Strangely enough, the rm typeface is apart from that never visible in my document but should be. Instead there is the ss typeface. I´ve no clue whats going on here.
That's easy, swap these two lines:
\definetypeface [minionmyriad] [rm] [serif] [minion-pro] [opticals,environment] \definetypeface [minionmyriad] [ss] [sans] [myriad-pro] [normal,environment]
(the last defined typeface becomes the default in \setupbodyfont)
that's wrong, the first typeface is always the default (see type-ini) Wolfgang
Wolfgang Schuster wrote:
Am 28.11.2009 um 11:51 schrieb Taco Hoekwater:
Bernhard Rosensteiner wrote:
Strangely enough, the rm typeface is apart from that never visible in my document but should be. Instead there is the ss typeface. I´ve no clue whats going on here. That's easy, swap these two lines:
\definetypeface [minionmyriad] [rm] [serif] [minion-pro] [opticals,environment] \definetypeface [minionmyriad] [ss] [sans] [myriad-pro] [normal,environment]
(the last defined typeface becomes the default in \setupbodyfont)
that's wrong, the first typeface is always the default (see type-ini)
oops, sorry.
participants (4)
-
Bernhard Rosensteiner
-
Hans Hagen
-
Taco Hoekwater
-
Wolfgang Schuster