Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

https://zhuanlan.zhihu.com/p/80603542

windows安装

安装texlive

方法一:

安装texstudio

texstudio使用文档

https://texstudio-org.github.io/index.html

  • 编译 F6
  • 查看pdf F7
  • 打开工程:texstudio没有打开工程一说,打开主.tex文件即可,texstudio就会自动识别这个tex文件引用的、和这个tex文件同级以及子目录中的文件
  • 清除编译的临时文件:Tools - Clean Auxiliary Files..
  • 配置英语语法检查:回答二,按链接配置完成后重启texstudio,打开工程就有语法检查啦(鼠标悬停给出提示信息,右击显示可能的修改方式)

评论