Search found 2 matches

by gavino
Wed Jun 19, 2019 8:54 pm
Forum: BibTeX, biblatex and biber
Topic: Suppressing the "Reference" title in Bibtex
Replies: 2
Views: 17727

Suppressing the "Reference" title in Bibtex

In your code you have a renewenvironment for thebibliography. look at the start, there you see the section. Replace it and the mark commands with the ones you are using at the very end.

Johannes, thanks a million! I've spent way too much time on this ... certainly should have asked the crowd ...
by gavino
Wed Jun 19, 2019 3:44 pm
Forum: BibTeX, biblatex and biber
Topic: Suppressing the "Reference" title in Bibtex
Replies: 2
Views: 17727

Suppressing the "Reference" title in Bibtex

Dear all,

I am having trouble suppressing the automatically appearing "Reference" title using bibtex in the book article class/ environment. Instead, I want to use \chapter*{Bibliography} (which I also add to the TOC) to have the heading in the same style as other chapters in the book, as you can ...