BibTeX, biblatex and biberHow I can change the title in the Bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
JazielSM
Posts: 1
Joined: Mon Aug 24, 2015 11:36 pm

How I can change the title in the Bibliography

Post by JazielSM »

Hello everyone, I've been using LaTeX to write some simple documents, but now I'm writing my Master thesis so I had to upgrade my skill :mrgreen: .
And I always find something I really can't solve, so that's why I want to ask you guys... How can I change the title in the Bibliography? I'm using memoir document class and babel, and I've found that commands like:

\renewcommand{\bibname}{Bibliografía}
\renewcommand{\refname}{Bibliografía}


Don't work for memoir. I could change the name of figures, tables, and other stuff, but I can't find out how to change the bibliography title. Thanks in advance!

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

How I can change the title in the Bibliography

Post by Stefan Kottwitz »

Welcome to the forum!

Since you are using babel, this way may work:

Code: Select all

\addto\captionsspanish{\renewcommand{\bibname}{Bibliografía}}
Stefan
LaTeX.org admin
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

How I can change the title in the Bibliography

Post by Johannes_B »

Welcome,

if you are using the modern package biblatex, you can give the title as \printbibliography[title=Bibliografía]
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply