There will be a PDF version of the article on the arxiv, but in fact it also provides an editable source for the article, as shown on the right:
Click on the other formats, you can choose Source to download, the download file may be a digital name file such as "1512.03385", You can add. zip after the file name, you can extract the file, after the decompression of the article is the source file, you can use Latex or Windows Chinese Suite Ctex open. The file of the Tex suffix can be edited.
But the article is often in English format, if you want to translate the document in Chinese, and generate a PDF with Chinese, you need to support it in Chinese, you can add the following code:
Add after \documentclass**
\USEPACKAGE{CJK}
Then add the following \begin{document}
\begin{cjk*}{gbk}{song}
The last bracket can be changed according to your needs font, such as "Hei"-Bold, "song"-Song body.
Then add the \end{document} before the end of the article
\end{cjk*}
This allows you to edit the source code in Chinese and generate a PDF with Chinese.