Skip to content

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

Notifications You must be signed in to change notification settings

JanKanis/latexmk.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

  • Python 100.0%