{pst-tree} is about a PSTricks package addressing issues related to a high-level interface for making {trees}.
2
votes
1answer
396 views
Alignment in pst-tree
In this example, using pst-tree package:
\def\psedge{\ncangles[armA=.5, angleB=180, linearc=.2]}
\pstree[treemode=R, levelsep=3cm] {\Toval{ root }} {
\Toval{ Tom }
\Toval{ Cat }
\Toval{ Very ...
2
votes
2answers
68 views
Compile a pspicture under Emacs
I copied the solution from this link to a file try.tex under Emacs:
\documentclass{article}
\usepackage{pst-tree}
\begin{document}
Lorem ipsum. Lorem ipsum. Lorem ipsum. Lorem ipsum. Lorem ipsum. ...
2
votes
1answer
90 views
conflict with pst-tree and align: auto-pst-pdf problems?
There appears to be a problem when using the pst-tree package together with the align environment and pdflatex (dvi-ps-pdf works, but there are reasons for me not to use it).
Attached is a code ...
4
votes
1answer
90 views
How to do y-split for tree nodes in pstree?
As I need to draw lines between edges, I'd like to have y-splits when there are multiple child nodes. At the moment I realized it through a hidden node and nodesep=0. Unfortunately, I don't know of ...
3
votes
1answer
151 views
Create line between two edges in pstree
Basically I want to create a (dashed) line between two tree edges. I tried cheating a bit and created such line manually between two hidden nodes. The problem is, I don't get them hidden! There's ...
2
votes
2answers
303 views
pstricks generated image doesn't fit into page.
I have a pstricks image in a document like
\documentclass[12pt]{article}
\usepackage{fullpage}
\usepackage{pstricks}
\usepackage{pst-eps}
\usepackage{pstricks-add}
\usepackage{pst-node}
...
2
votes
2answers
303 views
Offset for node - psbrace around nodes
I already asked in the question Describing leaves of a tree with an underbrace using pstree/pstricks how to use a underbrace. Now I'd like to use \Tfan instead of \Tf, but the trick with the angle ...
6
votes
1answer
977 views
pspicture environment overlays text in figure float
I have a strange problem witih PSTricks, pst-tree and the pspicture environment. I use a figure float and a simple tree. When I put a pspicture environment around it, the picture is placed above the ...
2
votes
2answers
240 views
Describing leaves of a tree with an underbrace using pstree/pstricks
I'd like to have a discription for some of the leaves. It doesn't need to be an underbace, if somebody has better graphical suggestions... :)
Consider this example:
...
3
votes
2answers
354 views
\pstree and crossed branches [closed]
Still a TeX newbie. I'm working with PSTricks pstree, and wish a tree whose branches cross:
I
/ \
G H
/ \ / \
F / E
/ \ / \
/ / \
/ / \ \
A B ...
2
votes
1answer
912 views
Error with pstree
\documentclass{article}
\usepackage{graphics,graphicx}
\usepackage{pstricks,pst-node,pst-tree}
\begin{document}
\pstree[levelsep=35pt]{\Tcircle{10}}
{
\Tcircle{11} \Tcircle{21}
}
\end{document}
Why ...
3
votes
1answer
1k views
Vertical alignment of subfigures
So I have a document which in a lot of places uses one pstree (part of the pstricks package) and a simple tabular side by side...I do this with subfigures. The problem is that because the pstree image ...
1
vote
1answer
145 views
Highlighting/Bolding Tcircle elements
So I am using PSTricks PSTree package to build a tree using TCircle ... now I want to bold out some branches by making the lines of the circle and the connecting lines thicker ... can I do this ...
6
votes
3answers
643 views
pstree: How can I force a tree node to one side?
I'm drawing some binary search trees using pstricks and pstree, but I don't see anything in the docs to push a node to one side. In a binary search tree, every child must be either right or left, but ...
0
votes
2answers
608 views
PSTree creates confusing Undefined control sequence
This bit of code generates an undefined control sequence on the last curly brace. What am I doing wrong?
\psset{levelsep=1cm,treesep=.75cm,nodesep=4pt}
\begin{center}
\pstree{\Tr{$z$}}
{
...
