Tagged Questions
0
votes
0answers
35 views
Change “References” to “references” in table of contents
I am producing a simple document of the report class, with references produced by BibTeX. I would like to change the "References" text entry in the table of contents to "references", making the text ...
3
votes
1answer
64 views
Set some letters in a title of a cited article majuscule [duplicate]
I use abbrvnat as bib style: \bibliographystyle{abbrvnat}. It seems that all the letters, except the 1st one, in the title field of an article are set systematically in minuscule (lowercase). But ...
4
votes
2answers
108 views
Write “A in bibliography but see” a
I'm writing my bibliography and in a title I wrote the following code:
@inproceedings
{
R14,
Author = {},
Booktitle = {},
Title = {`` A fully integrated..."},
Year = {}
}
But when I see ...
2
votes
1answer
294 views
titlesec and bibliography
I use titlesec to capitalize and display the chapter title at the center. Everything is fine until I get to the bibliography, the word 'bibliography' is not capitalized. Here is an example
...
7
votes
1answer
321 views
Transforming the .bib file to get upper cases
With the following entry in the .bib file
@ARTICLE{a1,
AUTHOR="M., J. J.",
TITLE="My Sample Title",
JOURNAL="Journal Name",
pages="132--234",
YEAR=2000`
}
and with \bibliographystyle{plain} in the ...
6
votes
1answer
1k views
Page header - Upper and lower case
First of all: this is the first time that I use LaTeX.
I have these commands that create my header:
\usepackage[headsepline,plainheadsepline]{scrpage2}
\pagestyle{scrheadings}
\clearscrheadfoot ...
4
votes
2answers
492 views
Printing the bibliography heading in uppercase but showing it as sentence case in the ToC
At my class I am supposed to write a report where the chapter headings are always in uppercase, but have to printed in sentence case in the table of contents. For regular chapters I have achieved this ...
8
votes
1answer
208 views
Should the case of the title of the original publication be preserved in the bibliography?
In the LaTeX template I'm using, the titles of the publications listed in the bibliography are automatically set to all lowercase (except for the first word). I was surprised by this as I would have ...
1
vote
2answers
1k views
Force References Heading to Uppercase when calling \bibliography{bib filename}
Using \bibliography{filename}
when I have
\documentclass[10pt,letterpaper,twocolumn]{article}
And
\bibliographystyle{plain}
before I call: \bibliography{filename}
I get the heading ...
5
votes
2answers
565 views
Is there a way to change the font style of the “References” section?
Is there a way to change the font style of the "References" section of a document?
I'm using the sectsty package to modify section fonts and my code does not seem to affect the "References" section ...