Please provide support for Latex Equations, for example:
@startuml$\sum_{i=0}^{n-1} (a_i + b_i^2)$;@enduml
@startuml
$\sum_{i=0}^{n-1} (a_i + b_i^2)$;
@enduml
(--------)
In last beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar
You can have:
@startuml:<math>int_0^1f(x)dx</math>;:<latex>\sum_{i=0}^{n-1} (a_i + b_i^2)</latex>;@enduml
Note that you have to install JLatexMath as explain at http://plantuml.com/ascii-mathThis has not been very tested, so feedback is welcome!