[OS X TeX] Numbers in thebibliography
Martin Stokhof
M.J.B.Stokhof at uva.nl
Mon Jul 31 08:44:44 EDT 2006
On 31 Jul, 2006, at 13:49, Tobias Sebastian Kuhn wrote:
>
> Am 31.07.2006 um 12:57 schrieb Themis Matsoukas:
>
>> On Jul 31, 2006, at 6:05 AM, Tobias Sebastian Kuhn wrote:
>>> When using thebibliography like this
>>> \begin{thebibliography}{99}
>>> \bibitem{aronoff}Aronoff, Mark, und Kirsten Fudeman. \textit{What is
>>> Morphology?}, Erstauflage, Malden: Blackwell, 2005.
>>> the result is a bibliography with numbers in brackets.
>>>
>>> I like the result, except for these numbers and brackets, so how do
>>> I suppress them?
>>
>> \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]"?????
>
> BTW, I'm using
> \documentclass[11pt,a4paper,titlepage]{report}
> \usepackage[applemac]{inputenc}
> \usepackage[T1]{fontenc}
> \usepackage{ngerman,graphicx,textcomp})
>
If a command containing "@" is used in the preamble, it should be
enclosed by "\makeatletter" and "\makeatother":
\makeatletter
\renewcommand\@biblabel[1]{}
\makeatother
Hth,
Martin
------------------------- 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 MacOSX-TeX
mailing list