Skip to content

Instantly share code, notes, and snippets.

@luiarthur
Created October 1, 2018 23:18
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 luiarthur/9bf4da0fc56d02a6f737f614b2f73711 to your computer and use it in GitHub Desktop.
Save luiarthur/9bf4da0fc56d02a6f737f614b2f73711 to your computer and use it in GitHub Desktop.
My LaTeX workflow

My LaTeX Workflow

Option I (VS Code)

  • Use the VS Code editor
    • Install the LaTeX Workshop Editor from VS Code Marketplace
    • Install the listed requirements
    • Install the listed Spell checker
    • Install VIM plugin
    • Auto-build LaTeX pdf on save
    • View pdf in VS Code tab
    • Direct and reverse SyncTeX. Click to jump between location in .tex source and PDF and vice versa.

Option II (VIM + TMUX)

  • Use Makefile to clean and build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment