Skip to content
New issue

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

{abstract} and {static} not handled in class diagram for latex output #79

Closed
BlueAndi opened this issue Nov 5, 2017 · 4 comments
Closed

Comments

@BlueAndi
Copy link

BlueAndi commented Nov 5, 2017

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}.

@arnaudroques
Copy link
Contributor

Any idea on how have cursive text and underlined text in latex ? :-)
I would help!
Thanks...

@BlueAndi
Copy link
Author

BlueAndi commented Nov 5, 2017

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.

@arnaudroques
Copy link
Contributor

Ok,
Fixed in last beta (beta18)
http://beta.plantuml.net/plantuml.jar
Thanks for your help!

@BlueAndi
Copy link
Author

BlueAndi commented Nov 6, 2017

Tested the beta18 successful.

Thanks for the very fast support!

@BlueAndi BlueAndi closed this as completed Nov 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants