Re: [XeTeX] Dotless I and Emph problem

2010-05-08 Thread Ross Moore
Hi Rembrandt, Chris and others, On 09/05/2010, at 4:12 AM, Rembrandt Wolpert wrote: try it without xunicode and fontspec (you don't want those, xltxtra loads them automatically), thus: Yes. This is the way to avoid the problem. By loading xunicode first, followed by xltxtra , you associa

Re: [XeTeX] Dotless I and Emph problem

2010-05-08 Thread Khaled Hosny
On Sat, May 08, 2010 at 01:18:16PM -0500, Rembrandt Wolpert wrote: > ...and, you might want to "separate" the ' from the "Turkish dot-less i", as > inĀ  > > f\'{}{\i}thal? In a properly coded OpenType font, passing [Language=Turkish] to fontspec should disable fi ligatures. Regards, Khaled --

Re: [XeTeX] Dotless I and Emph problem

2010-05-08 Thread Philip TAYLOR
Rembrandt Wolpert wrote: ...and, you might want to "separate" the ' from the "Turkish dot-less i", as in f\'{}{\i}thal? But surely the object was to get the acute accent /on/ the dotless-i, was it not ? In general, accents replace the tittle, not augment it, although this is not a universal

Re: [XeTeX] Dotless I and Emph problem

2010-05-08 Thread Rembrandt Wolpert
...and, you might want to "separate" the ' from the "Turkish dot-less i", as in f\'{}{\i}thal? Rembrandt again On Sat, May 8, 2010 at 13:12, Rembrandt Wolpert wrote: > try it without xunicode and fontspec (you don't want those, xltxtra loads > them automatically), thus: > > \documentclass{art

Re: [XeTeX] Dotless I and Emph problem

2010-05-08 Thread Rembrandt Wolpert
try it without xunicode and fontspec (you don't want those, xltxtra loads them automatically), thus: \documentclass{article} \usepackage{xltxtra} \setmainfont[Mapping=tex-text]{Linux Libertine O} \begin{document} F\'{\i}thal \emph{F\'{\i}thal} \end{document} Rembrandt On Sat, May 8, 20

Re: [XeTeX] Dotless I and Emph problem

2010-05-08 Thread Chris Yocum
Thanks guys! Yeah, I have a lot of accents usually (Old Irish is like that) so I will have to figure it out on Ubuntu and Emacs. Thanks again! Chris On Sat, May 8, 2010 at 6:05 PM, Joseph Wright wrote: > On 08/05/2010 15:54, Chris Yocum wrote: >> >> \documentclass{article} >> >> \usepackage{xu

Re: [XeTeX] Dotless I and Emph problem

2010-05-08 Thread Joseph Wright
On 08/05/2010 15:54, Chris Yocum wrote: \documentclass{article} \usepackage{xunicode} \usepackage{xltxtra} \usepackage{fontspec} \setmainfont[Mapping=tex-text]{Linux Libertine O} \begin{document} F\'{\i}thal \emph{F\'{\i}thal} \end{document} Things work with a real dotless i \documentclas

Re: [XeTeX] Dotless I and Emph problem

2010-05-08 Thread David Perry
Hi Chris, Those who know more than I can perhaps explain why this is happening (since the traditional TeX keystrokes for accented letters and things are supposed to be replaced by their Unicode equivalents when you use xlxtra--maybe something about the \emph command). The quick fix, of cours