Metadata-Version: 2.0
Name: blockdiagcontrib-math
Version: 0.9.0
Summary: LaTeX math plugin for blockdiag
Home-page: http://bitbucket.org/blockdiag/blockdiag-contrib
Author: Takeshi Komiya
Author-email: i.tkomiya at gmail.com
License: Apache License 2.0
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 label attribute starts with 'math://',
and converts it as math formula using LaTeX and dvipng.

Example::

   blockdiag {
     plugin math;
     A [label = "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

LaTeX Packages
--------------

* `amsmath`
* `amsthm`
* `amssymb`
* `amsfonts`
* `bm`

License
=======
Apache License 2.0


