summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/plantuml/plantuml.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-05-14 03:00:45 +0000
committerNorbert Preining <norbert@preining.info>2023-05-14 03:00:45 +0000
commite14ce2a2aedfdc10d3e64b5b632a0b5aef10a618 (patch)
tree8a7b37dcb53fc67c655fa38ee7db5fec296c48c5 /macros/luatex/latex/plantuml/plantuml.sty
parentb083364ee56b8a47b344b455440f0fdc16c9306b (diff)
CTAN sync 202305140300
Diffstat (limited to 'macros/luatex/latex/plantuml/plantuml.sty')
-rw-r--r--macros/luatex/latex/plantuml/plantuml.sty6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/luatex/latex/plantuml/plantuml.sty b/macros/luatex/latex/plantuml/plantuml.sty
index 89af25689f..bb978dfa9c 100644
--- a/macros/luatex/latex/plantuml/plantuml.sty
+++ b/macros/luatex/latex/plantuml/plantuml.sty
@@ -1,9 +1,9 @@
-%% Copyright (C) 2018 Oliver Kopp, https://github.com/koppor
+%% Copyright (C) 2018-2023 Oliver Kopp, https://github.com/koppor
%%
%% SPDX-License-Identifier: LPPL-1.3c+
\NeedsTeXFormat{LaTeX2e}\relax
\ProvidesPackage{plantuml}
- [2020/05/19 v0.3.1
+ [2023/05/12 v0.3.2
Embed PlantUML diagrams in latex documents.]
% Required by PlantUML LaTeX output
@@ -89,7 +89,7 @@
\fi
\ifthenelse{\equal{\PlantUmlMode}{latex}}{
\begin{adjustbox}{max width=\linewidth}
- \input{\PlantUMLJobname-plantuml.latex}
+ \input{\PlantUMLJobname-plantuml.tex}
\end{adjustbox}
}{
\includegraphics[width=\maxwidth{\textwidth}]{\PlantUMLJobname-plantuml.\PlantUmlMode}