BibTeX, biblatex and bibergetting rid of the "references" line?

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
st_claire
Posts: 4
Joined: Sun Jun 28, 2009 9:40 pm

getting rid of the "references" line?

Post by st_claire »

How can I most easily do this?

Thanks :)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

getting rid of the "references" line?

Post by kaiserkarl13 »

I assume you're talking about title of the \thebibliography environment, which is given by \refname in articles and \bibname in reports/books. To make this empty, do this:

Code: Select all

\renewcommand{\refname}{}
st_claire
Posts: 4
Joined: Sun Jun 28, 2009 9:40 pm

Re: getting rid of the "references" line?

Post by st_claire »

W00t! It worked perfectly :D Thanks.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Re: getting rid of the "references" line?

Post by Stefan Kottwitz »

Hi st_claire,

using an empty \refname will also produce some vertical space. If you want to avoid that, let us know.

Stefan
LaTeX.org admin
buttnana
Posts: 13
Joined: Mon Sep 28, 2009 10:36 pm

Re: getting rid of the "references" line?

Post by buttnana »

Yes, I was wondering how you can get rid of the vertical space, thanks!
Post Reply