Skip to content

A simple python-script in the spirit of rubber_pipe.py to be able to use latexmk with pipes

License

Notifications You must be signed in to change notification settings

tofgarion/latexmk-pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latexmk-pipe

A simple python-script in the spirit of rubber_pipe.py to be able to use latexmk with pipes. The makefile should work on any Linux distribution (use INSTALL_DIR variable to specify directory in which install latexmk-pipe).

You can use it to pass options "on the fly" to an existing LaTeX file. For instance:

echo "\PassOptionsToClass{answers,grades}{exam} \input{exam150128.tex} | latexmk-pipe > exam150128.sol.pdf

Temporary files are deleted if no errors are produced during the compilation process. The -outdir option can now be used.

About

A simple python-script in the spirit of rubber_pipe.py to be able to use latexmk with pipes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages