summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-06-04 20:52:57 +0000
committerKarl Berry <karl@freefriends.org>2018-06-04 20:52:57 +0000
commitcb3ce8c3795a0151eb6b98d55954a5fd37d20579 (patch)
tree3775eec0bd0638997fb20fdccbbb37f95028f458
parente2e3a74fb516651d3e9dff637605f85038e6ae3e (diff)
plantuml (4jun18)
git-svn-id: svn://tug.org/texlive/trunk@47924 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md21
-rw-r--r--Master/texmf-dist/doc/lualatex/plantuml/README.md4
-rw-r--r--Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdfbin47133 -> 47135 bytes
-rwxr-xr-xMaster/texmf-dist/doc/lualatex/plantuml/release.sh11
-rw-r--r--Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty1
5 files changed, 29 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md b/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md
index 84d71627bbc..5c84bfc5b2e 100644
--- a/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md
+++ b/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md
@@ -4,20 +4,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
-## [0.2.2] - 2017-03-22
+## [0.2.3] - 2018-06-04
+
+## Added
+
+- Add `release.sh` to CTAN upload-
+
+## Removed
+
+- 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
## Changed
-- Added version number in generated plantuml.pdf.
+- 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] - 2017-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] - 2017-03-20
+## [0.2.0] - 2018-03-20
### Changed
@@ -33,7 +43,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Initial public release
-[Unreleased]: https://github.com/latextemplates/plantuml/compare/0.2.2...HEAD
+[unreleased]: https://github.com/latextemplates/plantuml/compare/0.2.3...HEAD
+[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
diff --git a/Master/texmf-dist/doc/lualatex/plantuml/README.md b/Master/texmf-dist/doc/lualatex/plantuml/README.md
index 9559abfb23a..531ee379f2f 100644
--- a/Master/texmf-dist/doc/lualatex/plantuml/README.md
+++ b/Master/texmf-dist/doc/lualatex/plantuml/README.md
@@ -1,6 +1,6 @@
# plantuml
-Version 0.2.2
+Version 0.2.3
> A LuaLaTeX package for PlantUML in LaTeX
@@ -86,7 +86,7 @@ See [the discussion at tex.sx](https://tex.stackexchange.com/q/27982/9075) for t
## Development
-The release is built at [CircleCI](http://circleci.com/) using `release.sh`.
+The release is built at [CircleCI](http://circleci.com/) using [release.sh](release.sh).
Release prepration:
diff --git a/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf b/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf
index 2a1ba480cb4..7c9d89e4c35 100644
--- a/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf
+++ b/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/plantuml/release.sh b/Master/texmf-dist/doc/lualatex/plantuml/release.sh
new file mode 100755
index 00000000000..bf8bbd54441
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/plantuml/release.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+TAG=`git describe --abbrev=0 --tags`
+
+# remove shields.io badge
+sed -i "s/# plantuml.*/# plantuml\n\nVersion $TAG/" README.md
+
+# generate plantuml.pdf based on README.md based on pandoc 2.x
+pandoc README.md --pdf-engine=lualatex -o plantuml.pdf
+
+# Prepare for CTAN
+ctanify --notds plantuml.sty plantuml.lua plantuml.pdf README.md CHANGELOG.md release.sh "example-*.tex" "example-*.png"
diff --git a/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty b/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty
index 46be759cfe5..d6777ed44ee 100644
--- a/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty
+++ b/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty
@@ -8,7 +8,6 @@
% Required by PlantUML LaTeX output
\RequirePackage{tikz}
-\RequirePackage{aeguill}
% Enable checking for active -shell-escape
% Source: https://tex.stackexchange.com/a/88620/9075