Alan Bowen wrote:
I hope that we can resolve this—I need Fourier/Utopia for a book series. But right now not even \quote works properly in the roman typeface.
Alan
On Nov 15, 2005, at 10:54 AM, Hans Hagen wrote:
Alan Bowen wrote:
I am running the latest version of ConTeXt and ran into a problem with some diacritical marks using
%Fourier/Utopia Expert \usetypescript[type-syn]
what is this line doing there? ^^^
\usetypescript[fourier][\defaultencoding] \setupbodyfont[fourier,10.5pt]
While \={\i} and \=a, for example, work as expected when the font is �italic� or bold, I get garbage when it is just roman.
Is this a problem with the font encoding or is there something / different new that I must do to put macrons and so forth over letters in the roman typeface?
\usetypescript[fourier][ec] \setupbodyfont[fourier,10.5pt]
While \={\i} and \=a, for example \end works ok here (utopia/fourier can be a bit tricky because utopia is not always shipped - licence issues and such) Hans