In a document like this:*
***
|\documentclass*[*|*|a4paper, 12p|*|t]{boo|*|k}
\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage{fontspec}
\defaultfontfeatures{Language=Turkish, Mapping=tex-text}
\setmainfont{Linux Libertine G}
\usepackage{polyglossia}
\setmainlangua
Capitalization (\uppercase{...}) is controlled via \uccode so that
this should help:
\uccode`\i=`\İ
There is a Turkish module in polyglossia, so most probably the
following should solve all Turkish typographical features:
\usepackage{polyglossia}
\setdefaultlanguage{turkish}
2013/5/30 Alessandr
On Thu, May 30, 2013 at 02:45:26PM +0200, Alessandro Ceschini wrote:
> the problem is that "i" gets capitalized in Turkish
> as dotted I, that is: "İ" (U+0130) and this, XeLaTeX doesn't do. Is
> there a way to enjoin it to do so?
Changing \lccode and \uccode values might to the trick:
\lccode
2013/5/30 Khaled Hosny :
> On Thu, May 30, 2013 at 02:45:26PM +0200, Alessandro Ceschini wrote:
>> the problem is that "i" gets capitalized in Turkish
>> as dotted I, that is: "İ" (U+0130) and this, XeLaTeX doesn't do. Is
>> there a way to enjoin it to do so?
>
> Changing \lccode and \uccode values
Hi Zdenek,
\setdefaultlanguage{turkish} is the same as \setmainlanguage{turkish}
which is in my example and I tried, it doesn't have any noticeable effects.
However, \uccode`\i=`\I. gives the intended result but doesn't create
problems only because I'm working in a monolingual document, such
2013/5/30 Alessandro Ceschini :
> Hi Zdenek,
>
> \setdefaultlanguage{turkish} is the same as \setmainlanguage{turkish} which
> is in my example and I tried, it doesn't have any noticeable effects.
>
Oh, I did not notice.
> However, \uccode`\i=`\İ gives the intended result but doesn't create
> prob
Hello everybody!
I need to use xeCJK and fontspec packages,however, when I try to load either of
xeCJK or fontspec ,it reads
("C:\Program Files (x86)\MiKTeX2.9\tex\latex\fontspec\fontspec.cfg"! Undefined
control sequence. \c_keys_code_root_tl
fontspec/Ligatures/H
Am 30.05.2013 um 19:50 schrieb Gurebu Bokofu:
> \documentclass{article}\usepackage{xeCJK}
> \begin{document}This is the XeLaTeX test.\end{document}
With
\listfiles
as first line you would get a listing of all files used, when the TeX engine
would finish the run. With TeX Live 2012, 20