Tagged Questions
7
votes
1answer
499 views
How to draw a joining line between two picture tikz-pgf
I'am having draw two tree using the tikz-pgf package
\begin{frame}
\begin{columns}[c]
\begin{column}{2cm}
\begin{tikzpicture}[scale=0.5]
\tikzstyle{level 1}=[sibling distance=10mm]
...
6
votes
1answer
208 views
What is a suitable package for drawing term algebra style trees
I want to be able to draw something like nested triangles that are arranged in a tree-like fashion. Or explicitly, a node of a tree is represented as an isosceles triangle pointed upward. Each ...