"Jeff T.Fleming" wrote:
> 
> Does anyone know how to change the line weight of a upper or lower paragraph
> line?

try this in preamble. changing of the width is possible with
\setlength{\myRuleWidth}{...}


\newlength{\myRuleWidth}\setlength{\myRuleWidth}{5pt}
\newcommand\myRule{\noindent\rule{\columnwidth}{\myRuleWidth}}
\renewcommand{\lyxline}[1]{%
  {#1\mbox{}\\\myRule\vspace{0.5ex}}%
}


Herbert


-- 
http://www.educat.hu-berlin.de/~voss/lyx/


Reply via email to