Index:
[thread]
[date]
[subject]
[author]
From: Garrett Mitchener <wgm2@acpub.duke.edu>
To :
Date: 17 Feb 1999 21:46:40 -0500
Re: Force a Line Break in LaTeX
"Philip K. Warren" <pkw@duke.edu> writes:
> If I want to force a line break in my table descriptions (for
> YAWL-files) in latex, how would i go about doing it? In HTML output, I
> just converted all of the "\n" items to "<BR>" - Is there a similar type
> of thing I could do with latex?
>
> Thanks.
>
> -- Philip
Chances are you really don't need to do this. Latex will typeset the
message and put in linebreaks where it wants to. If you are
absolutely bent on putting in linebreaks, the commands are either
\newline or \linebreak. (They do slightly different things.)
-- Garrett :-)
Index:
[thread]
[date]
[subject]
[author]