On 11/14/06, Taco Hoekwater wrote:
> Hans Hagen wrote:
> > Mojca Miklavec wrote:
> >
> >>Hello,
> >>
> >>I always thought that "any accent can be placed on any character" in TeX.
> >>
> >>However, probably due to some boxes, this fails to work sometimes.
> >>
> >>So how can I create "a with cedilla and ring above" for example: \r{\c a}?
> >>(Yes, I know that I can switch the order: \c{\r a} works as expected,
> >>but I need to create more complicated cases in general and I don't
> >>want to depend on whether the accent will be placed properly or not.)
> >>Is there any simple cure for that?
> >>
> >>
> >
> > taco may know the limitations of \accent
>
> \accent only applies to characters, not the endresult of built-up
> stuff resulting from \bottomaccent (like \c ). There is no simple
> solution to this problem (where the font does not contain the needed
> character).

Thanks a lot for the answer.

OK, so that basically means then:
- option A: use a suitable font from XeTeX and hope that one character
will be available there to place the other accent on top of it
- option B: create a bunch of definitions in the spirit of this one:
http://www.ntg.nl/pipermail/ntg-context/2005/012609.html
(so hard-coding all the needed accented letters)

For some reason I thought that TeX was more flexible in that respect
(I always believed in "put any accent over any character" philosophy),
but I'll manage to add those couple of letters somehow.

Thanks,
    Mojca
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to