Text FormattingIs that possible to minify the word "references"?

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
subjugater
Posts: 7
Joined: Sat Nov 28, 2009 8:46 pm

Is that possible to minify the word "references"?

Post by subjugater »

I'm using the following code to generate an article with references:

Code: Select all

\documentclass[a4paper,12pt]{article}
\usepackage{fullpage}
\usepackage{latexsym,amsmath,amssymb}   
\usepackage{graphicx}  
\usepackage{subfig}

\setlength{\parindent}{0in}
\addtolength{\parskip}{\baselineskip}

\begin{document}

.....

\begin{thebibliography}{10}

.....

\end{thebibliography}
\end{document}

In the generated pdf file, the word "References" is much larger than the font used in the text and is bold. What should I do, if I want to reduce the size this word and eliminate the bold effect?

Thank you.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply