From c129057d31e21595b2495876cd09520b45a6d83f Mon Sep 17 00:00:00 2001 From: Paolo Brasolin Date: Fri, 12 Jun 2020 00:18:40 +0200 Subject: [PATCH] fix: #31 add missing positioning dependency --- CHANGELOG.md | 7 ++++++- src/tikzlibrarycommutative-diagrams.mandyas.code.tex | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3afef4f..7d587d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] - 2020-06-12 +### Fixed +- Add missing `positioning` dependency for layout grids styles. + ## [1.0.0] - 2020-05-30 ### Added - The outcome of the languid gestation which lasted a lustrum. -[Unreleased]: https://github.com/paolobrasolin/topiclongtable/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/paolobrasolin/topiclongtable/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/paolobrasolin/topiclongtable/releases/tag/v1.0.0...v1.0.1 [1.0.0]: https://github.com/paolobrasolin/topiclongtable/releases/tag/v1.0.0 \ No newline at end of file diff --git a/src/tikzlibrarycommutative-diagrams.mandyas.code.tex b/src/tikzlibrarycommutative-diagrams.mandyas.code.tex index 4efcbdc..896f9b2 100644 --- a/src/tikzlibrarycommutative-diagrams.mandyas.code.tex +++ b/src/tikzlibrarycommutative-diagrams.mandyas.code.tex @@ -12,6 +12,7 @@ % \usetikzlibrary{decorations.pathmorphing} % \usetikzlibrary[decorations.markings] % \usetikzlibrary[arrows.meta] +\usetikzlibrary[positioning] \pgfqkeys{/codi}{ %==[ universal styles ]=========================================================