We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using PlantUML version 1.2017.18 (Fri Oct 06 18:56:32 CEST 2017) to generate UML class diagrams in latex.
Using e.g.
@startuml class A { - {abstract} test() : void - {static} m_instance : A } @enduml
doesn't generate a cursive text for {abstract} or a underlined text for {static}.
The text was updated successfully, but these errors were encountered:
Any idea on how have cursive text and underlined text in latex ? :-) I would help! Thanks...
Sorry, something went wrong.
No problem. ;-)
To underline text use \underline{ ... } and put the text inside the braces. For cursive text use \textit{ ... } and put the text as well inside.
\underline{ ... }
\textit{ ... }
Ok, Fixed in last beta (beta18) http://beta.plantuml.net/plantuml.jar Thanks for your help!
Tested the beta18 successful.
Thanks for the very fast support!
No branches or pull requests
Using PlantUML version 1.2017.18 (Fri Oct 06 18:56:32 CEST 2017) to generate UML class diagrams in latex.
Using e.g.
doesn't generate a cursive text for {abstract} or a underlined text for {static}.
The text was updated successfully, but these errors were encountered: