Tagged Questions
7
votes
1answer
67 views
How to align parent nodes to the left/top in a tree
I am drawing trees in LATEX. The qtree library seems to be what I need but the parent is always placed in the center of its children like this:
parent
/ \
child_1 child_2
(I'm a new ...
4
votes
1answer
87 views
Multi-rooted Tree-like Structures and Nodes with Multiple Parents in LaTeX
The qtree package seems to facilitate the drawing of simple trees only. Is there a way to incorporate:
Multiple roots &
Nodes with multiple parents
in a tree in LaTeX?
4
votes
2answers
140 views
Restoring qtree spacing in tikz-qtree
Is it somehow possible to achieve the same node spacing in tikz-qtree as in the original qtree package? Compare the two:
qtree:
tikz-qtree:
The spacing between nodes in one level should be the ...
7
votes
1answer
106 views
Is it possible to use {tikz-qtree} along with {qtree}?
I've already drawn too many trees with qtree, but I've discovered that I'll need tree-dvips to draw movements, and this package is incompatible with pdf. I saw that it's quite simple to draw syntactic ...
3
votes
1answer
395 views
Graph-like structures with Qtree
The Qtree package is "a LaTeX package for drawing tree diagrams." Is it possible to draw simple graph-like diagrams with it, similar to the one depicted below? If not, should I resort to TikZ-qtree?
...