blob: 1d33ad34c1cc83280625828bf5b7746461769207 (
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
|
%%
%% This is file `authoryear-ibid-archaeology.bbx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% biblatex-archaeology.dtx (with options: `authoryearibidBBX,authoryearsharedBBX')
%%
\ProvidesFile{authoryear-ibid-archaeology.bbx}
[2017/06/06 v1.2 biblatex-archaeology bibliography style (IB)]
\RequireBibliographyStyle{authoryear-ibid}
\def\archaeobibstyletitle{\blxarch@style@ayi}
\def\blxarch@fork@authordate{}
\RequirePackage{biblatex-archaeology}
\ExecuteBibliographyOptions{
mergedate=false,
labeldate=true,
sorting=nyvt,
}
\def\blxarch@settabbedlabeldate#1{%
\xpatchbibdriver{#1}{\setunit{\printdelim{nametitledelim}}\newblock}
{\setunit{\printdelim{nametitledelim}}%
\iftabbedlabeldate{&}{\newblock}}{}{}
\xapptobibdriver{#1}{\end{tabbedlabeldate}}{}{}
}
\blxarch@settabbedlabeldate{article}
\blxarch@settabbedlabeldate{book}
\blxarch@settabbedlabeldate{inbook}
\blxarch@settabbedlabeldate{misc}
\blxarch@settabbedlabeldate{online}
\blxarch@settabbedlabeldate{periodical}
\blxarch@settabbedlabeldate{thesis}
\blxarch@settabbedlabeldate{unpublished}
\xpatchbibdriver{inreference}{{finentry}}{{finentry}\end{tabbedlabeldate}}{}{}
\DeclareNameAlias{sortname}{family-given/given-family}
\endinput
%%
%% End of file `authoryear-ibid-archaeology.bbx'.
|