Tagged Questions
1
vote
1answer
67 views
Change Bibliography name to “References” and add it to TOC [duplicate]
As title suggests. I have the following in my referencing section :
\documentclass[12pt,a4paper]{report}
.
.
.
\bibliographystyle{abbrv}
\bibliography{library}
And it prints :
I would like ...
2
votes
1answer
98 views
Multibib & Title of References
I use the multibib package to include more than one bibliographies into my document:
\documentclass[a4paper,10pt,twoside]{article}
\usepackage[resetlabels]{multibib}
\newcites{lit}{Literature}
...
0
votes
0answers
52 views
section titles regionalised [closed]
i have a problem, currently I'm using texlive 2012 and have problem with titles of section - the bibliography.
altholugh i use in my code:
\usepackage[polish]{babel}
\usepackage{csquotes}
...
2
votes
1answer
871 views
How to change my bibliography title using bibtex and miktex 2.9
I have a problem changing the title of my bibliography using bibtex and miktex 2.9.
I've read varius sources already and tried different things, but the answer that popped up most and should be ...
0
votes
0answers
72 views
How to show a different section title than 'References' for the reference list? [duplicate]
Possible Duplicate:
How can I change the “References” to “Reference” in the thebibliography environment?
Change reports text for bibliography
I am writing my CV in ...
8
votes
2answers
2k views
Manual bibliography, separated or multiple parts
I'm creating a manual bibliography, but it needs to be divided into sections. The solutions I thought might be applicable:
Add \textbx{"Literary works"}, \textbx{"Web references"}, etc. between ...
3
votes
1answer
1k views
How to set BibTeX bibliography title?
Currently my bibliography says "Literatur" (german). But I want something completely different there. How can I achieve that?
1
vote
0answers
97 views
Renaming referências bibliográficas to referências (Brazil) [duplicate]
Possible Duplicate:
Renaming the bibliography page using BibTeX
Code to title the bibliography 'References' instead of Bibliography
How do I rename Referências Bibliográficas to ...
1
vote
2answers
2k views
Code to title the bibliography 'References' instead of Bibliography [duplicate]
Possible Duplicate:
Renaming the bibliography page using BibTeX
I am writing an M.Sc thesis. I have problem trying to rename the bibliography as 'References'. I have tried quite a few ...
3
votes
1answer
445 views
Change reports text for bibliography
I have a report style document:
\LoadClass[12pt,a4paper]{report}
and when I do:
\bibliographystyle{plainnat}
\bibliography{references}
it shows :
Bibliography instead of References
Is it ...
9
votes
1answer
1k views
How can I change the “References” to “Reference” in the thebibliography environment?
My problem is that I have only one reference. So I would like the head of this part to appear "Reference" instead of commonly "References". More generally, could we change the title "References" to an ...
3
votes
2answers
3k views
Renaming the bibliography page using BibTeX
Is there a way to rename (or do away with the name of) the bibliography page that is output using BibTeX? If so, is the name dependent on the bibliographystyle, or is it something inherent within the ...