Skip to content

Instantly share code, notes, and snippets.

@vpetrigo
Created August 4, 2015 11:39
Show Gist options
  • Save vpetrigo/714eff135a3b85878174 to your computer and use it in GitHub Desktop.
Save vpetrigo/714eff135a3b85878174 to your computer and use it in GitHub Desktop.
Notepad++ command for building pdf from tex file
:: Use Notepad++ Run dialog
cmd /K cd /D $(CURRENT_DIRECTORY) && pdflatex $(FILE_NAME)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment