Search found 1 match

by mjperrone
Mon Apr 22, 2013 6:27 am
Forum: Graphics, Figures & Tables
Topic: Incomprehensible Error in Code for Tree
Replies: 1
Views: 2293

Incomprehensible Error in Code for Tree

I can't seem to figure out what's wrong with this.
\documentclass[12pt]{report}
\usepackage{tikz-qtree}

\begin{document}
\begin{tikzpicture}[level distance=70pt,sibling distance=50pt]
\Tree [.$(x<0)$
\edge node[auto=right]{1};
[.(a)
\edge node[auto=right]{1};
[.$f_1();$ ]
\edge node ...