How to install latexmk.py
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install latexmk.py
Lastest release
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.