Search found 1 match

by thatwasafreebie
Mon Aug 01, 2011 2:54 am
Forum: Fonts & Character Sets
Topic: Writing in Chinese
Replies: 1
Views: 4398

Writing in Chinese

I'm running MikTeX 2.8 on Windows 7 and I'm trying to input some Chinese characters into my Latex document. My file currently looks like this:

\documentclass{article}
\usepackage{CJKutf8}

\begin{document}
Who are you?
\begin{CJK}{UTF8}{bsmi}你是誰?\end{CJK}
\end{document}


But when I run that I ...