我是靠谱客的博主 机智小甜瓜,最近开发中收集的这篇文章主要介绍Latex:如何在普通文章中引用ACM-Reference-Format.srt格式,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

写作业的时候需要引用,但是也不想直接下载ACM的模板去套,想着只用ACM的引用格式。
ACM-Reference-Format.srt文件可以去ACM的网站去下载,这里说一下如何引用。

documentclass[a4paper,10pt]{article}
usepackage[number]{natbib} %至关重要的包 不然就不是数字格式了。
usepackage{hyperref}
begin{document}

This is an example of a paragraph with in-text
citations using the ACM-Reference-Format BibTeX style.
Here is a reference to a journal article with
a single author cite{article1}, to a journal
article with two authors cite{article2} and
three authors cite{article3}, and to a book
with four authors cite{book4}.

bibliographystyle{ACM-Reference-Format}  %引用格式文件
bibliography{sampleBibFile}
end{document}  

当然,删除
usepackage[number]{natbib} 命令,
直接使用自带的acm格式也可以:
bibliographystyle{acm}

这里有一个很好的网站,对于各种各样的引用格式都写得非常清楚,也有具体的实例。

最后

以上就是机智小甜瓜为你收集整理的Latex:如何在普通文章中引用ACM-Reference-Format.srt格式的全部内容,希望文章能够帮你解决Latex:如何在普通文章中引用ACM-Reference-Format.srt格式所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(44)

评论列表共有 0 条评论

立即
投稿
返回
顶部