-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgbt77142005_authoryear.cbx
35 lines (29 loc) · 1.06 KB
/
gbt77142005_authoryear.cbx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\ProvidesFile{gbt77142005_authoryear.cbx}
[\abx@cbxid]
\RequireCitationStyle{authoryear}
\ExecuteBibliographyOptions{maxcitenames=1, labeldate,uniquename,uniquelist=false,autocite=inline}
\newcommand*{\cbx@mksupers}[1]{\mkbibsuperscript{#1}}
\renewcommand*{\nameyeardelim}{\addcomma\space}
\DeclareCiteCommand{\cite}
{\usebibmacro{prenote}}
{(\usebibmacro{citeindex}%
\usebibmacro{cite})}
{\multicitedelim}
{\iffieldundef{postnote}{}{\cbx@mksupers{\thefield{postnote}}}}
\DeclareCiteCommand*{\cite}
{\usebibmacro{prenote}}
{(\usebibmacro{citeindex}%
\usebibmacro{citeyear})}
{\let\multicitedelim=\supercitedelim}
{\iffieldundef{postnote}{}{\cbx@mksupers{\thefield{postnote}}}}
%{\usebibmacro{postnote}}
\newbibmacro*{yearcite}{%
\iffieldundef{shorthand}
{\usebibmacro{cite:labelyear+extrayear}}
{\usebibmacro{cite:shorthand}}}
\DeclareCiteCommand{\yearcite}
{\usebibmacro{prenote}}
{(\usebibmacro{citeindex}%
\usebibmacro{yearcite})}
{\multicitedelim}
{\iffieldundef{postnote}{}{\cbx@mksupers{\thefield{postnote}}}}