[OS X TeX] Numbers in thebibliography

Bruno Voisin bvoisin at mac.com
Mon Jul 31 14:22:41 CEST 2006


Le 31 juil. 06 à 13:49, Tobias Sebastian Kuhn a écrit :

> Am 31.07.2006 um 12:57 schrieb Themis Matsoukas:
>
>> On Jul 31, 2006, at 6:05 AM, Tobias Sebastian Kuhn wrote:
>>
>> \renewcommand\@biblabel[1]{}
>
> I don't understand. Where do I have to put it that it works? In the  
> preamble it is not accepted and before \begin{thebiliography} and  
> after \bibitem it prints "iblabel[1]"?????

Put it between \makeatletter and \makeatother. Namely, put in the  
preamble:

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

Or you can redefine the thebibliography environment completely, to  
get full author-date style with hanging indentation. What I generally  
use with the report class is:

\renewenvironment{thebibliography}
   {\chapter*{\centering\normalfont\small\MakeUppercase{\bibname}}\small
    \addcontentsline{toc}{chapter}{\bibname}%
    \begin{list}{}{\setlength{\leftmargin}{\bibindent}
                   \setlength{\itemindent}{-\leftmargin}
                   \setlength{\itemsep}{0pt}
                   \setlength{\parsep}{\smallskipamount}
                   \usecounter{enumiv}\renewcommand{\theenumiv}{}}
    \sloppy\clubpenalty=4000\widowpenalty=4000\frenchspacing}
   {\end{list}}

and with the article class:

\renewenvironment{thebibliography}
   {\section*{\centering\normalfont\footnotesize\MakeUppercase 
{\bibname}}\footnotesize
    \begin{list}{}{\setlength{\leftmargin}{\bibindent}
                   \setlength{\itemindent}{-\leftmargin}
                   \setlength{\itemsep}{0pt}
                   \setlength{\parsep}{\smallskipamount}
                   \usecounter{enumiv}\renewcommand{\theenumiv}{}}
    \sloppy\clubpenalty=4000\widowpenalty=4000\frenchspacing}
   {\end{list}}

in case you're using BibTeX, you must use one of the author-date  
styles available on CTAN.

Hope this helps,

Bruno Voisin------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the macostex-archives mailing list