BibTeX, biblatex and biber ⇒ Suppression of \section*{References}
-
- Posts: 3
- Joined: Thu Jan 27, 2011 6:26 pm
Suppression of \section*{References}
I wish to suppress the \section*{References} title printed by BibTex. My bibliography falls in the addendum of my document and there are sections after it (sections B, C and D). Writing \section{New title} gives me the section 'numbered' A, that I want, but that doesn't get rid of the'References' section written by BibTex underneath. I'm not the brightest chap when it comes to anything ending in -TeX; I'm using LyX to write my document but I can always convert it to a Plain LaTeX doc if needs be. I would be grateful for any ideas.
Last edited by Kevin Steinhardt on Thu Feb 24, 2011 6:22 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 126
- Joined: Sun Feb 13, 2011 8:36 pm
Suppression of \section*{References}
I had the same problem just a while ago. The only solution I could figure out was to do a Check out the *.cls file for the document class you use. It should be enough to copy the definition there and delete / comment out the line This is a quick & dirty solution, but one that works, however. Hope this helps.
Code: Select all
\renewenvironment{thebibliography}{...}{...}
Code: Select all
\section*{\refname}
I'm using pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian).
-
- Posts: 3
- Joined: Thu Jan 27, 2011 6:26 pm
Suppression of \section*{References}
I delved into my system to find article.cls, and at least my appendix numbering/lettering worked when I changed the appropriate line to read: The bibliography section appears in the TOC too, but it means one can't include a little bit of text between the section title and the start of the references list. I've settled with having my anecdote post-references. Cheers for your help, 5gon12eder; much appreciated.
Code: Select all
{\section{\refname}
-
- Posts: 3
- Joined: Thu Jan 27, 2011 6:26 pm
Re: Suppression of \section*{References}
Will do, Thorsten. I've never been the best when it comes to forums, that and mailing lists; can't stand the things.