Page LayoutChanging the title in "References"

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Hakarl
Posts: 14
Joined: Sun Feb 18, 2018 7:59 pm

Changing the title in "References"

Post by Hakarl »

I have just composed a class syllabus in LaTeX and would like to change the title of my Reference page from "References" to "Suggested Reading" or "Reading List". How do I go about doing that. This may be a simple question but I am new at this and on the steep incline of the LaTeX learning curve.

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.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Changing the title in "References"

Post by Johannes_B »

Depends on the class or package you are using, a minimal working example would give us just the information we need to help you.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Hakarl
Posts: 14
Joined: Sun Feb 18, 2018 7:59 pm

Changing the title in "References"

Post by Hakarl »

Hi Johannes,

I am using the article class nothing complex. Does that suffice in terms of information? Thanks for responding.
Hakarl
Posts: 14
Joined: Sun Feb 18, 2018 7:59 pm

Changing the title in "References"

Post by Hakarl »

And natbib for the reference package I believe.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Changing the title in "References"

Post by Johannes_B »

\renewcommad{\referencename}{Suggested Reading}
If I remember correctly.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Changing the title in "References"

Post by Stefan Kottwitz »

Could be \refname (with \renewcommand).

Stefan
LaTeX.org admin
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Changing the title in "References"

Post by Johannes_B »

Yes, refname should be the correct one.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Hakarl
Posts: 14
Joined: Sun Feb 18, 2018 7:59 pm

Changing the title in "References"

Post by Hakarl »

Here is the command I put in right in front of the bibliographystyle{} :

\renewcommand{\refname}{Suggested Reading}

And it works!

Thanks Johannes and Stefan!
Post Reply