diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-caspervector/biblatex-caspervector-gbk.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-caspervector/biblatex-caspervector-gbk.def | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-caspervector/biblatex-caspervector-gbk.def b/Master/texmf-dist/tex/latex/biblatex-caspervector/biblatex-caspervector-gbk.def index 157838291a2..8ea57508b1e 100644 --- a/Master/texmf-dist/tex/latex/biblatex-caspervector/biblatex-caspervector-gbk.def +++ b/Master/texmf-dist/tex/latex/biblatex-caspervector/biblatex-caspervector-gbk.def @@ -1,5 +1,3 @@ -% vim:ft=tex:ts=2:sw=2 -% % Casper Ti. Vector's biblatex style % % Copyright (c) 2012-2014 Casper Ti. Vector @@ -22,7 +20,7 @@ % biblatex-caspervector-utf8.def \ProvidesFile{biblatex-caspervector-gbk.def}% - [2015/06/18 v0.2.2 Chinese punctuations and captions in GBK] + [2016/03/17 v0.2.3 Chinese punctuations and captions in GBK] \newcommand*\bbx@cnldquot{¡°} \newcommand*\bbx@cnrdquot{¡±} @@ -43,7 +41,8 @@ \ifnameundef{author}{}{% \bbx@cegen% {\printnames{author}\printtext{Öø}}% - {\usebibmacro{byauthor}}% + % `\usebibmacro{byauthor}' does not print with `useauthor' enabled. + {\printnames[byauthor]{author}}% }% } \newbibmacro*{cebyeditor}{% @@ -67,3 +66,4 @@ }% } +% vim:ft=tex:ts=2:sw=2 |