Education » Computer Science » LaTeX

ID #1001

How to change the bibliography/reference names?


\renewcommand{\bibname}{References}
OR use the following code,
\makeatletter
\def\thebibliography#1{\chapter*{References\@mkboth
{REFERENCES}{REFERENCES}}\list
{[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth
\advance\leftmargin\labelsep
\usecounter{enumi}}
\def\newblock{\hskip .11em plus .33em minus .07em}
\sloppy\clubpenalty4000\widowpenalty4000
\sfcode´\.=1000\relax}
\makeatother

 

Tags: latex

Related entries:

Last update: 2009-01-02 16:47
Author: Admin
Revision: 1.0

Digg it! Share on Facebook Print this record Send FAQ to a friend Show this as PDF file
Propose a translation for Propose a translation for
Please rate this FAQ:

Average rating: 2.5 (2 Votes)

completely useless 1 2 3 4 5 most valuable

You can comment this FAQ

Comment of K N Raghavan:
Thank you very much. It was helpful. K. N. Raghavan Institute of Mathematical Sciences CIT Campus Chennai 600 113 INDIA
Added at: 2009-05-05 07:39