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 report.cls but with the \footnotesize inserted in. However, that seems to be a bit of a hack, so I'm looking for a cleaner way.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
First I have to say that you should avoid fiddling with font sizes in order to squish more text into a document. Conferences and journals often discourage such formatting hacks; some might even reject papers found to be doing this. Anyway, if you still need to to this for whatever reason, the easiest way I found is to write something like
|
|||||||||||||||
|
|
And if you use the
|
||||
|
Using the
(Personally I'd use |
||||
|
|
|
|
||||
|
|

.sty) file. – godbyk Jul 27 '10 at 17:05\bibliofontfor this purpose. it's worth checking the document class you are using before redefiningthebibliography, but if a suitable command isn't available, your method is appropriate. – barbara beeton Apr 29 '12 at 11:12