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
|
%%
%% This is file `karl.bbx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% biblatex-archaeology.dtx (with options: `karlBBX,noarticlesubtitlepunct,nosmallcaps')
%%
\ProvidesFile{karl.bbx}
[2017/11/16 v1.3 biblatex-archaeology bibliography style (IB)]
\RequireBibliographyStyle{verbose-trad2note-archaeology}
\def\archaeobibstyletitle{\blxarch@style@karl}
\DeclareLanguageMappingSuffix{-karl}
\ExecuteBibliographyOptions{
dashed=false,
doi=false,
giveninits=false,
ibidtracker=true,
idemtracker=true,
loccittracker=true,
maxbibnames=500,
maxcitenames=2,
maxitems=2,
mincitenames=1,
minitems=1,
notetype=foot+end,
editionsuperscript=none,
giveninitligatures={},
idemincitation=false,
injournal=true,
journallocation=false,
maxbooknames=500,
minbooknames=3,
noseries=true,
nothesistitlepunct=false,
notitlepunct=false,
origfields=true,
pagesfirst=false,
positionlabeldate=location,
preservelastauthor=false,
repeatlabel=false,
shortform=false,
shortjournal=true,
shortseries=true,
subseries=true,
summarytitle=false,
tabbedlabeldate=false,
titlebrackets=false,
titlenote=false,
useeventdate=true,
useeventnumber=true,
usefestschriftaddon=false,
useinstitution=false,
uselocation=true,
usemultivenue=false,
usepublisher=false,
useunpublishedthesis=false,
usesourceeditor=true,
volumeafterseries=false,
}
\DeclareNameAlias{bookauthor}{given-family}
\DeclareNameAlias{sortname}{given-family}
\renewcommand{\finalnamedelim}{\addspace\biblstring{and}\space}
\renewcommand{\newunitpunct}{\addcomma\space}
\renewcommand{\labelnamepunct}{\addcolon\space}
\DeclareFieldFormat*{title}{\mkbibquote{#1}}
\DeclareFieldFormat[inreference]{title}{\biblstring{subverbum}\addspace\mkbibquote{#1}}
\DeclareFieldFormat[book,booklet,collection,manual,misc,proceedings,report,thesis,unpublished]
{title}{\textit{#1}}
\DeclareFieldFormat*{booktitle}{\textit{#1}}
\DeclareFieldFormat*{maintitle}{\textit{#1}}
\DeclareFieldFormat*{volume}{\addspace\bibstring{volume}\space#1}
\DeclareFieldFormat[article,review,suppperiodical]{title}{#1}
\DeclareFieldFormat*{journaltitle}{\textit{#1}}
\DeclareFieldFormat*{journaldateparens}{#1}
\DeclareFieldFormat*{locationdateparens}{#1}
\DeclareFieldFormat*{seenote}{\mkbibparens{#1}}
\DeclareFieldFormat*{url}{\textit{\url{#1}}}
\DeclareFieldFormat*{urldate}{}
\renewcommand{\mkbibnamefamily}[1]{#1}
\renewcommand{\mkbibnameprefix}[1]{#1}
\renewcommand{\mkbibrepeatfamily}[1]{#1}
\renewcommand{\mkbibrepeatprefix}[1]{#1}
\renewcommand{\articlesubtitlepunct}{\subtitlepunct}
\endinput
%%
%% End of file `karl.bbx'.
|