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
|
%%
%% This is file `aefkw.bbx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% biblatex-archaeology.dtx (with options: `aefkwBBX,noarticlesubtitlepunct')
%% Copyright (C) 2005-2017 by Ingram Braun (https://ingram-braun.net/)
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3c of this license or (at your option) any later
%% version. The latest version of this license is in:
%%
%% http://www.latex-project.org/lppl.txt
%%
%% and version 1.3c or later is part of all distributions of
%% LaTeX version 2008/05/04 or later.
%%
\ProvidesFile{aefkw.bbx}
[2017/05/27 v1.1 biblatex-archaeology bibliography style (IB)]
\RequireBibliographyStyle{verbose-ibid-archaeology}
\def\archaeobibstyletitle{\blxarch@style@aefkw}
\DeclareLanguageMapping{english}{aefkw-english}
\DeclareLanguageMapping{german}{aefkw-german}
\ExecuteBibliographyOptions{
dashed=true,
doi=false,
giveninits=true,
ibidtracker=true,
idemtracker=true,
loccittracker=true,
maxbibnames=500,
maxcitenames=500,
mincitenames=1,
notetype=foot+end,
editionsuperscript=predate,
giveninitligatures={},
idemincitation=true,
injournal=false,
journallocation=false,
maxbooknames=500,
minbooknames=3,
nothesistitlepunct=false,
notitlepunct=true,
origfields=false,
pagesfirst=false,
positionlabeldate=location,
preservelastauthor=false,
repeatlabel=false,
shortform=false,
shortjournal=false,
shortseries=false,
subseries=false,
summarytitle=false,
tabbedlabeldate=false,
titlebrackets=false,
titlenote=false,
useeventdate=false,
useeventnumber=true,
usefestschriftaddon=false,
useinstitution=false,
uselocation=false,
usemultivenue=false,
usepublisher=false,
usesourceeditor=false,
useunpublishedthesis=false,
volumeafterseries=false,
}
\renewcommand{\newunitpunct}{\addcomma\space}
\DeclareNameAlias{sortname}{family-given}
\DeclareNameAlias{bookauthor}{given-family}
\renewcommand{\booklabelnamepunct}{\addcomma\space}
\renewcommand{\labelnamepunct}{\addcomma\space}
\renewcommand{\mkbiblistnamefamily}[1]{\ifcitation{\textsc{#1}}{#1}}
\renewcommand{\mkbiblistnameprefix}[1]{\ifcitation{\textsc{#1}}{#1}}
\renewcommand{\multinamedelim}{\addslash}
\renewcommand{\finalnamedelim}{\addslash}
\renewcommand{\bibnamedash}{\printtext{\bibstring[\mkbiblistnamefamily]{idem\thefield{gender}}}}
\DeclareFieldFormat*{pages}{#1}
\DeclareFieldFormat*{volume}{\addspace\ifinteger{#1}{\RN{#1}}{#1}}
\DeclareFieldFormat[article,review,suppperiodical]{volume}{\addspace#1}
\DeclareFieldFormat*{title}{\mkbibitalic{#1}}
\DeclareFieldFormat
[article,bookinbook,inbook,incollection,inproceedings,inreference,review,suppperiodical]
{title}{#1}
\DeclareFieldFormat*{booktitle}{\mkbibitalic{#1}}
\DeclareFieldFormat*{maintitle}{\mkbibitalic{#1}}
\renewcommand{\titleseriesdelim}{\unspace\nopunct}
\renewcommand{\seriespunct}{\addspace}
\DeclareFieldFormat*{seriesparens}{}
\DeclareFieldFormat*{journaldateparens}{#1}
\DeclareFieldFormat*{journaltitle}{\mkbibitalic{#1}}
\renewcommand{\articlesubtitlepunct}{\subtitlepunct}
\endinput
%%
%% End of file `aefkw.bbx'.
|