How to change heading size Bibliography

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 9K views
binbagsss
Messages
1,291
Reaction score
12
The title is coming up bigger than the rest of the text
I want it smaller
Is there a fast way to change it?
(just the heading)Thanks a lot !

(assignment deadline tomorrow- your help is really really apppreciated :) ).
 
Last edited:
Physics news on Phys.org
You're asking us to guess many things here. I'll assume that you are working with ##\LaTeX## and you want the the header that appears at the start of the bibliography to be of a smaller type. This is controlled by the document class, so you can modify the class (change the .cls file or use another class) to get the result you want. The alternative is the following hack: in the preamble (after \documentclass and before \begin{document}), add something of the kind

\renewcommand{\refname}{\normalsize References}
 
DrClaude said:
\renewcommand{\refname}{\normalsize References}

Thanks for your reply,

Apologies I'm new to latex, could you please explain the arguments more?
Why References- the automated title is 'Bibliography', or is this a choice to rename.