summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/plantuml
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-05-19 21:08:26 +0000
committerKarl Berry <karl@freefriends.org>2020-05-19 21:08:26 +0000
commit4aaaf51e1da6c48cad977c41ddb216c1824325ca (patch)
treed2676238f1924261963cafde0511d7dd6a3ed7f3 /Master/texmf-dist/tex/lualatex/plantuml
parent55d48c9ddf8ed0462612564e67e520ddf3b181d6 (diff)
plantuml (19may20)
git-svn-id: svn://tug.org/texlive/trunk@55214 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/plantuml')
-rw-r--r--Master/texmf-dist/tex/lualatex/plantuml/plantuml.lua2
-rw-r--r--Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty7
2 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/lualatex/plantuml/plantuml.lua b/Master/texmf-dist/tex/lualatex/plantuml/plantuml.lua
index 2261c86332f..7edb923d6b1 100644
--- a/Master/texmf-dist/tex/lualatex/plantuml/plantuml.lua
+++ b/Master/texmf-dist/tex/lualatex/plantuml/plantuml.lua
@@ -22,7 +22,7 @@ function convertPlantUmlToTikz(jobname, mode)
end
texio.write("Executing PlantUML... ")
- local cmd = "java -jar " .. plantUmlJar .. " -charset UTF-8 -t"
+ local cmd = "java -Djava.awt.headless=true -jar " .. plantUmlJar .. " -charset UTF-8 -t"
if (mode == "latex") then
cmd = cmd .. "latex:nopreamble"
else
diff --git a/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty b/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty
index d2958792bcf..89af25689f4 100644
--- a/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty
+++ b/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty
@@ -3,7 +3,7 @@
%% SPDX-License-Identifier: LPPL-1.3c+
\NeedsTeXFormat{LaTeX2e}\relax
\ProvidesPackage{plantuml}
- [2018/03/22 v0.2.2
+ [2020/05/19 v0.3.1
Embed PlantUML diagrams in latex documents.]
% Required by PlantUML LaTeX output
@@ -24,9 +24,8 @@
\RequirePackage{adjustbox}
-% \jobname has a probrem of encodeing
-% if your latex filename include multibyte string
-% you need to redefine PlantUMLJobname to fix
+% \jobname has an encoding issue if the .tex filename includes a multibyte string.
+% One needs to redefine PlantUMLJobname to fix it
\def\PlantUMLJobname{\jobname}
\ExplSyntaxOn