Questions tagged [mindmaps]
{mindmaps} are graphical representations of concepts or ideas, together with other related concepts and annotations. {tikz-pgf} provides a mindmap library for drawing {mindmaps}.
175 questions
1 vote
0 answers
28 views
Tikz Mindmap: Connecting nodes without a root concept [duplicate]
Have a look at the code below. I am trying to create a sort of mindmap where there is not really a root node, but three nodes connected to each other. This is the best I came up with, but it is not ...
3 votes
3 answers
258 views
Fill each "challenge" with a different colour
How do I automatically fill each "challenge" with a different colour in the following code? % Inspired by https://tex.stackexchange.com/a/387466. \documentclass[tikz]{standalone} \def\...
2 votes
1 answer
108 views
Mindmap: set branch length
I'm building a Mindmap, and want to display the relationship between two concepts in it's own bubble, i.e. a third level concept. Unfortunately, the third level (explanation) eclipses the main ...
0 votes
0 answers
106 views
Mindmap in Tikz, do not draw edge between parent and child in a path
I have a path in a mindmap (see second example) where I would like to not draw one edge between parent and child. Starting from this How to set style of a single edge in the tree (TikZ) ? I played ...
1 vote
0 answers
65 views
How to change the color and position of the boxes
I want to change the position and colour of the title and description boxes; how can I do that? Can someone help me to get this? \documentclass{article} \usepackage{smartdiagram} \usepackage{tikz} \...
2 votes
2 answers
164 views
Mind maps not letting me have more than 6 siblings
I am trying to make a mindmap but it only seems to let me have 6 siblings no matter what angle I put in or even make the distance bigger to make more room: \documentclass{article} \usepackage{tikz} \...
3 votes
1 answer
110 views
Set all node distances for all levels equal in a tikz mindmap
I am making a mindmap with many levels, and wanted to set a constant spacing between nodes for all levels. A simple representation of the code looks like this: \documentclass[11pt]{standalone} % ...
4 votes
3 answers
701 views
How to draw a nice and complex flowchart (combining table and flowchart)
There are many ways to draw a simple flowchart, using packages like tikz. But recently I read a paper and it seems that their complex flowchart is not a picture, but actually generated by latex. Here ...
2 votes
1 answer
331 views
Drawing a flow chart
I tried the code to get this particular flow chart but the flow chart is going out of the page. This code is not complete also for complete flow chart. Also can you suggest how can it be plotted in ...
0 votes
1 answer
102 views
i need to Remove space between section number and title and make the number section in the right side
\documentclass[12pt,oneside, tikz, ignorerest=false]{book} \usepackage[paperwidth=210mm,paperheight=297mm,hmargin=0.5cm,top=10mm,bottom=23mm]{geometry} \usepackage{tikz} \usetikzlibrary{...
1 vote
0 answers
82 views
How to code custom nodes with texts accommodating a round tikz mindmap?
\documentclass[portrait]{a0poster} \usepackage{tikz} \usepackage{amsfonts, amsmath, amsthm, amssymb} % For math fonts, symbols and environments \usepackage[utf8]{inputenc} \usepackage{dtklogos} \...
2 votes
1 answer
145 views
Attempting to recreate the 'TOC as a TikZ mind map'
I'm attempting to recreate the 'TOC as a TikZ mind map' as featured on p.47 of Jean-Francois Burnol's "The etoc package" but I cannot resolve the error that occurs on line 115: (\...
0 votes
1 answer
63 views
What package would allow for the creation of a certain type of chart?
I don't know the formal name for the chart shown below. However, it is there a package that would allow one to create this?
1 vote
1 answer
63 views
Caption of figure with tikz-mindmap won't appear under the tikzpicture
I am using the following code to generate a mindmap on a single A3 page that is included in a usual A4 formatted paper. I want the caption to be under the whole mindmap, but apparently it is being ...
2 votes
1 answer
325 views
Long Text in TikZ Mindmap Nodes
When using TikZ mindmap library on long texts, the text just get's a thin line while the node scales up (compare below). When using the text width argument, the inscribed rectangle gets wider but ...