On Sun, 8 May 2005, Gunnar wrote:

This is the fancy stuff in the exported latex file

\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage{fancyhdr}
\pagestyle{fancy}

Gunnar,

  Is the double use intentional? It should be there only once. You can also
use:
\usepackage{fancyhdr}
\pagestyle{fance}
\fancyhead{} % clear header fields

\fancyhead[RO,LE]{\thepage}
\fancyhead[LO]{\rightmark}
\fancyhead[RE]{\leftmark}

These are correct.

\cfoot{}

Don't think you need to explicitly clear the center footer; I haven't.

  A recommendation made to me early last year that I'll pass on to you is to
buy a copy of The LaTeX Companion, Second Edition (TLC2). It contains the
answers to most of the questions we post here. A great resource.

  If removing the second calls to the package and pagestyle, and the explicit
clearing of the headers, does not fix your problem then you've exceeded my
knowledge and you'll need to wait for one of the experts to help you out.

Rich

--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
<http://www.appl-ecosys.com>   Voice: 503-667-4517   Fax: 503-667-8863

Reply via email to