Skip to content

Development stopped! Latexmk.py completely automates the process of generating a LaTeX document. Given the source files for a document, latexmk.py issues the appropriate sequence of commands to generate a .dvi or .pdf version of the document. It is specialized to run as a custom builder for the Eclipse-Plugin 'Texlipse'.

License

schlamar/latexmk.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development is stopped. See #11 for the reason and to get to a maintained fork.

latexmk.py

Overview

Latexmk.py completely automates the process of generating a LaTeX document. Given the source files for a document, latexmk.py issues the appropriate sequence of commands to generate a .dvi or .pdf version of the document.

Inspired by http://ctan.tug.org/tex-archive/support/latexmk/

Installation

Preferable via pip:

pip install latexmk.py

For source installation you need distribute or setuptools

Usage

$ latexmk.py [options] [filename]

For details run:

$ latexmk.py -h

License

MIT, see LICENSE for more details.

About

Development stopped! Latexmk.py completely automates the process of generating a LaTeX document. Given the source files for a document, latexmk.py issues the appropriate sequence of commands to generate a .dvi or .pdf version of the document. It is specialized to run as a custom builder for the Eclipse-Plugin 'Texlipse'.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages