Metadata-Version: 1.1
Name: latexmake
Version: 0.5dev
Summary: Latexmake completely automates the process of generating a LaTeX document.
Home-page: http://bitbucket.org/JanKanis/latexmake/
Author: Jan Kanis
Author-email: jan.code@jankanis.nl
License: GPLv3+
Description: 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/
        
        Based on latexmk.py at https://github.com/schlamar/latexmk.py
        
        Inspired by http://ctan.tug.org/tex-archive/support/latexmk/
        
        
        Installation
        ------------
        
        Preferable via pip::
        
            pip install latexmake
        
        For source installation you need
        `distribute <http://pypi.python.org/pypi/distribute>`_ or
        `setuptools <http://pypi.python.org/pypi/setuptools>`_
        
        
        Usage
        -----
        
        ::
        
            $ latexmake [options] [filename]
        
        For details run::
        
            $ latexmake -h
        
        
        License
        -------
        
        GPL version 3 or later.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Printing
Classifier: Topic :: Text Processing :: Markup :: LaTeX
