On Wed, 31 Jan 2007, Uwe St?hr wrote:
> 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.
Thanks for the assistance. Nevertheless, I don't need this "at top or
bottom of page". (I tried it and it didn't do what I asked about.)
As Steve mentioned, I need to find out if I am at the top or bottom of the
page. I am searching but haven't found it yet.
Jeremy C. Reed