Install texlive

sudo apt-get install texlive-full
Copy the code

Install texstudio

Since TexStudio works so well in Ubuntu, I won’t bother with Vim.

sudo apt-get install texstudio
Copy the code

Change the Default Compiler to XeLaTeX in Options->Configure TeXstudio->Build->Default Compiler.

Options->Configure TeXstudio->General->Language change to zh-cn.

\ documentClass [utf8]{ctexart} \title{deep learning} \author{anonymous} \begin{document} \ makeTitle \end{document}Copy the code