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
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
--
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
...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
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
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
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
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