Jeremy C. Reed schrieb:
Any ideas on how to get a horizontal rule before every section unless at top or bottom of page?
Add this to your preamble:
\let\mySection\section\renewcommand{\section}{\hrule
\vspace{1ex}
\mySection}
, see attached example.
You can modify the space and the rule thickness if you want.
regards Uwe
newfile3.lyx
Description: application/lyx
