summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/doc/text-en/pgfmanual-en-tikz-trees.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-20 03:00:48 +0000
committerNorbert Preining <norbert@preining.info>2019-12-20 03:00:48 +0000
commit18d9ec0eba21e6b8c55cdd50afb91c56e02ce7bf (patch)
tree56de5f55a6575a68557d5a384f57e3e8566c536d /graphics/pgf/base/doc/text-en/pgfmanual-en-tikz-trees.tex
parent3b24b0599bb35e1a3338fa33bfb24044a6125ba4 (diff)
CTAN sync 201912200300
Diffstat (limited to 'graphics/pgf/base/doc/text-en/pgfmanual-en-tikz-trees.tex')
-rw-r--r--graphics/pgf/base/doc/text-en/pgfmanual-en-tikz-trees.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pgf/base/doc/text-en/pgfmanual-en-tikz-trees.tex b/graphics/pgf/base/doc/text-en/pgfmanual-en-tikz-trees.tex
index 91d2030c38..e2c3dc2e34 100644
--- a/graphics/pgf/base/doc/text-en/pgfmanual-en-tikz-trees.tex
+++ b/graphics/pgf/base/doc/text-en/pgfmanual-en-tikz-trees.tex
@@ -141,7 +141,7 @@ child node is specified and, thus, it is just |coordinate|.
As for any normal node, you can give the child node a name, shift it around, or
use options to influence how it is rendered.
%
-\begin{codeexample}[]
+\begin{codeexample}[preamble={\usetikzlibrary{shapes.geometric}}]
\begin{tikzpicture}[sibling distance=15mm]
\node[rectangle,draw] {root}
child {node[circle,draw,yshift=-5mm] (left node) {left}}