Am 30.01.2011 um 16:34 schrieb John Culleton: > I have tried various fonts, including charterbt, calibri (ttf) and so > on. I get the called-for font but the sequences for curly double > quotes, in use since Ramses II, give me either two back ticks followed > by two forward ticks, (calibri) or two back ticks followed by an inch > symbol (charterbt). So this defect is not limited to one font. My > main file is as follows: > > \input macros.tex
\environment macros > \usemodule [simplefonts] > \setmainfont [calibri] > \starttext > \input body.tex > \stoptext > > and macros.tex looks like this: \startenvironment macros > \setupoutput[pdftex] > \definepapersize[bok][width=7.0in,height=10.0in] > %\setuppapersize[bok][letter] > \setuppapersize[bok][bok] > \setuplayout[location=middle,marking=on]% > \setupwhitespace[line] > \setuptyping[style=small] \stopenvironment > Anyone else have this problem? Learn to make a minimal *working* example, this works: \usemodule[simplefonts] \setmainfont[Calibri] \starttext “quoted text” \stoptext Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
