summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-17 21:33:44 +0000
committerKarl Berry <karl@freefriends.org>2016-03-17 21:33:44 +0000
commit3240c1674f9e97ae7bec00c12e9b47976a8feaac (patch)
tree9edbdca1246d083fabe3f8aff71a91bd75a5eca8 /Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx
parent979b65caee2926035cd0461f0c314818f6accd0f (diff)
biblatex-caspervector (17mar16)
git-svn-id: svn://tug.org/texlive/trunk@40055 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx17
1 files changed, 5 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx b/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx
index 995b8874161..45a8270e5a1 100644
--- a/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx
@@ -1,8 +1,6 @@
-% vim:ft=tex:ts=2:sw=2
-%
% Casper Ti. Vector's biblatex style
%
-% Copyright (c) 2012-2015 Casper Ti. Vector
+% Copyright (c) 2012-2016 Casper Ti. Vector
%
% This work may be distributed and/or modified under the conditions of the
% LaTeX Project Public License, either version 1.3 of this license or (at
@@ -22,7 +20,7 @@
% biblatex-caspervector-utf8.def
\ProvidesFile{caspervector.bbx}%
- [2015/06/18 v0.2.2 Casper Ti. Vector's biblatex bibliography style]
+ [2016/03/17 v0.2.3 Casper Ti. Vector's biblatex bibliography style]
\RequireBiber[3]
\RequireBibliographyStyle{numeric}
@@ -46,7 +44,7 @@
\newcommand*{\bbx@cegen}[2]{\iffieldequalstr{userf}{zh}{#1}{#2}}
\newcommand*{\bbx@cecomma}{\bbx@cegen{\bbx@cncomma}{\addcomma\addspace}}
\newcommand*{\bbx@cecolon}{\bbx@cegen{\bbx@cncolon}{\addcolon\addspace}}
-\newcommand*{\bbx@cescolon}{\bbx@cegen{\bbx@cnscolon}{\addcolon\addspace}}
+\newcommand*{\bbx@cescolon}{\bbx@cegen{\bbx@cnscolon}{\addsemicolon\addspace}}
\newcommand*{\bbx@ceperiod}{\bbx@cegen{\bbx@cnperiod}{\addperiod\addspace}}
\newcommand*{\bbx@cespace}{\bbx@cegen{}{\addspace}}
\newcommand*{\bbx@mybibquote}[1]%
@@ -78,12 +76,6 @@
\newbibmacro*{type}{\iffieldundef{type}{}{\printfield{type}}}
\newbibmacro*{number}{\iffieldundef{number}{}{\printfield{number}}}
-\DeclareNameFormat{default}{%
- \usebibmacro{name:first-last}{#1}{#4}{#5}{#7}%
- \usebibmacro{name:andothers}%
-}
-\DeclareNameAlias{sortname}{default}
-
\newbibmacro*{author+others}{%
\ifthenelse%
{\ifnameundef{author} \and \ifnameundef{editor} \and \ifnameundef{translator}}%
@@ -143,7 +135,7 @@
\newblock
\usebibmacro{cein:}%
\newblock
- \printnames{bookauthor}\setunit{\bbx@ceperiod}%
+ \printnames{bookauthor}\setunit*{\bbx@ceperiod}%
\newblock
\printfield{booktitle}\setunit{\bbx@ceperiod}%
\newblock
@@ -298,3 +290,4 @@
}
}
+% vim:ft=tex:ts=2:sw=2