Possible Duplicate:
How to use 1. (number followed by dot) format instead of [1] format in bibliography
I'm using the amsart class, and the command \begin{thebibliography} for references.
This puts all the enumerations of references in square brackets, and I want to get rid of this.
That is, I want the references to look like
1. ~~
2. ~~
rather than
[1]. ~~
[2]. ~~
How can this be achieved??
\def\@biblabel#1{\@ifnotempty{#1}{#1}}. Of course you needmakeatletter– Marco Daniel Jul 27 '12 at 15:19