Skip to content

Commit

Permalink
Fix missing inclusion of three libraries in one
Browse files Browse the repository at this point in the history
of the examples at https://tikz.dev/gd-trees

Signed-off-by: Hanson Char <[email protected]>
  • Loading branch information
hansonchar committed May 31, 2024
1 parent 12f1783 commit 5f1f861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions doc/generic/pgf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Output bounding box adjustment in pgfsys-dvisvgm.def #1275
- Fix shadings under LuaMetaTeX
- Resolve missing `gnuplot` plots in manual #1238
- Fix missing inclusion of three libraries in one of the examples at https://tikz.dev/gd-trees

### Changed

Expand All @@ -40,6 +41,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Yukai Chou (@muzimuzhi)
- Alexander Grahn
- Max Chernoff
- Hanson Char

## [3.1.10] - 2023-01-13 Henri Menke

Expand Down
4 changes: 1 addition & 3 deletions tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/doc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,9 @@ example
};
]]

--[[
% TODOsp: codeexamples: the next example needs the library `arrows.meta`
--]]
example
[[
\usetikzlibrary{shapes.misc, arrows.meta, decorations.pathmorphing}
\tikz \graph [binary tree layout] {
Knuth -> {
Beeton -> Kellermann [second] -> Carnes,
Expand Down

0 comments on commit 5f1f861

Please sign in to comment.