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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply