On Tue, Dec 10, 2002 at 09:47:02AM +0100, Fran?ois BEAUBERT wrote: > I want to adjust the thickness of the line when you use the \hrule in lyx > 1.1.6 (under title for exemple): > > layout->Paragraph->General->lines (below) > > Is there a way to control the thickness of the line in lyx like > \setlength{\hrule ...}{3pt}
Add to the preamble: \renewcommand{\lyxline}[1]{ {#1 \vspace{1ex} \hrule height 1pt width \columnwidth \vspace{1ex}} }