You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use the PlantUML in LaTeX and get different margins on the left and right side of a text when it is located inside a box. My output generated with the PlantUML LaTeX package looks like:
If I generate the mindmap using the standalone-jar everything works fine.
My Code in LaTeX is:
\begin{plantuml}
@startmindmap
title Übersicht über Methoden der Wirkungsgradbestimmung/ Leistungsmessung
* Wirkungsgradbestimmung/\n Leistungsmessung
** mittels Messung
*** direkte Messung
*** indirekte Messung
*** kalorimetrische Messung
****_ A
*****_ 1
*****_ 2
****_ B
@endmindmap
\end{plantuml}
I have to mention, that I'm using LuaLaTeX to generate the helper files like 'Thesis-plantuml.txt' or 'Thesis-plantuml.latex', but in the end for the final build I use pdfLaTeX.
The command-line commands for building my thesis looks similar like:
Hello,
I want to use the PlantUML in LaTeX and get different margins on the left and right side of a text when it is located inside a box. My output generated with the PlantUML LaTeX package looks like:
If I generate the mindmap using the standalone-jar everything works fine.
My Code in LaTeX is:
I have to mention, that I'm using LuaLaTeX to generate the helper files like 'Thesis-plantuml.txt' or 'Thesis-plantuml.latex', but in the end for the final build I use pdfLaTeX.
The command-line commands for building my thesis looks similar like:
Maybe it's an issue with the conversion from PlantUML to Tikz?
Thanks in advance for any reply/help!
The text was updated successfully, but these errors were encountered: