What is the difference between \vspace{-1em} and \vskip -1em, for example? I guess the first is LaTeX, and the latter is TeX. When is the proper time to use one and not the other, and why?
|
migrated from stackoverflow.com Sep 30 '11 at 13:32
|
At any point in its processing TeX is in some mode. There are six modes, divided in three categories:
When not typesetting mathematics, TeX is in horizontal or vertical mode. Horizontal mode is typically used to make lines of text; vertical mode is typically used to stack the lines of a paragraph on top of each other.
Full definition:
Without * case (\vspace 1mm)
Note With * case (\vspace* 1mm)
|
|||||
|
|
|
|||||||
|
|
Exactly as Rob says; to rephrase, The (an?) implementation of |
|||
|
|