summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/gbt7714/gbt7714.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-08 21:18:36 +0000
committerKarl Berry <karl@freefriends.org>2020-06-08 21:18:36 +0000
commit520fec3063ffc0dc67fa9bc435e18770dc071729 (patch)
treebfff3493447d9848d6a7708df6d4bbabc19957c5 /Master/texmf-dist/tex/latex/gbt7714/gbt7714.sty
parentd43d80f432c70fb2110bdcfb2cdd335858a5b2c7 (diff)
gbt7714 (8jun20)
git-svn-id: svn://tug.org/texlive/trunk@55482 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/gbt7714/gbt7714.sty')
-rw-r--r--Master/texmf-dist/tex/latex/gbt7714/gbt7714.sty18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/gbt7714/gbt7714.sty b/Master/texmf-dist/tex/latex/gbt7714/gbt7714.sty
index fd7fe5c0941..08673d591f9 100644
--- a/Master/texmf-dist/tex/latex/gbt7714/gbt7714.sty
+++ b/Master/texmf-dist/tex/latex/gbt7714/gbt7714.sty
@@ -8,7 +8,7 @@
%% -------------------------------------------------------------------
%% GB/T 7714-2015 BibTeX Style
%% https://github.com/CTeX-org/gbt7714-bibtex-style
-%% Version: 2020/03/14 v2.0.1
+%% Version: 2020/06/08 v2.0.2
%% -------------------------------------------------------------------
%% Copyright (C) 2016-2020 by Zeping Lee <zepinglee AT gmail.com>
%% -------------------------------------------------------------------
@@ -22,38 +22,38 @@
%% -------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{gbt7714}
- [2020/03/14 v2.0.1 GB/T 7714-2015 BibTeX Style]
+ [2020/06/08 v2.0.2 GB/T 7714-2015 BibTeX Style]
\newif\ifgbt@legacy@interface
\newif\ifgbt@mmxv
\newif\ifgbt@numerical
\newif\ifgbt@super
-\newcommand\gbt@obselete@option[1]{%
- \PackageWarning{gbt7714}{The option "#1" is obselete}%
+\newcommand\gbt@obsolete@option[1]{%
+ \PackageWarning{gbt7714}{The option "#1" is obsolete}%
}
\DeclareOption{2015}{%
- \gbt@obselete@option{2015}%
+ \gbt@obsolete@option{2015}%
\gbt@legacy@interfacetrue
\gbt@mmxvtrue
}
\DeclareOption{2005}{%
- \gbt@obselete@option{2005}%
+ \gbt@obsolete@option{2005}%
\gbt@legacy@interfacetrue
\gbt@mmxvfalse
}
\DeclareOption{super}{%
- \gbt@obselete@option{super}%
+ \gbt@obsolete@option{super}%
\gbt@legacy@interfacetrue
\gbt@numericaltrue
\gbt@supertrue
}
\DeclareOption{numbers}{%
- \gbt@obselete@option{numbers}%
+ \gbt@obsolete@option{numbers}%
\gbt@legacy@interfacetrue
\gbt@numericaltrue
\gbt@superfalse
}
\DeclareOption{authoryear}{%
- \gbt@obselete@option{authoryear}%
+ \gbt@obsolete@option{authoryear}%
\gbt@legacy@interfacetrue
\gbt@numericalfalse
}