BibTeX, biblatex and biberHelp with bibliography headers

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
rizwan
Posts: 3
Joined: Wed Jan 13, 2010 2:53 pm

Help with bibliography headers

Post by rizwan »

Hi,

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}

[img]BIBLIOGRAPHY
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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Help with bibliography headers

Post by gmedina »

Hi,

we will need to see some of your code. Please follow the instructions on the following link to build a minimal working example allowing us to reproduce the undesired behaviour.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply