sudo apt-get install texlive-full
sudo apt-get install texlive-xetex
sudo apt-get install texstudio
这样就安装好了,texlive里面自带了ctex。
还需要设置一下texstudio,打开texstudio,Options – Configure texstudio – Build – Default Compiler 中更换编译器为Xelatex就好了。
\documentclass{ctexart}
\begin{document}
你好,\LaTeX!
\end{document}
然后按F5键进行编译,如果正常显示就说明没问题了。