|
|
|||
![]() |
Department of Engineering |
| University of Cambridge > Engineering Department > computing help |
\= 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
| | computing help | |