someone rcommend the xelatex, but others insist on the latex+CJK, which one is prefer? thanks.
相关问题
- Library to convert latex to png in Java
- Error: missing \begin{document} in LaTeX [closed]
- MATLAB figures don't have the same size when i
- How to output several variables in the same row us
- Isabelle's document preparation
相关文章
- Markdown: How to reference an item in a numbered l
- how to align kable and ggplot in one row (side by
- How can the backticks (`) printed around these tab
- Is it possible to write own “packages” for LaTeX?
- Which is the best import / export LaTeX tool?
- Increment section numbers in PDF output
- positions of page numbers, position of chapter hea
- Convert HTML and inline Mathjax math to LaTeX with
I use LaTeX + CJK and it works fine. Make sure your text editor supports unicode, and then add these lines between the
\documentclass
and\begin{document}
lines:Now you can insert whatever Chinese characters you like into the document by typing
\zh{中文}