From e14ce2a2aedfdc10d3e64b5b632a0b5aef10a618 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 14 May 2023 03:00:45 +0000 Subject: CTAN sync 202305140300 --- macros/luatex/latex/plantuml/CHANGELOG.md | 19 ++++++++++++++----- macros/luatex/latex/plantuml/README.md | 2 +- macros/luatex/latex/plantuml/plantuml.pdf | Bin 47782 -> 47705 bytes macros/luatex/latex/plantuml/plantuml.sty | 6 +++--- 4 files changed, 18 insertions(+), 9 deletions(-) (limited to 'macros/luatex/latex') diff --git a/macros/luatex/latex/plantuml/CHANGELOG.md b/macros/luatex/latex/plantuml/CHANGELOG.md index cadb12c9cd..d52aecffd6 100644 --- a/macros/luatex/latex/plantuml/CHANGELOG.md +++ b/macros/luatex/latex/plantuml/CHANGELOG.md @@ -5,6 +5,14 @@ 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.3.2] – 2023-05-12 + +### Changed + +- Updated file extension for including diagrams to `.tex` to align with changes + introduced in PlantUML v1.2023.0. This change is not backwards compatible with + older versions of PlantUML. + ## [0.3.1] – 2020-05-19 ### Fixed @@ -14,24 +22,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.3.0] – 2019-09-23 -## Added +### Added - Added support for UTF-8 filenames. - Added `example-component-diagram.tex`. Refs [#9](https://github.com/koppor/plantuml/issues/9). ## [0.2.3] – 2018-06-04 -## Added +### Added - Add `release.sh` to CTAN upload -## Removed +### 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 +### Changed - Added version number in generated `plantuml.pdf`. - Do not strip down `README.md` for CTAN anymore and provide "*.png" for generation of `plantuml.pdf`. @@ -58,7 +66,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial public release -[unreleased]: https://github.com/koppor/plantuml/compare/0.3.1...HEAD +[unreleased]: https://github.com/koppor/plantuml/compare/0.3.2...HEAD +[0.3.2]: https://github.com/koppor/plantuml/compare/0.3.1...0.3.2 [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 diff --git a/macros/luatex/latex/plantuml/README.md b/macros/luatex/latex/plantuml/README.md index d655302010..0a9f37cba9 100644 --- a/macros/luatex/latex/plantuml/README.md +++ b/macros/luatex/latex/plantuml/README.md @@ -1,6 +1,6 @@ # plantuml -Version 0.3.1 +Version > A LuaLaTeX package for PlantUML in LaTeX diff --git a/macros/luatex/latex/plantuml/plantuml.pdf b/macros/luatex/latex/plantuml/plantuml.pdf index e81541209d..ecb703caef 100644 Binary files a/macros/luatex/latex/plantuml/plantuml.pdf and b/macros/luatex/latex/plantuml/plantuml.pdf differ 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} -- cgit v1.2.3