summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex
diff options
context:
space:
mode:
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.tex41
1 files changed, 21 insertions, 20 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 4a88719792c..0288319b757 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
@@ -65,7 +65,7 @@ Every mindmap should be put in a scope or a picture where the
\end{codeexample}
\end{stylekey}
- \paragraph{Remark:} Note that |mindmap| re-defines |font| sizes and |sibling angle| depending on the current concept level (i.e. inside of |level 1 concept|, |level 2 concept| etc.). Thus, if you need to redefine these variables, use
+ \paragraph{Remark:} Note that |mindmap| redefines |font| sizes and |sibling angle| depending on the current concept level (i.e. inside of |level 1 concept|, |level 2 concept| etc.). Thus, if you need to redefine these variables, use
|\tikzset{level 1 concept/.append style={font=\small}}|
@@ -141,9 +141,9 @@ The following styles influence how isolated concepts are rendered:
\begin{stylekey}{/tikz/extra concept}
This style is intended for concepts that are not part of the
``mindmap tree,'' but stand beside it. Typically, they will have a
- subdued color are be smaller. In order to have these concepts appear
+ subdued color or be smaller. In order to have these concepts appear
in a uniform way and in order to indicate in the code that these
- concepts are extra, you can use this style.
+ concepts are additional, you can use this style.
\begin{codeexample}[]
\begin{tikzpicture}[mindmap,concept color=blue!80]
\node [concept] {Root concept};
@@ -158,7 +158,7 @@ The following styles influence how isolated concepts are rendered:
\subsubsection{Concepts in Trees}
-As pointed out earlier, \tikzname\ assumes that your mindmap is build
+As pointed out earlier, \tikzname\ assumes that your mindmap is built
using the |child| facilities of \tikzname. There are numerous options
that influence how concepts are rendered at the different levels of a
tree.
@@ -199,7 +199,7 @@ tree.
Works like |level 1 concept|.
\end{stylekey}
\begin{stylekey}{/tikz/level 4 concept}
- Works like |level 1 concept|. Note that there are not fifth and
+ Works like |level 1 concept|. Note that there are no fifth and
higher level styles, you need to modify |level 5| directly in such
cases.
\end{stylekey}
@@ -222,8 +222,9 @@ tree.
child[concept color=orange,grow=0] {node[concept] {Child concept}};
\end{codeexample}
- In order to have all children of a certain level have a different
- concept color, a tiny bit of magic is needed:
+ In order to have a concept color which changes with the hierarchy level, a tiny bit of magic is needed:
+ % FIXME : is this a bug in the software!? The root concept is
+ % black!?
\begin{codeexample}[]
\tikz[mindmap,text=white,
root concept/.style={concept color=blue},
@@ -331,12 +332,12 @@ in the mindmap library:
In the above example you may notice the small white line between the
circles and the decorated path. This is due to rounding
- errors. Unfortunately, for larger distances, there errors can
+ errors. Unfortunately, for larger distances, the errors can
accumulate quite strongly, especially since \tikzname\ and \TeX\ are
not very good at computing square roots. For this reason, it is a
good idea to make the circles slightly larger to cover up such
problems. When using nodes of shape |circle|, you can just add the
- |draw| option with a |line width| or one or two points (for very
+ |draw| option with a |line width| of one or two points (for very
large distances you may need line width up to 4pt).
\begin{codeexample}[]
\begin{tikzpicture}
@@ -349,11 +350,12 @@ in the mindmap library:
\end{tikzpicture}
\end{codeexample}
- Note the slightly strange |outer sep=0pt|. This is needed so that
- the decorated path lies on the border of the filled circle, not on the
- border of the stroked circle (which is slightly larger and this
- slightly larger size is exactly what we wish to use to cover up the
- rounding errors).
+ % FIXME : this paragraph appears to be deprecated:
+ %Note the slightly strange |outer sep=0pt|. This is needed so that
+ %the decorated path lies on the border of the filled circle, not on the
+ %border of the stroked circle (which is slightly larger and this
+ %slightly larger size is exactly what we wish to use to cover up the
+ %rounding errors).
\end{decoration}
@@ -363,7 +365,7 @@ in the mindmap library:
The |circle connection bar| decoration is a bit complicated to
use. Especially specifying the radii is quite bothersome (the
amplitude and the angle can be set once and for all). For this reason,
-the mindmap library defines a special to-path, that performs the
+the mindmap library defines a special to-path that performs the
necessary computations for you.
\begin{stylekey}{/tikz/circle connection bar}
@@ -392,7 +394,7 @@ necessary computations for you.
\end{tikzpicture}
\end{codeexample}
Note that it is not a good idea to have more than one |to| operation
- together this the option |circle connection bar| in a single
+ together with the option |circle connection bar| in a single
|\path|. Use the |edge| operation, instead, for creating multiple
connections and this operation creates a new scope for each edge.
\end{stylekey}
@@ -422,9 +424,8 @@ library provides a special option for facilitating this procedure.
\subsubsection{Tree Edges}
Most of the time, concepts in a mindmap are connected automatically
-when the mindmap is build as a tree. The reason is that the |mindmap|
-installs a |circle connection bar| path as the edge from parent
-path. Also, the |mindmap| option takes care of things like setting the
+when the mindmap is built as a tree. The reason is that the |mindmap|
+installs a |circle connection bar| path as the |edge from parent path|. Also, the |mindmap| option takes care of things like setting the
correct |draw| and |outer sep| settings and some other stuff.
In detail, the |mindmap| option sets the |edge from parent path| to a
@@ -436,7 +437,7 @@ set to the new (child's) concept 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 build in this way:
+Here is an example of a tree built in this way:
\begin{codeexample}[]
\begin{tikzpicture}