返回排行榜

zepinglee/gbt7714-bibtex-style

BibTeX Stylectan.org/pkg/gbt7714

A BibTeX implementation of Chinese National Standard GB/T 7714 citation style

bibtexnatbibbibliography-stylebibtex-stylegbt-7714-2015gbt-7714
Star 增长趋势
Star
1.4k
Forks
214
周增长
Issues
0
5001k
2023年1月2024年3月2025年5月2026年7月
README

GB/T 7714—2015 BibTeX Style

CTAN GitHub release GitHub commits Build

Introduction

The gbt7714 package provides a comprehensive and configurable BibTeX implementation of the Chinese National Standard GB/T 7714 Information and documentation---Rules for bibliographic references and citations to information resources. The BibTeX styles included in the package support both numeric and author-year citation systems, and are fully compatible with the natbib package for advanced citation commands and formatting. These styles are designed to automatically detect the language (Chinese or English) of each bibliographic entry and apply the appropriate localization. Additionally, the package exposes a range of configuration options, allowing users to easily adapt the output to the requirements of specific academic journals or institutions.

简介

gbt7714 宏包提供了一套全面且高度可配置的 BibTeX 实现,旨在严格遵循中国国家标准 GB/T 7714 《信息与文献 参考文献著录规则》。 该宏包的 BibTeX 样式不仅支持顺序编码制和著者-出版年制两种引用体系, 还与 natbib 宏包完全兼容,从而支持更高级的引用命令和格式。 这些 BibTeX 样式能够自动识别参考文献条目的中/英文语言,并进行相应的处理。 此外,该宏包还提供了丰富的配置选项,方便用户根据特定学术期刊或机构的具体要求, 对参考文献的输出格式进行调整。

使用方法

以下是 gbt7714 宏包的一个简单示例。

\documentclass[UTF8]{ctexart}
\usepackage{gbt7714}
\bibliographystyle{gbt7714-numeric}
\begin{document}
\cite{...}
...
\bibliography{bibfile}
\end{document}
  1. 在导言区调用宏包 gbt7714
  2. 使用 \bibliographystyle 选择参考文献的样式。
  3. 在正文中使用 \cite 命令引用文献。
  4. 使用 \bibliography 调用 BibTeX 数据库 bibfile.bib,并生成参考文献表。

编译方式

以 XeLaTeX 为例,编译 main.tex 文件。

xelatex main
bibtex main
xelatex main
xelatex main

参考文献著录标准

相关讨论

  1. 陈浩元. GB/T 7714—2025《信息与文献参考文献著录规则》的修订亮点、规则新点及实施疑点[J/OL]. 编辑学报,2026,38(2):150-158. http://bjxb.cessp.org.cn/ch/reader/view_abstract.aspx?file_no=20260206&flag=1.
  2. 刘孝平,张耀蕾,刘霞. GB/T 7714—2015《信息与文献 参考文献著录规则》修订研究[J/OL]. 数字图书馆论坛,2024,20(12):28-34. https://journals.istic.ac.cn/dlf/ch/reader/view_abstract.aspx?file_no=202412004&flag=1. DOI:10.3772/j.issn.1673-2286.2024.12.004.
  3. 陈浩元. 对 GB/T 7714—2015 的标识符号问题咨询的答复[J/OL]. 编辑学报,2024,36(2):139. http://bjxb.cessp.org.cn/ch/reader/view_abstract.aspx?file_no=20240205&flag=1.
  4. 陈浩元. 怎样著录著者-出版年制联机网络文献的“出版年”?[J/OL]. 编辑学报,2023,35(5):590. http://bjxb.cessp.org.cn/ch/reader/view_abstract.aspx?file_no=20230528&flag=1.