我想在参考书目中显示一些字母作为资本。例如:
@misc{libsvm,
abstract = {LIBSVM is an implbmentation of Support vector machine (SVM).},
author = {Chang, Chih-Chung},
howpublished = {\url{http://www.csie.ntu.edu.tw/~cjlin/libsvm/}},
keywords = {svm},
posted-at = {2010-04-08 00:05:04},
priority = {2},
title = {LIBSVM.},
url = "http://www.csie.ntu.edu.tw/~cjlin/libsvm/",
year = {2008}
}
但“LIBSVM”未显示为:
[3] Chih-Chung Chang。 LIBSVM。 http://www.csie.ntu.edu.tw/ cjlin / libsvm /, 2008。
我怎样才能把这些字母变成大写?谢谢和问候!
答案 0 :(得分:27)
通常,为了防止BibTeX将您的字母小写,请将其括在{}
中:
title = {A History Of {StudlyCaps}}
将产生“StudlyCaps的历史。”
Alceu Costa是正确的,所有资本缩写都应该用小资本格式化,但这与此不同。
答案 1 :(得分:4)
\textsc
用于以小写字母格式化文本。您可以在.bib文件中执行此操作:
title = {\textsc{LIBSVM}}
答案 2 :(得分:3)
将{}括号放在要保留在CAPS中的任何内容周围。
例如:
@type{bibkey,
title = "{M}y {B}ibliography is the {B}est!",
author = "{ABCDE}",
}
答案 3 :(得分:0)
对于 IEEEtran LaTeX Class 模板,可以简单地执行以下操作:
title = "{3D Open Source Framework for Something you need}"
可以在以下链接中找到模板
http://www.ieee.org/conferences_events/conferences/publishing/templates.html