[Tugindia] How to remove numbering in boxes.

E. Krishnan ekmath at md5.vsnl.net.in
Sun Apr 13 20:07:44 CEST 2003


On Sun, 13 Apr 2003 indrajit at cal2.vsnl.net.in wrote:

>              When we use \begin{thebibliography} \end{thebibliography}, the
> serial numbers of the references appear in boxes 

............................................

> What should I do if I want the serial numbers not to appear in boxes ?


The "thebibibliography" environment is actually a general list, whose 
labels are set by the "\@biblabel" command. So to change this you will 
have redefine this command. Note that since it contains the @ character, 
you will have to enclose it within "\makeatletter...\makeatother" 
commands. For example

	\makeatletter	
 	\renewcommand{\@biblabel}[1]{#1.}
 	\makeatother

*before* the "\begin{thebibliography}" will give you serial numbers 
followed by periods in your bibliography.

-- 
Krishnan




More information about the Tugindia mailing list