texlive[55214] Master/texmf-dist: plantuml (19may20)

commits+karl at tug.org commits+karl at tug.org
Tue May 19 23:08:26 CEST 2020


Revision: 55214
          http://tug.org/svn/texlive?view=revision&revision=55214
Author:   karl
Date:     2020-05-19 23:08:26 +0200 (Tue, 19 May 2020)
Log Message:
-----------
plantuml (19may20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md
    trunk/Master/texmf-dist/doc/lualatex/plantuml/README.md
    trunk/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf
    trunk/Master/texmf-dist/tex/lualatex/plantuml/plantuml.lua
    trunk/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty

Modified: trunk/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md	2020-05-19 21:07:52 UTC (rev 55213)
+++ trunk/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md	2020-05-19 21:08:26 UTC (rev 55214)
@@ -5,14 +5,21 @@
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
-## [0.3.0] - 2019-09-23
+## [0.3.1] – 2020-05-19
 
+### Fixed
+
+- Added `-Djava.awt.headless=true` parameter to the call of `plantuml.jar` so it runs silently without interference
+ the current focus
+
+## [0.3.0] – 2019-09-23
+
 ## Added
 
 - Added support for UTF-8 filenames.
-- Added `example-component-diagram.tex`. Refs [#2](https://github.com/latextemplates/plantuml/issues/9).
+- Added `example-component-diagram.tex`. Refs [#9](https://github.com/koppor/plantuml/issues/9).
 
-## [0.2.3] - 2018-06-04
+## [0.2.3] – 2018-06-04
 
 ## Added
 
@@ -22,7 +29,7 @@
 
 - Removed `\usepackage{aeguill}` as 1) PlantUML seems not to rely on it any more and 2) [it is obsolete and should not be used anymore](https://tex.stackexchange.com/a/5901/9075).
 
-## [0.2.2] - 2018-03-22
+## [0.2.2] – 2018-03-22
 
 ## Changed
 
@@ -29,13 +36,13 @@
 - Added version number in generated `plantuml.pdf`.
 - Do not strip down `README.md` for CTAN anymore and provide "*.png" for generation of `plantuml.pdf`.
 
-## [0.2.1] - 2018-03-21
+## [0.2.1] – 2018-03-21
 
 ### Fixed
 
 - Added short version of `README.md` to CTAN distribution again, because of [CTAN rules](https://mirror.informatik.hs-fulda.de/tex-archive/help/ctan/CTAN-upload-addendum.html#readme).
 
-## [0.2.0] - 2018-03-20
+## [0.2.0] – 2018-03-20
 
 ### Changed
 
@@ -47,13 +54,16 @@
 
 - `release.sh` for creating a release.
 
-## 0.1.0 - 2018-03-08
+## 0.1.0 – 2018-03-08
 
 Initial public release
 
-[unreleased]: https://github.com/latextemplates/plantuml/compare/0.3.0...HEAD
-[0.3.0]: https://github.com/latextemplates/plantuml/compare/0.2.3...0.3.0
-[0.2.3]: https://github.com/latextemplates/plantuml/compare/0.2.2...0.2.3
-[0.2.2]: https://github.com/latextemplates/plantuml/compare/0.2.1...0.2.2
-[0.2.1]: https://github.com/latextemplates/plantuml/compare/0.2.0...0.2.1
-[0.2.0]: https://github.com/latextemplates/plantuml/compare/0.1.0...0.2.0
+[unreleased]: https://github.com/koppor/plantuml/compare/0.3.1...HEAD
+[0.3.1]: https://github.com/koppor/plantuml/compare/0.3.0...0.3.1
+[0.3.0]: https://github.com/koppor/plantuml/compare/0.2.3...0.3.0
+[0.2.3]: https://github.com/koppor/plantuml/compare/0.2.2...0.2.3
+[0.2.2]: https://github.com/koppor/plantuml/compare/0.2.1...0.2.2
+[0.2.1]: https://github.com/koppor/plantuml/compare/0.2.0...0.2.1
+[0.2.0]: https://github.com/koppor/plantuml/compare/0.1.0...0.2.0
+
+<!-- markdownlint-disable-file MD024 -->

Modified: trunk/Master/texmf-dist/doc/lualatex/plantuml/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/plantuml/README.md	2020-05-19 21:07:52 UTC (rev 55213)
+++ trunk/Master/texmf-dist/doc/lualatex/plantuml/README.md	2020-05-19 21:08:26 UTC (rev 55214)
@@ -1,6 +1,6 @@
 # plantuml
 
-Version 0.3.0
+Version 0.3.1
 
 > A LuaLaTeX package for PlantUML in LaTeX
 
@@ -8,7 +8,7 @@
 This package allows for embedding PlantUML diagrams using the PlantUML source.
 
 Currently, this project runs with [lualatex](http://www.luatex.org/) only.
-Check [issue #1](https://github.com/latextemplates/plantuml/issues/1) for the current state of affairs for support pdflatex.
+Check [issue #1](https://github.com/koppor/plantuml/issues/1) for the current state of affairs for support pdflatex.
 
 ## Preconditions
 
@@ -86,7 +86,7 @@
 
 ## Development
 
-The release is built at [CircleCI](http://circleci.com/) using [release.sh](release.sh).
+The release is built using [GitHub Actions](https://github.com/features/actions) ([workflow file](https://github.com/koppor/plantuml/blob/master/.github/workflows/build-and-publish.yml)) using [`release.sh`](release.sh).
 
 Release prepration:
 
@@ -96,7 +96,7 @@
 
 ## Alternative Solutions
 
-[TikZ-UML](https://perso.ensta-paristech.fr/~kielbasi/tikzuml/) is a very powerful package based in [TikZ](https://www.ctan.org/pkg/pgf).
+[TikZ-UML](https://perso.ensta-paristech.fr/~kielbasi/tikzuml/) is a very powerful package based on [TikZ](https://www.ctan.org/pkg/pgf).
 More alternative solutions are collected at the [CTAN topic UML](https://www.ctan.org/topic/uml).
 
 ## License

Modified: trunk/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/lualatex/plantuml/plantuml.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/plantuml/plantuml.lua	2020-05-19 21:07:52 UTC (rev 55213)
+++ trunk/Master/texmf-dist/tex/lualatex/plantuml/plantuml.lua	2020-05-19 21:08:26 UTC (rev 55214)
@@ -22,7 +22,7 @@
   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

Modified: trunk/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty	2020-05-19 21:07:52 UTC (rev 55213)
+++ trunk/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty	2020-05-19 21:08:26 UTC (rev 55214)
@@ -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



More information about the tex-live-commits mailing list.