I am a LaTex newbie and would apprecaite advice. I am using XP/MikTeX.
I have defined headers for my document globally using the following code in the preamble and using package fancyhdr.
Code: Select all
\usepackage{fancyhdr}
\setlength{\headheight}{15.2pt}
\pagestyle{fancy}
\addtolength{\headheight}{\baselineskip}
\renewcommand{\chaptermark}[1]{%
\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{%
\markright{#1}}
\rhead{\leftmark\\\rightmark}
\renewcommand{\headrulewidth}{1pt}
BIBLIOGRAPHY
BIBLIOGRAPHY
[DOF86] Jr. Dobson, J. G., R. W. Ordway, and R. A. Fenton. Endogenous
adenosine inhibits catecholamine contractile responses in
normoxic hearts. Am J Physiol, 251(2 Pt 2):H455–62, 1986.[/img]
The bibliography prints "bibliography" three times in the header, which looks superfluous. I would not mind switching it off completely for the bibliography section but (if possible) want to reduce it to a single mark in the header.
Apologies beforehand if I am making an obvious error somewhere. I have tried using \thispagestyle and friends without a solution.
Regards
Rizwan