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
I am running into an issue where the rendered pdf contains the line Error during latex code generation.
Error during latex code generation
The logs show:
java -Djava.awt.headless=true -jar /Users/donatoaz/Downloads/plantuml-1.2024.6.j ar -charset UTF-8 -tlatex:nopreamble report-plantuml.txt PlantUML did not generate anything. (./report-plantuml.latex)) [12] (./sections/artifacts.tex [13]
When I run the java command manually no error comes up and I also do have all support files created:
> prototype-report git:(main) ✗ ls *-plantuml* report-plantuml.latex report-plantuml.tex report-plantuml.txt
And If I create a simple tex file with just
\documentclass{report} \usepackage{tikz} \usepackage{graphicx} \usepackage{plantuml} \begin{document} \chapter{Example UML Diagram} Here is an example UML diagram generated by PlantUML: \begin{figure}[h!] \centering \input{report-plantuml.tex} \caption{Example UML Diagram} \label{fig:uml} \end{figure} \end{document}
it does render:
How can I troubleshoot it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am running into an issue where the rendered pdf contains the line
Error during latex code generation
.The logs show:
When I run the java command manually no error comes up and I also do have all support files created:
And If I create a simple tex file with just
it does render:
How can I troubleshoot it?
The text was updated successfully, but these errors were encountered: