next up previous contents
Next: Page Breaking Up: Writing Math Articles Previous: Bibliography and Citation

Line Breaking

Latex Commands for Line Breaking
Latex Commands Function
\linebreak[n] force a line break; $0 \leq n \leq 4$
\nolinebreak[n] forbid a line break; $0 \leq n \leq 4$
\\ \hline[len] start new line and leave len vertical space
\- permit hyphenation
\begin{sloppypar}  
...\end{sloppypar} allow loose lines in paragraph
\sloppy allow loose lines
\fussy do not allow loose lines