由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - any1 has experience with ACM journal format?
相关主题
emacs-auctex 参考文献新问题请教一个怪问题。
请问怎么把两幅图并排放?用不同的标题?包子求助:用bibtex,书名不自动断行
问一下Syllabus里面罗列reading list的问题Latex 引用的一个问题
Bibliography和Reference字样同时出现怎么删除其中一个?请问如何在文章中间改变引用格式
请问引用文献的一个问题谁知道latex怎么把连着的文献用‘-’联起来
如果bibligoraphy有2个文件,怎么把它们都包含到.tex文件里面呢求人帮忙写个 bst 文档
请教 bibliography 字体和正文不同的问题page number问题
参考文献格式如何编辑方程式呢?
相关话题的讨论汇总
话题: acm话题: format话题: any1话题: using
进入TeX版参与讨论
1 (共1页)
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?

1 (共1页)
进入TeX版参与讨论
相关主题
如何编辑方程式呢?请问引用文献的一个问题
section反向编号如果bibligoraphy有2个文件,怎么把它们都包含到.tex文件里面呢
how to number the itemized sentences like [1], [2]...请教 bibliography 字体和正文不同的问题
infocom老是通不过edas检查参考文献格式
emacs-auctex 参考文献新问题请教一个怪问题。
请问怎么把两幅图并排放?用不同的标题?包子求助:用bibtex,书名不自动断行
问一下Syllabus里面罗列reading list的问题Latex 引用的一个问题
Bibliography和Reference字样同时出现怎么删除其中一个?请问如何在文章中间改变引用格式
相关话题的讨论汇总
话题: acm话题: format话题: any1话题: using