中文参考文献的一些内容

本博客关于中文参考文献的一些内容转载自如下链接:https://wenda.latexstudio.net/article-5014.html
(如有侵权,请联系博主删除)
中文参考文献推荐国标 GB/T 7714-2015, 目前有两种方式使用它. 首先是 BibTeX 方式

\begin{filecontents}{example.bib}
  @Book{adams2003sobolev,
    title     = {Sobolev Spaces},
    publisher = {Academic Press},
    year      = {2003},
    author    = {Adams, R. A. and Fournier, J. J. F.},
    series    = {Pure and Applied Mathematics},
    address   = {New York},
    isbn      = {9780080541297},
  }
  @Book{xie2008san,
    title     = {三维涡流场的有限元分析},
    publisher = {机械工业出版社},
    year      = {2008},
    author    = {谢德馨 and 姚缨英 and 白保东 and 李锦彪},
    address   = {北京},
    isbn      = {9787111087045},
    language  = {chinese},
    key       = {xie4 de2 xin1   yao2 ying1 ying1   bai2 bao3 dong1   li3 jin3 biao1}
  }
\end{filecontents}
\documentclass{ctexart}
\usepackage{hologo}
\usepackage{gbt7714}
\bibliographystyle{gbt7714-numerical}
\title{该怎么玩中文参考文献}
\author{啸行}
\date{today}
\begin{document}
  \maketitle
  其实玩中文参考文献没有什么难的, 只要你选择正确的宏包.
  如果用了 \hologo{BibTeX}, 那么可以调用 zepinglee 的 gbt7714 宏包, 最终参考文献的样式就是\cite{xie2008san,adams2003sobolev}.
  \bibliography{example}
\end{document}

将以上内容编译后可查看结果

如果用的是 BibLaTeX

\begin{filecontents}{example.bib}
  @Book{adams2003sobolev,
    title     = {Sobolev Spaces},
    publisher = {Academic Press},
    year      = {2003},
    author    = {Adams, R. A. and Fournier, J. J. F.},
    series    = {Pure and Applied Mathematics},
    address   = {New York},
    isbn      = {9780080541297},
  }
  @Book{xie2008san,
    title     = {三维涡流场的有限元分析},
    publisher = {机械工业出版社},
    year      = {2008},
    author    = {谢德馨 and 姚缨英 and 白保东 and 李锦彪},
    address   = {北京},
    isbn      = {9787111087045},
    language  = {chinese},
    key       = {xie4 de2 xin1   yao2 ying1 ying1   bai2 bao3 dong1   li3 jin3 biao1}
  }
\end{filecontents}
\documentclass{ctexart}
\usepackage[backend=biber,style=gb7714-2015]{biblatex}
\addbibresource{example.bib}
\title{该怎么玩中文参考文献}
\author{啸行}
\date{today}
\begin{document}
  \maketitle
  其实玩中文参考文献没有什么难的, 只要你选择正确的宏包.
  如果用了 \texttt{BibLaTeX}, 那么可以调用 biblatex-gb7714-2015 样式, 最终参考文献的样式就是\cite{xie2008san,adams2003sobolev}.
  \printbibliography
\end{document}
\begin{filecontents}{example.bib}
  @Book{adams2003sobolev,
    title     = {Sobolev Spaces},
    publisher = {Academic Press},
    year      = {2003},
    author    = {Adams, R. A. and Fournier, J. J. F.},
    series    = {Pure and Applied Mathematics},
    address   = {New York},
    isbn      = {9780080541297},
  }
  @Book{xie2008san,
    title     = {三维涡流场的有限元分析},
    publisher = {机械工业出版社},
    year      = {2008},
    author    = {谢德馨 and 姚缨英 and 白保东 and 李锦彪},
    address   = {北京},
    isbn      = {9787111087045},
    language  = {chinese},
    key       = {xie4 de2 xin1   yao2 ying1 ying1   bai2 bao3 dong1   li3 jin3 biao1}
  }
\end{filecontents}
\documentclass{ctexart}
\usepackage[backend=biber,style=caspervector,utf8,sorting=cenyt]{biblatex}
\addbibresource{example.bib}
\title{该怎么玩中文参考文献}
\author{啸行}
\date{today}
\begin{document}
  \maketitle
  其实玩中文参考文献没有什么难的, 只要你选择正确的宏包.
  如果用了 \texttt{BibLaTeX}, 那么还可以调用 caspervector 样式, 最终参考文献的样式就是\supercite{xie2008san,adams2003sobolev}.
  \printbibliography
\end{document}
最后说明一点,如果你想让你的内容保持自己输入的样子,那就在bib文件里面编辑参考格式的时候用大括号把自己希望保持的内容包含起来。
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值