Skip to content

Instantly share code, notes, and snippets.

@taotao
Created March 21, 2016 11:46
Show Gist options
  • Save taotao/cd17cc30c09f6122e0c6 to your computer and use it in GitHub Desktop.
Save taotao/cd17cc30c09f6122e0c6 to your computer and use it in GitHub Desktop.
xetex sample to write in 中文
%%%
%%% Prepare Chinese Font of 微軟正黑體
%%%
%%% Make PDF file:
%%% xelatex xetex-sample.tex
%%%
\documentclass{article}
\usepackage{xeCJK}
\setCJKmainfont[BoldFont=msjhbd.ttf]{msjh.ttf}
\begin{document}
This is conent.
這是中文。
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment