Tagged Questions
5
votes
1answer
45 views
Change font size and indentation in reference section
I am writing a paper for a conference. They provided the a LaTeX style file however the compiled reference section is different from their own requirement. They require font size 8, no indentation, ...
2
votes
1answer
54 views
How can I scale my bibliography section to a specific font size including the section name
I would like to resize my bibliography section to a specific font size including the section name and so I'm wondering how can I do it maybe using \scalebox{scale}{object}.
Here is how I call my ...
0
votes
0answers
46 views
How to make the font larger for bibliography [duplicate]
I want to make the font for bibliography (BibTeX) larger, how can I do that?
6
votes
3answers
144 views
Default article-like classes with compact bibliography
In most academic journal styles, the bibliography is typeset in a much more compact fashion than in the usual classes. Compare for instance these two:
The former is obtained with siamltex.cls, ...
1
vote
1answer
193 views
references in a smaller font
How can I tell LyX to display the bibliographic references in a smaller font?
I use the standard "article" document class.
When I open the "Settings" of the bibliography, I get a dialog box where I ...
4
votes
2answers
569 views
How to change font size in Bibliography using BibTex with apacite package
I am using BibTex for my references with the style package apacite. Within the document I am using the font size 12pt, but would like to use only 11pt fontsize for the references. Sorry, but my ...
3
votes
1answer
85 views
What is the font size of the references section in the amsart class?
Does anyone happen to know what the default fontsize of the references section in the amsart class is?
4
votes
2answers
810 views
Smaller font for the reference section
This is a follow up question to How to reduce the space between the author block and paper text? sig-alternate.cls
I am using the template sig-alternate.cls, but I need a smaller font size for the ...
0
votes
0answers
230 views
Fontsize in Bibliography [closed]
I am trying to write a report where I have a lot of citations to put in. I am using \documentclass[a4paper 12pt]{article} and \usepackage{cite} (cite package) for building the bibliography. The ...
1
vote
1answer
173 views
How do I resize the text of bibliography entries without changing the heading (with BibTeX)?
I'm using BibTeX to create my bibliography with the final command
\bibliographystyle{mn2e}
\bibligraphy{biblio}
I'd like the entries to be footnotesize so I use
{\footnotesize
...
2
votes
3answers
1k views
Bibliography title fontsize problem with BibTeX and the natbib package
I'm trying to change the fontsize of the Bibliography title to a normal size but I can't do it.
I already try (without results):
\let\chapter=\chapter
\let\chapter=\section %works, but all the ...
6
votes
1answer
3k views
Reducing bibliography font size
I am using the thebibliography command in LaTeX to generate a bibliography under a "References" heading at the end of a paper. My bibliography is not stored in a separate TeX file, but rather is just ...
6
votes
1answer
1k views
Changing the font size of a bibliography using BibTeX with the amsrefs package
I am using BibTeX with the amsrefs package to create a bibliography. The output of the bibliography looks to be of a slightly smaller font size that that of the ambient document, and it's imperative ...
29
votes
4answers
23k views
How to change font size for bibliography?
I want to use a smaller font size for the bibliography, e.g., \footnotesize. What is the easiest way to achieve this? I currently do \renewenvironment{thebibliography}... and copy the definition from ...