Latex中文识别texlive中文

 1 添加命令\usepackage[UTF8]{ctex}
 2 
 3 \documentclass{article}
 4 \usepackage[UTF8]{ctex}
 5 \title{My first document}
 6 \author{大家好}
 7 \date{\today}
 8 \begin{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}

 

posted on 2021-01-24 10:35  ybl20000418  阅读(339)  评论(0编辑  收藏  举报

导航