Atom 配置 Latex

安装Atom

https://github.com/atom

选择Atom,再选择相应的平台下载

安装三个包:language-latex、latex和pdf-view

Packages>Settings view>Open>Install

安装texlive

http://tug.org/texlive/acquire-netinstall.html

时间比较久

设置Latex包

  • 配置Texlive路径:C: exlive2020inwin32
  • 设置PDF预览:Openner:pdf-view

测试

运行代码:

documentclass{article}
egin{document}
  Hello, world!
end{document}

Ctrl+Alt+B 编译

原文地址:https://www.cnblogs.com/zhangqq02/p/12951594.html