%% %% The LaTeX Companion, 3ed %% %% Example 6-1-1 on page I-433 in "Using the \protect \nxLenv {tabbing} environment". %% %% Copyright (C) 2022 Frank Mittelbach %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3c %% of this license or (at your option) any later version. %% %% See https://www.latex-project.org/lppl.txt for details. %% \documentclass{tlc3exa} \pagestyle{empty} \setcounter{page}{6} \setlength\textwidth{195.0pt} %StartShownPreambleCommands %StopShownPreambleCommands \begin{document} \begin{tabbing} First Real Tab Stop \= Second \= Third \=\kill one \> two \> three \> four \\ \bfseries one \> \itshape two \\[5mm] one \> again one \' \a'{e}\a`{e} \> three \` flushed right \\[5mm] new tab pos. \= two \> same pos. \> ////// overprint \\ one \> two \> three \> four \\ \end{tabbing} \end{document}