Skip to content

Commit

Permalink
Add missing \usegdlibrary to control/library.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
hansonchar committed Jul 1, 2024
1 parent a5640b5 commit 6e93280
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ declare {
into account when drawing a graph.
"]],
examples = {
options = [[ preamble={\usetikzlibrary{graphs,graphdrawing} \usegdlibrary{phylogenetics}} ]],
options = [[ preamble={\usetikzlibrary{graphs,graphdrawing} \usegdlibrary{phylogenetics,trees}} ]],
[["
\tikz \graph [phylogenetic tree layout] {
a --[length=2] b --[length=1] {c,d};
Expand Down

0 comments on commit 6e93280

Please sign in to comment.