Page Layout ⇒ Changing the title in "References"
Changing the title in "References"
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.
Thanks in advance.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Changing the title in "References"
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.
Changing the title in "References"
Hi Johannes,
I am using the article class nothing complex. Does that suffice in terms of information? Thanks for responding.
I am using the article class nothing complex. Does that suffice in terms of information? Thanks for responding.
Changing the title in "References"
And natbib for the reference package I believe.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Changing the title in "References"
\renewcommad{\referencename}{Suggested Reading}
If I remember correctly.
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.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Changing the title in "References"
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.
Changing the title in "References"
Here is the command I put in right in front of the bibliographystyle{} :
\renewcommand{\refname}{Suggested Reading}
And it works!
Thanks Johannes and Stefan!
\renewcommand{\refname}{Suggested Reading}
And it works!
Thanks Johannes and Stefan!