diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md | 19 | ||||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/plantuml/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf | bin | 47782 -> 47705 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty | 6 |
4 files changed, 18 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md b/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md index cadb12c9cdf..d52aecffd6d 100644 --- a/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md +++ b/Master/texmf-dist/doc/lualatex/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/Master/texmf-dist/doc/lualatex/plantuml/README.md b/Master/texmf-dist/doc/lualatex/plantuml/README.md index d655302010e..0a9f37cba9f 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.3.1 +Version > A LuaLaTeX package for PlantUML in LaTeX diff --git a/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf b/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf Binary files differindex e81541209d0..ecb703caef6 100644 --- a/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf +++ b/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf diff --git a/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty b/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty index 89af25689f4..bb978dfa9c6 100644 --- a/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty +++ b/Master/texmf-dist/tex/lualatex/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} |