Go to the first, previous, next, last section, table of contents.

tabbing

 \begin{tabbing}
 text \= more text \= still more text \= last text \\
 second row \>  \> more \\
 .
 .
 .
 \end{tabbing}

The tabbing environment provides a way to align text in columns. It works by setting tab stops and tabbing to them much the way you do with an ordinary typewriter.


Go to the first, previous, next, last section, table of contents.