Hi, anyone has any idea about how to set different titles for multiple bibliographies when using the 'bibunits' package?
Cheers!
Document Classes ⇒ changing bibliography title
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
changing bibliography title
Hi,
it depends on your document class. For instance with article you could use
and with book or report
Stefan
it depends on your document class. For instance with article you could use
Code: Select all
\renewcommand*\refname{Title}
Code: Select all
\renewcommand*\bibname{Title}
LaTeX.org admin
changing bibliography title
Thanks Stefan.Stefan_K wrote:Hi,
it depends on your document class. For instance with article you could useand with book or reportCode: Select all
\renewcommand*\refname{Title}
StefanCode: Select all
\renewcommand*\bibname{Title}
