Re: [NTG-context] Vowels with accent (teTeX - Linux)
example: \mainlanguage[italian] \setupbodyfont[12pt] \setuppapersize[A4] \starttext perché, sarà, così, totò, più \stoptext texexec --pdf context.tex => PDF output = perch, sar, cos, tot, pi PDF example generated by ConTeXt http://jkhaldi.oltrelinux.com/context.pdf (6kb) PDF example generated by LaTeX http://jkhaldi.oltrelinux.com/latex.pdf (gives the expected output.) (6kb) locale => LANG=it_IT LC_CTYPE="it_IT" LC_NUMERIC="it_IT" LC_TIME="it_IT" LC_COLLATE="it_IT" LC_MONETARY="it_IT" LC_MESSAGES="it_IT" LC_PAPER="it_IT" LC_NAME="it_IT" LC_ADDRESS="it_IT" LC_TELEPHONE="it_IT" LC_MEASUREMENT="it_IT" LC_IDENTIFICATION="it_IT" LC_ALL=it_IT on Linux Slackware 10.2 Ciao! jk -- // Jilani KHALDI http://jkhaldi.oltrelinux.com
On 10/9/05, Jilani Khaldi
example:
\mainlanguage[italian] \setupbodyfont[12pt] \setuppapersize[A4]
\starttext perché, sarà, così, totò, più \stoptext
texexec --pdf context.tex => PDF output = perch, sar, cos, tot, pi
PDF example generated by ConTeXt http://jkhaldi.oltrelinux.com/context.pdf (6kb) PDF example generated by LaTeX http://jkhaldi.oltrelinux.com/latex.pdf (gives the expected output.) (6kb)
I don't know which "input encoding" do you use ? Me, I use always UTF-8 for all my ConTeXt doc here and I have ALWAYS all accented characters on it ;-)
locale => LANG=it_IT LC_CTYPE="it_IT" LC_NUMERIC="it_IT" LC_TIME="it_IT" LC_COLLATE="it_IT" LC_MONETARY="it_IT" LC_MESSAGES="it_IT" LC_PAPER="it_IT" LC_NAME="it_IT" LC_ADDRESS="it_IT" LC_TELEPHONE="it_IT" LC_MEASUREMENT="it_IT" LC_IDENTIFICATION="it_IT" LC_ALL=it_IT
on Linux Slackware 10.2
Nothings to see with LOCALE of your Linux box! I product my vietnamese PDF (by using UTF-8 input encoding) on my "en_US locale" Linux box ;-) -- http://vnoss.org Vietnamese Open Source Software Community
Sunday, October 9, 2005 Jilani Khaldi wrote:
\mainlanguage[italian] \setupbodyfont[12pt] \setuppapersize[A4]
\enableregime[il1] % il = iso-latin-1; change it % based on the encoding you use in your editor
\starttext perché, sarà, così, totò, più \stoptext
-- Giuseppe "Oblomov" Bilotta
\enableregime[il1] % il = iso-latin-1; change it % based on the encoding you use in your editor
Ok. Thank you (Grazie!). jk -- // Jilani KHALDI http://jkhaldi.oltrelinux.com
participants (3)
-
Giuseppe Bilotta
-
Jilani Khaldi
-
VnPenguin