Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.19 KB

README.rst

File metadata and controls

53 lines (33 loc) · 1.19 KB

latexmake.py

Overview

Latexmake completely automates the process of generating a LaTeX document. Given the source files for a document, latexmake issues the appropriate sequence of commands to generate a .dvi or .pdf version of the document. Latexmake can run as a custom builder for the Eclipse-Plugin "Texlipse". Latexmake also has the ability to run in the background watching source files for changes and rebuilding a project when changes happen.

URL: http://bitbucket.org/JanKanis/latexmake.py/

Latexmk.py was originally written by Marc Schlaich. His (now unmaintained) version is available at https://github.com/schlamar/latexmk.py

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

Installation

This new branch of latexmake.py is not yet available on PyPI. Once it is, you can install it with the following instructions.

Preferable via pip:

pip install latexmake

For source installation you need distribute or setuptools

Usage

$ latexmake [options] [filename]

For details run:

$ latexmake -h

License

GPL version 3 or later.