blob: b8274a646e29aeb71430a9272e2412f0bfe6a769 (
plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
|
\ProvidesFile{ext-authortitle-icomp.cbx}
[2018/03/18 v0.1 extended biblatex authortitle-icomp
citation style (MW)]
\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}{}{}{}{}
\RequireCitationStyle{authortitle-icomp}
\DeclareOuterCiteDelim{parencite}{\bibopenparen}{\bibcloseparen}
\DeclareInnerCiteDelim{cite}{}{}
\DeclareInnerCiteDelim{parencite}{}{}
\DeclareInnerCiteDelim{textcite}{\bibopenparen}{\bibcloseparen}
\DeclareInnerCiteDelim{footcite}{}{}
\renewbibmacro*{cite}{%
\iffieldundef{shorthand}
{\ifthenelse{\ifciteibid\AND\NOT\iffirstonpage}
{\usebibmacro{cite:ibid}}
{\iffieldequals{namehash}{\cbx@lasthash}
{\setunit{\compcitedelim}}
{\printnames{labelname}%
\setunit*{%
\global\booltrue{cbx:parens}%
\printdelim{nametitledelim}%
\csuse{extblx@citedelim@\blx@delimcontext @inner@open}}%
\savefield{namehash}{\cbx@lasthash}}%
\usebibmacro{cite:title}}}%
{\usebibmacro{cite:shorthand}%
\usebibmacro{cite:reinit}}%
\setunit{%
\ifbool{cbx:parens}
{\csuse{extblx@citedelim@\blx@delimcontext @inner@close}%
\global\boolfalse{cbx:parens}}
{}%
\multicitedelim}}
\renewbibmacro*{textcite}{%
\iffieldequals{namehash}{\cbx@lasthash}
{\setunit{\compcitedelim}}
{\printnames{labelname}%
\setunit*{%
\global\booltrue{cbx:parens}%
\printdelim{nametitledelim}%
\csuse{extblx@citedelim@textcite@inner@open}}%
\stepcounter{textcitecount}%
\savefield{namehash}{\cbx@lasthash}}%
\ifnumequal{\value{citecount}}{1}
{\usebibmacro{prenote}}
{}%
\iffieldundef{shorthand}
{\ifthenelse{\ifciteibid\AND\NOT\iffirstonpage}
{\usebibmacro{cite:ibid}}
{\usebibmacro{cite:title}}}%
{\usebibmacro{cite:shorthand}}%
\setunit{%
\ifbool{cbx:parens}
{\csuse{extblx@citedelim@textcite@inner@close}%
\global\boolfalse{cbx:parens}}
{}%
\textcitedelim}}
\renewbibmacro*{cite:postnote}{%
\setunit{}%
\printtext{%
\ifbool{cbx:parens}
{\csuse{extblx@citedelim@\blx@delimcontext @inner@close}%
\global\boolfalse{cbx:parens}}
{}}%
\ifbool{cbx:loccit}
{}
{\usebibmacro{postnote}}}
\renewbibmacro*{textcite:postnote}{%
\ifbool{cbx:loccit}
{}
{\ifnameundef{labelname}
{\setunit{%
\global\booltrue{cbx:parens}%
\extpostnotedelim
\csuse{extblx@citedelim@textcite@inner@open}}}
{\setunit{\postnotedelim}}%
\printfield{postnote}}%
\ifnumequal{\value{multicitecount}}{\value{multicitetotal}}
{\setunit{}%
\printtext{%
\ifbool{cbx:parens}
{\csuse{extblx@citedelim@textcite@inner@close}%
\global\boolfalse{cbx:parens}}
{}}}
{\setunit{%
\ifbool{cbx:parens}
{\csuse{extblx@citedelim@textcite@inner@close}%
\global\boolfalse{cbx:parens}}
{}%
\textcitedelim}}}
\DeclareCiteCommand{\cite}[\mkoutercitedelim]
{\usebibmacro{cite:init}%
\usebibmacro{prenote}}
{\usebibmacro{citeindex}%
\usebibmacro{cite}}
{}
{\usebibmacro{cite:postnote}}
\DeclareCiteCommand*{\cite}[\mkoutercitedelim]
{\usebibmacro{cite:init}%
\usebibmacro{prenote}}
{\usebibmacro{citeindex}%
\usebibmacro{citetitle}}
{}
{\usebibmacro{cite:postnote}}
\DeclareCiteCommand{\parencite}[\mkouterparencitedelim]
{\usebibmacro{cite:init}%
\usebibmacro{prenote}}
{\usebibmacro{citeindex}%
\usebibmacro{cite}}
{}
{\usebibmacro{cite:postnote}}
\DeclareCiteCommand*{\parencite}[\mkouterparencitedelim]
{\usebibmacro{cite:init}%
\usebibmacro{prenote}}
{\usebibmacro{citeindex}%
\usebibmacro{citetitle}}
{}
{\usebibmacro{cite:postnote}}
\DeclareCiteCommand{\smartcite}[\iffootnote\mkouterparencitedelim\mkbibfootnote]
{\usebibmacro{cite:init}%
\usebibmacro{prenote}}
{\usebibmacro{citeindex}%
\usebibmacro{cite}}
{}
{\usebibmacro{cite:postnote}}
\DeclareCiteCommand{\cbx@textcite}[\mkoutertextcitedelim]
{\usebibmacro{cite:init}}
{\usebibmacro{citeindex}%
\usebibmacro{textcite}}
{}
{\usebibmacro{textcite:postnote}}
\DeclareMultiCiteCommand{\cbx@textcites}[\mkoutertextcitedelim]{\cbx@textcite}{}
\DeclareMultiCiteCommand{\cites}[\mkoutercitedelim]{\cite}{\setunit{\multicitedelim}}
\DeclareMultiCiteCommand{\parencites}[\mkouterparencitedelim]
{\parencite}{\setunit{\multicitedelim}}
\DeclareMultiCiteCommand{\smartcites}[\iffootnote\mkouterparencitedelim\mkbibfootnote]
{\smartcite}{\setunit{\multicitedelim}}
\DeclareCiteCommand{\bbx@cite@inxref}[\mkouterbibinxrefcitedelim]
{\boolfalse{citetracker}%
\boolfalse{pagetracker}%
\boolfalse{backtracker}%
\usebibmacro{cite:init}}
{\usebibmacro{bbx:cite:inxref}}
{}
{\usebibmacro{cite:postnote}}
\renewbibmacro*{bbx:cite:intro}{%
\usebibmacro{cite}%
\clearfield{postnote}%
\usebibmacro{cite:postnote}}
\endinput
|