Metadata-Version: 1.0
Name: latexmk.py
Version: 0.4
Summary: Latexmk.py completely automates the process of generating a LaTeX document.
Home-page: http://github.com/schlamar/latexmk.py
Author: Marc Schlaich
Author-email: marc.schlaich@googlemail.com
License: MIT
Description: 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 <http://pypi.python.org/pypi/distribute>`_ or
        `setuptools <http://pypi.python.org/pypi/setuptools>`_
        
        
        Usage
        -----
        
        ::
        
            $ latexmk.py [options] [filename]
        
        For details run::
        
            $ latexmk.py -h
        
        
        License
        -------
        
        MIT, see LICENSE for more details.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Printing
Classifier: Topic :: Text Processing :: Markup :: LaTeX
