Latex formulas don't scale using e.g. "scale 100 width"

0 votes
asked Mar 21, 2017 in To be sorted by stephan (270 points)

when using the scale command like "scale 100 width" in the beginning, everything scales fine, but latex formulas.

See for instance the following example:

@startuml

scale 100 width

frame parameters{
  (beta) as "<latex>\beta</latex>"
  (alpha) as "<latex>\alpha</latex>"
}
beta -> alpha : relationship

@enduml

1 Answer

0 votes
answered Mar 22, 2017 by plantuml (295,000 points)
selected Mar 23, 2017 by stephan
 
Best answer
Thanks for the feedback.

This should be solved in last beta (beta 4) https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0

Regards;
commented Mar 23, 2017 by stephan (270 points)
I had no time to test it yet, nevertheless thank you very much for taking up my suggestion and implementating it that fast

awesome
...