3

Possible Duplicate:
Tree-like diagram (flow chart?) showing selection of scientific papers when reviewing

I am trying to draw a state using tikz.

The state I want to use draw is:

\node[state]    (A)   {Wait for 0 from below};

The problem is: What can I do if I want "Wait for 0 from below", showed in two lines, like this:

Wait for 0
from below

This code does not work:

\node[state]    (A)    {Wait for 0 \linebreak from below};

0 Answers0