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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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: 10324
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