Skip to content

paulklemm/latexmk-synctex-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Use Latexmk With SyncTeX and Constant Preview

This repository accompanies the blog post paulklemm.com/blog/2014-07-16-use-github-for-scientific-writing/.

The makefile contains rules for compiling the article.tex LaTeX file using latexmk. The makefile can be used as follows:

  • make creates the PDF article.pdf,
  • make watch creates the PDF article.pdf and watches for changes in the article.tex files and will recompile as soon as it detects changes,
  • make clean removes all files generated in the compilation process, including the resulting PDF file.

If your editor and PDF viewer both support SyncTeX (e.g., Sublime Text 3 with LaTeXTools and Skim) you can jump in between them.

jump between editor and pdf viewer

About

Use Latexmk With Synctex and Constant Preview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published