Dear list, I cannot get \c{a} to work in mkiv. Small test file: \starttext \c{c} % works both in mkii and mkiv \c{a} % works only in mkii (in mkiv I get nothing) \stoptext Is there a fix for this? I would not like to use the unicode char directly in the file (because I have this inside a bib-entry and I'd like to keep the bib file without such constructions.) Best regards, Mikael
I cannot get \c{a} to work in mkiv. Small test file:
Are you sure you really need \c{a}, not \aogonek? I'm not aware of any language that would use cedillas on vowels, whereas ogonek is used in several languages to indicate nazalisation (starting with Polish, of course).
In Mark II the character is built by stacking boxes, which you usually don't want in Mark IV if there is a glyph available in the font (but I doubt you will find many fonts with such a glyph, see below).
Is there a fix for this? I would not like to use the unicode char directly in the file
There is no single Unicode character for a with cedilla anyway, you would have to use combining characters. Arthur
On Sun, Mar 21, 2010 at 10:09 PM, Arthur Reutenauer
Thank you Arthur, that is exactly what I want. I am not familiar with this character, just copied a bibtex entry from MathSciNet. The problem now is that \aogonek seems not to be defined in LaTeX. I guess I can define it manually. It would be nice to use the same bib file for both LaTeX and ConTeXt docs... Mikael
On 21-3-2010 22:20, Mikael Persson wrote:
maybe utf8 ... 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 -----------------------------------------------------------------
participants (3)
-
Arthur Reutenauer
-
Hans Hagen
-
Mikael Persson