[Univ of Cambridge] [Dept of Engineering]
next up previous contents
Next: Verbatim Up: Environments Previous: Figures

Tabbing

Within this environment tabs can be set by \= and the next tab moved to by using \>.
\begin{tabbing}
if \= it's raining\\      % set tab here, after the 'if'
   \> get an umbrella \=\\ % go to the defined tab and set a new one
else\\
   \> get wet \> * next tab is here\\
endif
\end{tabbing}

if it's raining

get an umbrella
else
get wet * next tab is here
endif



Tim Love
1999-08-05