Latex中文识别texlive中文

 1 添加命令usepackage[UTF8]{ctex}
 2 
 3 documentclass{article}
 4 usepackage[UTF8]{ctex}
 5 	itle{My first document}
 6 author{大家好}
 7 date{	oday}
 8 egin{document}
 9     maketitle
10     hello world 
11     
12     Let $f(x)$ be defined by the formula $f(x)=3x^2+x-1$
13 end{document}

原文地址:https://www.cnblogs.com/ybl20000418/p/14320205.html