Metadata-Version: 2.0
Name: blockdiagcontrib-math
Version: 0.1.2
Summary: LaTeX math plugin for blockdiag
Home-page: http://blockdiag.com/
Author: Takeshi Komiya
Author-email: i.tkomiya at gmail.com
License: Apache License 2.0
Download-URL: http://pypi.python.org/pypi/blockdiagcontrib-math
Keywords: diagram,generator
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup
Requires-Dist: blockdiag (>=1.4.2)

=====================
blockdiagcontrib-math
=====================
A plugin for `blockdiag` that provides LaTeX math as background of nodes.

examples
=========
`blockdiagcontrib-math` detects background attribute starts with 'math://',
and converts it as math formula using LaTeX and dvipng.

Example::

   blockdiag {
     plugin math;
     A [label = "", background = "math://\int_{0}^{\infty} f(x)dx"];
     A -> B;
   }

see results at http://pythonhosted.org//blockdiagcontrib-math/

Requirements
============
* blockdiag 1.4.2 or later
* LaTeX
* dvipng

License
=======
Apache License 2.0


