Skip to content

Instantly share code, notes, and snippets.

@tanyuan
Last active May 15, 2021 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanyuan/6f21692a5cfeddf57f3d39d0e2164d00 to your computer and use it in GitHub Desktop.
Save tanyuan/6f21692a5cfeddf57f3d39d0e2164d00 to your computer and use it in GitHub Desktop.
Edit LaTeX and view PDF in Atom!

Edit LaTeX and view PDF in Atom (Pretty easy!)

  1. Download and install Atom.
  2. Install LaTeX for your OS.
  1. Open Atom, install packages: Go to Preferences... > Left pane Install > Search and install packages:
  • pdf-view: view PDF in Atom.
  • language-latex: LaTeX syntax highlighting.
  • latex: compile LaTeX and update PDF.
  1. In .tex file, control + alt + B to compile LaTeX and view PDF in Atom!
  2. (optional) If you want to compile XeLaTeX, change latex package settings Engine from pdflatex to xelatex.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment