I want to TeX the Japanese characters 因子の部屋 (lit. "factor rooms"). How do I do that with LaTeX?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
The simplest way with the
If you want an abbreviated command for typesetting Japanese fragments, then put this in the preamble
Now
will typeset the fragment. Another way to cope with the problem is to switch to XeLaTeX or LuaLaTeX; with one of these engines, the document
In place of "Hiragino Mincho Pro" you'll need to use a Japanese font present on your system. |
|||||
|