{mindmaps} are graphical representations of concepts or ideas, together with other related concepts and annotations. {tikz-pgf} provides a mindmap library for drawing {mindmaps}.
13
votes
2answers
1k views
Mindmap tikzpicture in beamer (reveal step by step)
I want to include a tikzpicture (mindmap) in beamer and I want, that the childs appear one after another.
So I use \visible but it don't works -- also not with \pause command. I get errors regarding ...
12
votes
2answers
918 views
How to decrease the size of single node in mindmap?
In tikz's mindmap, I want to change the concept size for individual parents or children (not the entire system). It is simply possible to increase the size of a child node, by introducing minimum size ...
19
votes
1answer
332 views
Why does babel not work in Tikz?
Adding child nodes to child nodes in TikZ Mindmap has some example code, where German words are not hyphenated correctly. I was trying to fix it by using inputenc (for Umlaute) and ...
6
votes
1answer
561 views
Scaling tikz mindmaps within a beamer frame
I recently discovered tikz and I fell in love with it! However, I am having some annoying issues when I try to include a tikz mindmap in beamer. Problem is that I can't manage to have the mindmap ...
7
votes
1answer
497 views
How to shade mindmap concepts?
I tried to add a shade on my mindmap's concepts with
\begin{tikzpicture}[mindmap, text=white,
every concept/.append style={circle,shading=ball, ball color=black!20!white!20}]
but the problem is ...
5
votes
1answer
812 views
Adding child nodes to child nodes in TikZ Mindmap
I'm trying to build a mind map in TikZ and am having numerous problems.
I have only a very basic grasp of TeX and would like some help.
I found a source and replaced text to create my first steps.
...
19
votes
1answer
525 views
Radial Labels on Mindmap - Part I
How can I modify the orientation of text in the nodes of a mindmap, such that the text is oriented radially from the center in the case of the outermost nodes.
For example, in the below diagram, I ...
18
votes
0answers
424 views
Radial Labels on Mindmap - Part II
This is a continuation from Part I, where a solution was provided to create rotating labels in a radial fashion.
Closeup of the output looking like this:
I was able to improve the solution, ...
8
votes
1answer
551 views
Mindmap/trees in TikZ
I can't get the following tikz examples to work (PGF manual 2.10, page 255). Most likely I can find a solution here that will save me time.
Error:
! Missing \endcsname inserted.
<to be read ...
5
votes
1answer
174 views
How to fix the overlapped nodes with long text, in TikZ. Concept maps
I'd like to get helping from you.
I want to have paragraphs in the nodes of the concept map with Tikz, I mean, texts with multiple lines.
I have a problem with texts, the nodes are overlapped.
Here's ...
5
votes
1answer
1k views
Moving and resizing MindMap elements – TikZ – child nodes and canvas
Earlier I asked This question to help me adapt a mind map.
Now, I need to move and resize some elements and I don't know how – can someone advise?
I need…
To move the Orange elements down and to ...