David Wooten wrote:
Hans Hagen wrote:
\startMPenvironment [global] \usetypescriptfile[minionpro-diss] \usetypescript[Minion] \switchtobodyfont[Minion,12pt] \stopMPenvironment
dangerous to use such a upper/lowercase mix (typos)
I see what you mean.
hm, looks like a bronwser problem
what happens if you only include the graphic,
\startMPpage z40 = (2cm,0cm) ; z41 = (3cm,0cm) ; z42 = (3cm,1cm) ; z43 = (2cm,1cm) ; z46 = (2.5cm,.5cm) ;
path F ; F := (z40--z41--z42--z43--cycle) ;
linejoin := mitered ;
drawpath F ; label("very", z46) ; \stopMPpage
so, no other text
Same results, and I also checked with a different viewer. Points to my typescript file as a problem, does it? (Which works fine in non-MP ConTeXt).
what is the label font then? probably defaultfont so you need to set that as well also, label does not use tex, use label(\textext("very"),z46) and friends 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 -----------------------------------------------------------------