Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

PlantUML: mathematics support using JLaTeXMath notation

We can create standalone Jlatexmath formula using @startlatex/@endlatex.

latexMath.txt

@startlatex
\sum_{i=0}^{n-1} (a_i + b_i^2)
@endlatex

 

Above Snippet Generate below diagram.

 


You can even combine ascii math with uml diagrams using tag.

 

latexMathHelloWorld.txt

@startuml

client --> server: please solve : \sum_{i=0}^{n-1} (a_i + b_i^2)
server --> client: send the response

@enduml

 

Above snippet generate below diagram.


 

 


Previous                                                    Next                                                    Home


This post first appeared on Java Tutorial : Blog To Learn Java Programming, please read the originial post: here

Share the post

PlantUML: mathematics support using JLaTeXMath notation

×

Subscribe to Java Tutorial : Blog To Learn Java Programming

Get updates delivered right to your inbox!

Thank you for your subscription

×