summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-28 20:57:36 +0000
committerKarl Berry <karl@freefriends.org>2020-09-28 20:57:36 +0000
commite752903a9ad1c74190305384230882402822846a (patch)
tree8d60a64b66091d1c8e34e5af76d413268603b25d /Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex
parentc452dea4584e1a0650f1ba1f87262a85b511057c (diff)
pgf (28sep20)
git-svn-id: svn://tug.org/texlive/trunk@56462 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex
index ea840cb6b3b..646f12bf6ca 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex
@@ -1,4 +1,4 @@
-% Copyright 2006 by Till Tantau
+% Copyright 2019 by Till Tantau
%
% This file may be distributed and/or modified
%
@@ -70,7 +70,7 @@ is used. This style installs some internal settings.
\paragraph{Remark:}
Note that |mindmap| redefines |font| sizes and |sibling angle| depending on
- the current concept level (i.e. inside of |level 1 concept|,
+ the current concept level (i.e.\ inside of |level 1 concept|,
|level 2 concept| etc.). Thus, if you need to redefine these variables, use
|level 1 concept/.append style={font=\small}|
@@ -457,7 +457,8 @@ color. This means that when you provide the |concept color| option to a |child|
command, the color will change from the parent's concept color to the specified
color.
-Here is an example of a tree built in this way:
+Let us now build a tree that way. Please note that we pass the |concept color|
+to the respective |child| and not to a |node| under it.
%
\begin{codeexample}[preamble={\usetikzlibrary{mindmap}}]
\begin{tikzpicture}
@@ -474,6 +475,7 @@ Here is an example of a tree built in this way:
child { node[concept] {pro\-gramming languages} }
child { node[concept] {software engineer\-ing} }
}
+ % note that the `concept color' is passed to the `child'(!)
child[concept color=blue] {
node[concept] {applied}
[clockwise from=-30]