tags:

views:

434

answers:

2

I couldn't find the answer to this question in SO. I'll try to explain.

I'm writing some text in which I need to change scripts very often. Say I want to write some unicode character (not in the character script, but more in the transliteration of it, say \'a for á). What is the best way to do this in scripts such as indic, chinese, etc?

Thanks.

+2  A: 

Check out Xetex, "a typesetting system based on a merger of Donald Knuth's TeX system with Unicode and modern font technologies."

John D. Cook
Thanks, but I'm after plain latex solutions.
Dervin Thunk
... which I couldn't find. Thanks, John.
Dervin Thunk
A: 

\usepackage{CJK} for Chinese. Although, XeLaTeX might be your best bet, since you are either going to have to use the CJK font from latex, which i understand is pretty ugly, or make the font files then add them to your fontmap file, etc etc.

Mica