On Fri, 13 Feb 2004 12:20:48 -0800 (PST)
"Rich Shepard" <[EMAIL PROTECTED]> wrote:
> I have a section of text -- a list -- that is typeset in two columns
> on the page using the \begin{multicols}{2} ... \end{multicols} pair.
>
> Headings, sub-heads and list items all align on the left of the
> columns... except for the first heading. This one is immediately
> after the ERT that defines the beginning of the multicols
> environment. It's set off to the right by the spacing of a new
> paragraph. I've tried hard returns(ctrl-enter) to force this one
> line to the left margin, but that generates a TeX error.
>
> Is there a \moveleft, \leftalign or similar command I can use to get
> this one word aligned with the rest?
Layout -> Paragraph -> dont't indent doesn't work? You could try
ERT:\noindent which is basically the same. Otherwise I don't know.
Karsten