Skip to content

yrahul3910/latexmk-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minimal example

This is a minimal example of how to set up LaTeX with latexmk and watchman. Set up watchman like so:

watchman watch .
watchman -- trigger . compile '*.tex' -- make pdf

You might want to change the Makefile to reflect the name of the main file.

Note: to install Latex-Mk, please use the included latex-mk-2.1.tar.gz file, which is a patched version of the official release with this fix included. Once extracted, run

./configure
make
sudo make install

About

A minimal example of how to set up latexmk and watchman

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published