On Tue, 2002-10-29 at 09:02, Renaud MICHEL wrote: > Le Lundi 28 Octobre 2002 22:10, Darren Freeman a écrit : > > I know how to insert an hfill. I want something like that, but for a > > fixed space (like a good ol' tab stop =) > > Then you should use the \hspace{} command, the argument is the length of the > space (there is \vspace{} for vertical space). > If you use \hspace*{} (or \vspace*{}) the white space won't be removed, even > if it is at the begining or the end of a line. > Note that \hspace{\fill} is equivalent to \hfill.
Ahaaa.. Thanks! > Renaud Michel Darren