Metadata-Version: 1.0
Name: rst2pdf
Version: 0.5
Summary: Convert restructured text to PDF via reportlab.
Home-page: http://rst2pdf.googlecode.com
Author: Roberto Alsina
Author-email: ralsina at netmanagers dot com dot ar
License: MIT
Download-URL: http://code.google.com/p/rst2pdf/downloads/list
Description: To use hyphenation you need wordaxe from http://deco-cow.sf.net
        (ignore the page, it's outdated, just get the wordaxe file) and
        optionally pyHnj, from http://hkn.eecs.berkeley.edu/~dyoo/pyHnj/
        
        Detailed Documentation
        **********************
        
        To use hyphenation you need wordaxe from http://deco-cow.sf.net
        (ignore the page, it's outdated, just get the wordaxe file) and
        optionally pyHnj, from http://hkn.eecs.berkeley.edu/~dyoo/pyHnj/
        
        Contributors
        ************
        
        
        Main developpers
        ================
        
        * Roberto Alsina <ralsina at netmanagers dot com dot ar>
        *
        
        with contributions of
        ---------------------
        
        * Nicolas Laurance <nlaurance at zindep dot com>
        
        Change history
        **************
        
        New in 0.5
        ----------
        
        * Support for :widths: in tables
        * Support for captions in tables
        * Support for multi-row headers in tables
        * Improved definition lists
        * Fixed bug in image directive
        * Whitespace conforming to PEP8
        * Fixed bug in text size on code-block
        * Package is more setuptools compliant
        * Fix for option groups in option lists
        * Citations support
        * Title reference role fix
        
        New in 0.4
        ----------
        
        * Fixed bullet and item lists indentation/nesting.
        * Implemented citations
        * Working links between footnotes and its references
        * Justification enabled by default
        * Fixed table bug (demo.txt works now)
        * Title and author support in PDF properties
        * Support for document title in header/footer
        * Custom page sizes and margins
        
        New in 0.3
        ----------
        
        * Font embedding (use any True Type font in your PDFs)
        * Syntax highlighter using Pygments
        * User's manual
        * External/custom stylesheets
        * Support for page numbers in header/footer
        Download
        ********
        
Keywords: restructured convert rst pdf docutils pygments reportlab
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
