Tagged Questions
1
vote
2answers
91 views
[Tikz-]Qtree: force direction of single child to left or right?
I'm trying to draw a tree that has internal nodes with only one child, but which must be oriented.
/
\
/\
\
/\
Instead of the typical qtree where said children just "hang":
...
5
votes
1answer
171 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 ...
1
vote
1answer
245 views
Draw a tree with variable node number
I would like to draw a tree in tex that is more like a sketch of a tree: It should contain variable node numbers.
Important is, that the dots are contained in the tree drawn. Is that possible with ...
9
votes
1answer
168 views
tikzpicture has a node whose text is a tree: unevenly formatting
I want to typeset a picture similar to the following one, using tikz.
For that purpose I have written the following latex document
\documentclass{minimal}
\usepackage{tikz}
\usetikzlibrary{chains}
...
2
votes
1answer
270 views
How does one use \node[inner node]{}?
I'm trying to reproduce a TikZ tree from a Till Tantau presentation
(see pg.33 of this .pdf)
My code is as follows:
\documentclass{article}
\usepackage[latin1]{inputenc}
...
6
votes
1answer
2k views
Triangle node with adjustable height
I'm trying to draw AVL trees with TikZ, what I need is:
Binary tree with simple circle nodes, and adjustable height triangle (or rectangle)
nodes for subtrees, both containing only single ...
7
votes
1answer
1k views
Tikz Mindmap - how to get more nodes
% Author: Till Tantau
% Source: The PGF/TikZ manual
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{mindmap,trees}
\usepackage{verbatim}
\begin{document}
\pagestyle{empty}
\begin{comment}
...
11
votes
2answers
1k views
How two connect any arbitrary nodes of tree in tikz
I need to be able to connect any arbitrary nodes in a tree to each other. I am using the tree package in tikz to create my tree. I cannot figure out though how to connect to nodes by let say a draw ...