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