z*****n 发帖数: 7639 | 1 I am writing a paper using ACM format.
There is one problem: the list of references is not
numbered. But in the text those numbers are visible.
The format I am using is
\documentclass{acmtrans2m}
...
\bibliographystyle{plain}
...
\bibliography{mybibfile}
anyone can give me a suggestion? | T*******n 发帖数: 493 | 2 I took a look at acmtrans2m.cls version 1.1.1.1 and don't
see why the numbers would be suppressed in the bibliography
listing. If you look in this class file, search for the definition
of the "thebibliography" environment, you'll see the line
\@biblabel{\arabic{enumiv}}, which means that the \bibitem
produces numbered labels using the level-4 enumerate counter.
The bibliography labels are defined similarly in the standard
LaTeX classes.
Are you loading some other package that does something
str
【在 z*****n 的大作中提到】 : I am writing a paper using ACM format. : There is one problem: the list of references is not : numbered. But in the text those numbers are visible. : The format I am using is : \documentclass{acmtrans2m} : ... : \bibliographystyle{plain} : ... : \bibliography{mybibfile} : anyone can give me a suggestion?
|
|