Biblatex 引用样式

142 篇文章 4 订阅

原  文:Biblatex citation styles
译  者:Xovee
翻译时间:2020年11月25日

Biblatex引用样式

Biblatex提供了许多标准的引用样式。如果没有指定引用样式,那么 LaTeX 会使用与参考文献样式对应的样式。下面给出一个例子:

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}

\usepackage[
backend=biber,
style=alphabetic,
citestyle=authoryear
]{biblatex}

\addbibresource{sample.bib} %Imports bibliography file

\begin{document}
\section{First section}

This document is an example, two items are cited: \textit{The \LaTeX\ Companion} book 
is \cite{latexcompanion}, and Einstein's journal paper is \cite{einstein}.

\medskip

\printbibliography
\end{document}

在这里插入图片描述
命令的参数citestyle=authoryear设定了文档的引用样式,在这个例子里是authoryear。标准的引用样式有:

  • numeric - 文本中的数字引用。应该与数字参考文献格式搭配使用。
  • numeric-comp - 更紧凑的数字引用。类似于[1, 2, 3]的引用会变成[1-3]
  • numeric-verb - 更冗长的数字引用。类似于[2, 5, 7]的引用会变成[2]; [5]; [7]
  • alphabetic - 字母引用,与bibtex样式中标准的alpha类似。应该与字母参考文献样式搭配使用。
  • alphabetic-verb - 更冗长的字母引用。类似于[Doe98, Doe95, Farn2004]的引用会变成[Doe98]; [Doe95]; [Farn2004]
  • authoryear - 作者年份引用。应该与作者年份参考文献样式搭配使用。
  • authoryear-comp - 更紧凑的作者年份引用。在出现其他作者之前,只打印作者名一次。类似于Doe 1992, Doe 1995的引用会变成Doe 1992, 1995
  • authoryear-ibid - 作者年份引用的一种变种,用作脚注引用。将重复的引用替换为缩写的ibidem
  • authoryear-icomp - 一种结合了authoryear-compauthoryear-ibid特点的引用格式
  • authortitle - 作者标题引用。用作在脚注中的引用。
  • authortitle-comp - 更紧凑的作者标题引用。类似于Doe, First title; Doe, Second title的引用会变成Doe, First title, Second title
  • authortitle-ibid - 为脚注引用设计的样式。将重复的引用替换为缩写的ibidem
  • authortitle-icomp - 一种结合了authortitle-compauthortitle-ibid特点的样式。
  • authortitle-terse - authortitle的变种,如果参考文献包含多个作者/编辑的作品,则只打印其标题。
  • authortitle-tcomp - 一种结合了authortitle-terseauthortitle-comp特点的样式。
  • authortitle-ticomp - 一种结合了authortitle-icompauthortitle-terse特点的样式。
  • verbose - 当条目第一次被引用的时候,打印其完整的信息,再次被引用的时候,打印一个简短的版本。
  • reading - 使用与参考文献同名的样式。加载authortitle样式。

下面介绍一些非标准的引用样式(流行于某些期刊):

  • 自然科学
    • American Chemical Society (ACS) style
    • American Institute of Physic (AIP) style
    • American Mathematical Society (AMS) style
    • Vancouver system
    • Institute of Electrical and Electronics Engineers (IEEE) style
    • Nature Style
    • Science Style
  • 人文学科
    • Chicago Style
    • Harvard referencing style
    • MLA style
  • 社会学科
    • American Psychological Association (APA) style
引用样式biblatex样式名
ACSchem-acs
AIPphys (*)
Naturenature
Sciencescience
IEEEieee
Chicagochicago-authordate
MLAmla
APAapa

(*) 这是一个新的样式,见 http://ctan.org/pkg/biblatex-phys

在 Overleaf 中打开这个例子

延伸阅读

更多信息请见:

评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值