On Mon, Oct 27, 2003 at 03:40:49PM +0100, Lars Gullik Bj�nnes wrote:
> Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> | We issue the same LaTeX code as before.
> >
> >
> | "\\newcommand{\\lyxline}[1]{\n"
> | " {#1 \\vspace{1ex} \\hrule width \\columnwidth \\vspace{1ex}}\n"
> | "}";
> >
> | [I wonder a bit about the #1, though...]
> >
> | There used to be no guarantee that an implicit line break does not occur
> | directly before or after some line, and that's not changed by the patch
> | [I hope]
>
> come to think of it... your insetline is really a special kind of a
> special (la)tex box, and rule.
Sort of. Yes. With a fixed space above an below...
> So the InsetBox should be modified to
> also support the \rule, perhaps we could even get rid of "lyxline".
Hm yes, maybe.
Simply removing it might be an option, too...
Andre'