BibTeX中的引用键
The citation key is a unique identifier in BibTeX that is used to identify a specific source in your bibliography file. The citation key is used in the \cite{key}
command to generate a citation in your LaTeX document, as well as in the bibliography file to refer to the source, or in pandoc-based markdown files, such as when using Quarto or R Markdown with [@key]
.
需要一个简单的解决方案来管理您的BibTeX条目吗?探索CiteDrive!
- 基于Web的现代参考文献管理
- 与研究同行合作和分享
- 与Overleaf集成
- 全面的BibTeX/BibLaTeX支持
- 直接从您的浏览器保存文章和网站
- 从包含数千万参考文献的数据库中搜索新文章
To define a citation key in a BibTeX bibliography file, use the @
command followed by the entry type (e.g., @article
, @book
, etc.), followed by the citation key enclosed in curly braces. As an example:
In this example, the citation key is “key.” You can choose any unique identifier you want as the citation key as long as it does not contain any spaces or special characters. It is a good idea to choose a descriptive citation key that is easy to remember so that it is easy to use in your LaTeX document. It is frequently formed from the first author’s surname, the date, and the first non-stopper word in the source’s title.