Skip to content

Commit

Permalink
Bump to v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Jun 19, 2021
1 parent da5a113 commit 2cb5f32
Show file tree
Hide file tree
Showing 16 changed files with 31 additions and 28 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [v2.1.2] - 2021-06-20
### Added
- 新增选项 `italic.book.title` 控制书名使用斜体。
- 新增选项 `wave.dash.in.pages` 控制起止页码使用波浪号。
Expand Down Expand Up @@ -139,7 +141,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- Initial release.

[Unreleased]: https://github.com/CTeX-org/gbt7714-bibtex-style/compare/v2.1.1...HEAD
[Unreleased]: https://github.com/CTeX-org/gbt7714-bibtex-style/compare/v2.1.2...HEAD
[v2.1.2]: https://github.com/CTeX-org/gbt7714-bibtex-style/compare/v2.1.1...v2.1.2
[v2.1.1]: https://github.com/CTeX-org/gbt7714-bibtex-style/compare/v2.1...v2.1.1
[v2.1]: https://github.com/CTeX-org/gbt7714-bibtex-style/compare/v2.0.2...v2.1
[v2.0.2]: https://github.com/CTeX-org/gbt7714-bibtex-style/compare/v2.0.1...v2.0.2
Expand Down
4 changes: 2 additions & 2 deletions gbt7714-author-year.bst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% -------------------------------------------------------------------
%% GB/T 7714—2015 BibTeX Style
%% https://github.com/CTeX-org/gbt7714-bibtex-style
%% Version: 2021/04/03 v2.1.1
%% Version: 2021/06/20 v2.1.2
%% -------------------------------------------------------------------
%% Copyright (C) 2016—2021 by Zeping Lee <zepinglee AT gmail.com>
%% -------------------------------------------------------------------
Expand Down Expand Up @@ -583,7 +583,7 @@ FUNCTION {format.name}
{ bbl.et.al }
{ t get.str.lang 'name.lang :=
name.lang lang.en =
{ t #1 "{vv~}{ll}{~f{~}}" format.name$
{ t #1 "{vv~}{ll}{ f{~}}" format.name$
uppercase.name
{ "u" change.case$ }
'skip$
Expand Down
4 changes: 2 additions & 2 deletions gbt7714-numerical.bst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% -------------------------------------------------------------------
%% GB/T 7714—2015 BibTeX Style
%% https://github.com/CTeX-org/gbt7714-bibtex-style
%% Version: 2021/04/03 v2.1.1
%% Version: 2021/06/20 v2.1.2
%% -------------------------------------------------------------------
%% Copyright (C) 2016—2021 by Zeping Lee <zepinglee AT gmail.com>
%% -------------------------------------------------------------------
Expand Down Expand Up @@ -573,7 +573,7 @@ FUNCTION {format.name}
{ bbl.et.al }
{ t get.str.lang 'name.lang :=
name.lang lang.en =
{ t #1 "{vv~}{ll}{~f{~}}" format.name$
{ t #1 "{vv~}{ll}{ f{~}}" format.name$
uppercase.name
{ "u" change.case$ }
'skip$
Expand Down
2 changes: 1 addition & 1 deletion gbt7714.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{gbt7714}
%<package> [2021/04/03 v2.1.1 GB/T 7714—2015 BibTeX Style]
%<package> [2021/06/20 v2.1.2 GB/T 7714—2015 BibTeX Style]
%
%<*driver>
\documentclass[a4paper]{ltxdoc}
Expand Down
2 changes: 1 addition & 1 deletion gbt7714.ins
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-------------------------------------------------------------------
GB/T 7714—2015 BibTeX Style
https://github.com/CTeX-org/gbt7714-bibtex-style
Version: 2021/04/03 v2.1.1
Version: 2021/06/20 v2.1.2
-------------------------------------------------------------------
Copyright (C) 2016—\the\year by Zeping Lee <zepinglee AT gmail.com>
-------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions gbt7714.sty
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% -------------------------------------------------------------------
%% GB/T 7714—2015 BibTeX Style
%% https://github.com/CTeX-org/gbt7714-bibtex-style
%% Version: 2021/04/03 v2.1.1
%% Version: 2021/06/20 v2.1.2
%% -------------------------------------------------------------------
%% Copyright (C) 2016—2021 by Zeping Lee <zepinglee AT gmail.com>
%% -------------------------------------------------------------------
Expand All @@ -22,7 +22,7 @@
%% -------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{gbt7714}
[2021/04/03 v2.1.1 GB/T 7714—2015 BibTeX Style]
[2021/06/20 v2.1.2 GB/T 7714—2015 BibTeX Style]
\newif\ifgbt@legacy@interface
\newif\ifgbt@mmxv
\newif\ifgbt@numerical
Expand Down
4 changes: 2 additions & 2 deletions variants/2005/gbt7714-2005-author-year.bst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% -------------------------------------------------------------------
%% GB/T 7714—2015 BibTeX Style
%% https://github.com/CTeX-org/gbt7714-bibtex-style
%% Version: 2021/04/03 v2.1.1
%% Version: 2021/06/20 v2.1.2
%% -------------------------------------------------------------------
%% Copyright (C) 2016—2021 by Zeping Lee <zepinglee AT gmail.com>
%% -------------------------------------------------------------------
Expand Down Expand Up @@ -583,7 +583,7 @@ FUNCTION {format.name}
{ bbl.et.al }
{ t get.str.lang 'name.lang :=
name.lang lang.en =
{ t #1 "{vv~}{ll}{~f{~}}" format.name$
{ t #1 "{vv~}{ll}{ f{~}}" format.name$
uppercase.name
{ "u" change.case$ }
'skip$
Expand Down
4 changes: 2 additions & 2 deletions variants/2005/gbt7714-2005-numerical.bst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% -------------------------------------------------------------------
%% GB/T 7714—2015 BibTeX Style
%% https://github.com/CTeX-org/gbt7714-bibtex-style
%% Version: 2021/04/03 v2.1.1
%% Version: 2021/06/20 v2.1.2
%% -------------------------------------------------------------------
%% Copyright (C) 2016—2021 by Zeping Lee <zepinglee AT gmail.com>
%% -------------------------------------------------------------------
Expand Down Expand Up @@ -573,7 +573,7 @@ FUNCTION {format.name}
{ bbl.et.al }
{ t get.str.lang 'name.lang :=
name.lang lang.en =
{ t #1 "{vv~}{ll}{~f{~}}" format.name$
{ t #1 "{vv~}{ll}{ f{~}}" format.name$
uppercase.name
{ "u" change.case$ }
'skip$
Expand Down
2 changes: 1 addition & 1 deletion variants/gbt7714-variants.ins
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-------------------------------------------------------------------
GB/T 7714—2015 BibTeX Style
https://github.com/CTeX-org/gbt7714-bibtex-style
Version: 2021/04/03 v2.1.1
Version: 2021/06/20 v2.1.2
-------------------------------------------------------------------
Copyright (C) 2016—\the\year by Zeping Lee <zepinglee AT gmail.com>
-------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions variants/thu/thuthesis-author-year.bst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% -------------------------------------------------------------------
%% GB/T 7714—2015 BibTeX Style
%% https://github.com/CTeX-org/gbt7714-bibtex-style
%% Version: 2021/04/03 v2.1.1
%% Version: 2021/06/20 v2.1.2
%% -------------------------------------------------------------------
%% Copyright (C) 2016—2021 by Zeping Lee <zepinglee AT gmail.com>
%% -------------------------------------------------------------------
Expand Down Expand Up @@ -583,7 +583,7 @@ FUNCTION {format.name}
{ bbl.et.al }
{ t get.str.lang 'name.lang :=
name.lang lang.en =
{ t #1 "{vv~}{ll}{~f{~}}" format.name$
{ t #1 "{vv~}{ll}{ f{~}}" format.name$
uppercase.name
{ "u" change.case$ }
'skip$
Expand Down
4 changes: 2 additions & 2 deletions variants/thu/thuthesis-bachelor.bst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% -------------------------------------------------------------------
%% GB/T 7714—2015 BibTeX Style
%% https://github.com/CTeX-org/gbt7714-bibtex-style
%% Version: 2021/04/03 v2.1.1
%% Version: 2021/06/20 v2.1.2
%% -------------------------------------------------------------------
%% Copyright (C) 2016—2021 by Zeping Lee <zepinglee AT gmail.com>
%% -------------------------------------------------------------------
Expand Down Expand Up @@ -573,7 +573,7 @@ FUNCTION {format.name}
{ bbl.et.al }
{ t get.str.lang 'name.lang :=
name.lang lang.en =
{ t #1 "{vv~}{ll}{~f{~}}" format.name$
{ t #1 "{vv~}{ll}{ f{~}}" format.name$
uppercase.name
{ "u" change.case$ }
'skip$
Expand Down
4 changes: 2 additions & 2 deletions variants/thu/thuthesis-numeric.bst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% -------------------------------------------------------------------
%% GB/T 7714—2015 BibTeX Style
%% https://github.com/CTeX-org/gbt7714-bibtex-style
%% Version: 2021/04/03 v2.1.1
%% Version: 2021/06/20 v2.1.2
%% -------------------------------------------------------------------
%% Copyright (C) 2016—2021 by Zeping Lee <zepinglee AT gmail.com>
%% -------------------------------------------------------------------
Expand Down Expand Up @@ -573,7 +573,7 @@ FUNCTION {format.name}
{ bbl.et.al }
{ t get.str.lang 'name.lang :=
name.lang lang.en =
{ t #1 "{vv~}{ll}{~f{~}}" format.name$
{ t #1 "{vv~}{ll}{ f{~}}" format.name$
uppercase.name
{ "u" change.case$ }
'skip$
Expand Down
4 changes: 2 additions & 2 deletions variants/ucas/ucasthesis-author-year.bst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% -------------------------------------------------------------------
%% GB/T 7714—2015 BibTeX Style
%% https://github.com/CTeX-org/gbt7714-bibtex-style
%% Version: 2021/04/03 v2.1.1
%% Version: 2021/06/20 v2.1.2
%% -------------------------------------------------------------------
%% Copyright (C) 2016—2021 by Zeping Lee <zepinglee AT gmail.com>
%% -------------------------------------------------------------------
Expand Down Expand Up @@ -583,7 +583,7 @@ FUNCTION {format.name}
{ bbl.et.al }
{ t get.str.lang 'name.lang :=
name.lang lang.en =
{ t #1 "{vv~}{ll}{~f{~}}" format.name$
{ t #1 "{vv~}{ll}{ f{~}}" format.name$
uppercase.name
{ "u" change.case$ }
'skip$
Expand Down
4 changes: 2 additions & 2 deletions variants/ucas/ucasthesis-numerical.bst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% -------------------------------------------------------------------
%% GB/T 7714—2015 BibTeX Style
%% https://github.com/CTeX-org/gbt7714-bibtex-style
%% Version: 2021/04/03 v2.1.1
%% Version: 2021/06/20 v2.1.2
%% -------------------------------------------------------------------
%% Copyright (C) 2016—2021 by Zeping Lee <zepinglee AT gmail.com>
%% -------------------------------------------------------------------
Expand Down Expand Up @@ -573,7 +573,7 @@ FUNCTION {format.name}
{ bbl.et.al }
{ t get.str.lang 'name.lang :=
name.lang lang.en =
{ t #1 "{vv~}{ll}{~f{~}}" format.name$
{ t #1 "{vv~}{ll}{ f{~}}" format.name$
uppercase.name
{ "u" change.case$ }
'skip$
Expand Down
4 changes: 2 additions & 2 deletions variants/ustc/ustcthesis-authoryear.bst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% -------------------------------------------------------------------
%% GB/T 7714—2015 BibTeX Style
%% https://github.com/CTeX-org/gbt7714-bibtex-style
%% Version: 2021/04/03 v2.1.1
%% Version: 2021/06/20 v2.1.2
%% -------------------------------------------------------------------
%% Copyright (C) 2016—2021 by Zeping Lee <zepinglee AT gmail.com>
%% -------------------------------------------------------------------
Expand Down Expand Up @@ -583,7 +583,7 @@ FUNCTION {format.name}
{ bbl.et.al }
{ t get.str.lang 'name.lang :=
name.lang lang.en =
{ t #1 "{vv~}{ll}{~f{~}}" format.name$
{ t #1 "{vv~}{ll}{ f{~}}" format.name$
uppercase.name
{ "u" change.case$ }
'skip$
Expand Down
4 changes: 2 additions & 2 deletions variants/ustc/ustcthesis-numerical.bst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% -------------------------------------------------------------------
%% GB/T 7714—2015 BibTeX Style
%% https://github.com/CTeX-org/gbt7714-bibtex-style
%% Version: 2021/04/03 v2.1.1
%% Version: 2021/06/20 v2.1.2
%% -------------------------------------------------------------------
%% Copyright (C) 2016—2021 by Zeping Lee <zepinglee AT gmail.com>
%% -------------------------------------------------------------------
Expand Down Expand Up @@ -573,7 +573,7 @@ FUNCTION {format.name}
{ bbl.et.al }
{ t get.str.lang 'name.lang :=
name.lang lang.en =
{ t #1 "{vv~}{ll}{~f{~}}" format.name$
{ t #1 "{vv~}{ll}{ f{~}}" format.name$
uppercase.name
{ "u" change.case$ }
'skip$
Expand Down

0 comments on commit 2cb5f32

Please sign in to comment.