ACM官方LaTeX类:轻松撰写并提交计算机制作论文

需积分: 49 1 下载量 169 浏览量 更新于2024-07-16 收藏 799KB PDF 举报
本文档是"LaTeX Class for the Association for Computing Machinery (ACM)",由Boris Veytsman编写,于2019年8月24日更新至v1.64版本。该文档主要针对希望向ACM投稿的作者设计,因为ACM要求论文通过TAAPS系统提交,使用Word可能会遇到兼容性问题,而LaTeX则能更有效地处理这类出版需求。 文档详细介绍了如何利用这个专门为ACM论文定制的LaTeX类来创建和排版稿件。以下是部分内容的详细解读: 1. **Introduction**: 文档首先介绍了背景,强调了LaTeX在ACM出版领域的重要性,因为它提供了稳定、一致性高的排版,并且避免了Word可能带来的格式混乱。 2. **User's Guide**: - **Installation**: 提供了安装指导,确保读者能够正确配置LaTeX环境以使用ACM专用类。 - **Invocation and options**: 讨论了如何正确调用这个类及其可选参数,以便适应不同的文章类型或特定要求。 - **Top matter**: 包括标题页、作者信息、关键词等部分的设置指南。 - **Algorithms**: 指出如何在LaTeX中插入算法,保持与ACM样式一致。 - **Figures and tables**: 介绍如何处理图表,确保它们符合ACM的尺寸和格式标准。 - **Image descriptions**: 提醒作者提供图例或图像描述,以便于盲审时理解。 3. **Document structure**: 部分内容涉及如何组织文档结构,如定理、公式、在线材料和匿名模式的处理。 4. **Acknowledgments and Bibliography**: 明确了致谢和参考文献部分的格式要求。 5. **Customization**: 提供了关于颜色设置、其他重要包的使用以及禁止或禁用的LaTeX命令的信息。 6. **Preloading and hooks**: 解释了如何利用预加载功能(acmart-preload-hook.tex)来扩展或定制文档的特性。 7. **Supported publications**: 列出了当前支持的ACM出版物类型,确保用户了解其适用于哪些类型的论文。 3. **Implementation details**: 进一步深入到技术层面,如类的标识、预加载钩、选项设定、基础类和包加载、引文格式、页面布局、字体选择以及图像描述的编码等。 这份文档是ACM作者必备的LaTeX模板指南,它不仅提供了必要的排版规范,还帮助作者避免在投稿过程中因格式问题而产生的困扰,使得论文更容易通过TAAPS系统的审查流程。对于所有计划在ACM发表论文的LaTeX使用者来说,这是一份不可或缺的参考资料。

翻译 This is Elsevier's new document class for typeset journal articles, elsarticle.cls. It is now accepted for submitted articles, both in Elsevier's electronic submission system and elsewhere. Elsevier's previous document class for typeset articles, elsart.cls, is now over 10 years old. It has been replaced with this newly written document class elsarticle.cls, which has been developed for Elsevier by the leading TeX developer STM Document Engineering Pvt Ltd. elsarticle.cls is based upon the standard LaTeX document class article.cls. It uses natbib.sty for bibliographical references. Bugs and problems with elsarticle.cls may be reported to the developers of the class via elsarticle@stmdocs.in. The file manifest.txt provides a list of the files in the elsarticle bundle. The following are the main files available: - elsarticle.dtx, the dtx file - elsdoc.pdf, the user documentation - elsarticle-template-num.tex, template file for numerical citations - elsarticle-template-harv.tex, template file for name-year citations - elsarticle-template-num-names.tex, template file for numerical citations + new natbib option. Eg. Jones et al. [21] - elsarticle-num.bst, bibliographic style for numerical references - elsarticle-harv.bst, bibliographic style for name-year references - elsarticle-num-names.bst, bibliographic style for numerical referencces + new natbib option for citations. To extract elsarticle.cls from *.dtx: latex elsarticle.ins The documentation file is elsdoc.tex in the contrib directory. To compile it: 1. pdflatex elsdoc 2. pdflatex elsdoc 3. pdflatex elsdoc

2023-06-01 上传