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

Different margins for text located in boxes using PlantUML LaTeX-package #14

Open
jagrme00 opened this issue Oct 15, 2019 · 0 comments
Open

Comments

@jagrme00
Copy link

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:

Latex-Issue

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:

%LUALATEX% -shell-escape -interaction=nonstopmode %MYFILE% > NUL:
.
.
.
%PDFLATEX% -shell-escape %MYFILE% > NUL:

Maybe it's an issue with the conversion from PlantUML to Tikz?

Thanks in advance for any reply/help!

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

1 participant