Metadata-Version: 1.1
Name: texeq
Version: 0.1.1
Summary: Generating LaTeX equations as images, with caching
Home-page: UNKNOWN
Author: Emanuele Ruffaldi
Author-email: emanuele.ruffaldi@gmail.com
License: BSD
Description: pytexeq
        =======
        
        LaTeX equation to vector image. This is a Python script/module that allows to produce images from LaTeX equations. In particular it has been designed to manage a cache of expressions generated to speedup the process in certain conditions, and also to automatically convert the output to the required target.
        
        Currently it supports PDF SVG and PNG by means of some external tools
        
        Requirements:
        - pdflatex with standalone and varwidth packages
        - SVG requires the package pdf2svg
        - PNG requires ImageMagick that provides convert utility 
        
        Note: the conversion from PDF to SVG provided by ImageMagic does not work well
        
        Tested under Ubuntu 13.04
        
        Repository: https://github.com/sankazim/pytexeq
Keywords: equations LaTeX
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: Apache Software License
