Skip to content

Latest commit

 

History

History
executable file
·
45 lines (27 loc) · 827 Bytes

README.rst

File metadata and controls

executable file
·
45 lines (27 loc) · 827 Bytes

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.