Perfect! Thanks, Ulrike. I'll send a message to the maintainer. Lasse Am 30.08.2011 um 23:30 schrieb [email protected]:
> Date: Tue, 30 Aug 2011 17:07:07 +0200 > From: Ulrike Fischer <[email protected]> > To: [email protected] > Subject: Re: [XeTeX] xunicode combining ring above > Message-ID: <[email protected]> > Content-Type: text/plain; charset="utf-8" > > Am Tue, 30 Aug 2011 15:05:02 +0200 schrieb Lasse Bombien: > >> Dear list, >> >> something goes wrong when I use the TIPA part of xunicode: >> \r{x} doesn't give me an x with a ring above it but an x with a cedilla >> below. Direct >> Unicode input works fine. >> It doesn't seem to be a font problem as I tried several fonts. >> Below is a minimal example. Does anyone have an idea? >> >> Lasse >> >> \documentclass[12pt]{article} >> \usepackage{fontspec} >> \setmainfont[Ligatures=TeX]{Linux Libertine O} >> \begin{document} >> Tipa input: \textipa{ba\r Nkan}\\ >> unicode input: ba??kan >> \end{document} > > That's a bug in xunicode. It contains the line > > \let\realLaTeXring\c > \def\tipacedillaaccent{\TIPAaccent{\realLaTeXcedilla}} > > This should be \let\realLaTeXcedilla\c .... > > Put > \let\realLaTeXring\r > \let\realLaTeXcedilla\c > > in your document after loading fontspec to get around the bug and > notify the author. > > -- > Ulrike Fischer > -------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex
