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
|
%%
%% This is file `foe.bbx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% biblatex-archaeology.dtx (with options: `foeBBX,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{foe.bbx}
[2017/05/27 v1.1 biblatex-archaeology bibliography style (IB)]
\RequireBibliographyStyle{authoryear-archaeology}
\def\archaeobibstyletitle{\blxarch@style@foe}
\DeclareLanguageMapping{german}{foe-german}
\DeclareLanguageMapping{english}{foe-english}
\ExecuteBibliographyOptions{
dashed=false,
doi=false,
giveninits=false,
ibidtracker=false,
idemtracker=false,
loccittracker=false,
maxbibnames=500,
maxcitenames=2,
maxitems=2,
mergedate=true,
mincitenames=1,
minitems=1,
notetype=foot+end,
sorting=lnyvt,
editionsuperscript=posttitle,
giveninitligatures={},
idemincitation=false,
injournal=false,
journallocation=false,
maxbooknames=500,
minbooknames=3,
nothesistitlepunct=false,
notitlepunct=false,
origfields=true,
pagesfirst=false,
positionlabeldate=location,
preservelastauthor=false,
repeatlabel=true,
shortform=false,
shortjournal=false,
shortseries=false,
subseries=true,
summarytitle=false,
tabbedlabeldate=false,
titlebrackets=false,
titlenote=false,
useeventdate=false,
useeventnumber=false,
usefestschriftaddon=false,
useinstitution=false,
uselocation=true,
usemultivenue=false,
usepublisher=false,
useunpublishedthesis=true,
usesourceeditor=true,
volumeafterseries=false,
}
\setlength{\bibhang}{0em}
\setlength{\bibitemsep}{\baselineskip}
\renewcommand{\repeatlabeldelim}{\mkbibbold{\addcolon\space}}
\renewcommand{\repeatlabelwrap}[1]{\mkbibbold{#1}}
\DeclareNameAlias{bookauthor}{given-family}
\DeclareNameAlias{sortname}{given-family}
\renewcommand{\mkbibbooknamegiven}[1]{\textsc{#1}}
\renewcommand{\mkbibbooknamefamily}[1]{\textsc{#1}}
\renewcommand{\mkbibbooknameprefix}[1]{\textsc{#1}}
\renewcommand{\mkbibbooknamesuffix}[1]{\textsc{#1}}
\renewcommand{\mkbibsourcenamegiven}[1]{\textsc{#1}}
\renewcommand{\mkbibsourcenamefamily}[1]{\textsc{#1}}
\renewcommand{\mkbibsourcenameprefix}[1]{\textsc{#1}}
\renewcommand{\mkbibsourcenamesuffix}[1]{\textsc{#1}}
\renewcommand{\mkbiblistnamegiven}[1]{\textsc{#1}}
\renewcommand{\mkbiblistnamefamily}[1]{\textsc{#1}}
\renewcommand{\mkbiblistnameprefix}[1]{\textsc{#1}}
\renewcommand{\mkbiblistnamesuffix}[1]{\textsc{#1}}
\DeclareFieldFormat*{title}{\mkbibitalic{#1}}
\DeclareFieldFormat[book,collection,manual,proceedings,reference,report,thesis,unpublished]{title}{%
\iffieldundef{series}
{#1}
{\mkbibitalic{#1}}}
\DeclareFieldFormat*{booktitle}{%
\iffieldundef{series}
{#1}
{\mkbibitalic{#1}}}
\DeclareFieldFormat*{maintitle}{%
\iffieldundef{series}
{#1}
{\mkbibitalic{#1}}}
\renewcommand{\labelnamepunct}{\addcomma\space}
\renewcommand{\booklabelnamepunct}{\addcomma\space}
\renewcommand{\newunitpunct}{\addcomma\space}
\renewcommand{\inbookbookdelim}{\addperiod\space}
\renewcommand{\finalnamedelim}{\addspace\biblstring{and}\space}
\renewcommand{\seriespunct}{\addcomma\addspace}
\DeclareFieldFormat*{seriesparens}{#1}
\renewcommand{\subnumberseriesdelim}{\newunitpunct}
\DeclareFieldFormat*{locationdateparens}{#1}
\DeclareFieldFormat*{journaldateparens}{#1}
\DeclareFieldFormat*{reprintparens}{\newunitpunct#1}
\DeclareFieldFormat*{realdateparen}{\mkbibparens{#1}}
\DeclareFieldFormat*{origrealdateparen}{\mkbibparens{#1}}
\DeclareFieldFormat*{pages}{#1}
\DeclareFieldFormat*{volume}{\addspace#1}
\DeclareFieldFormat*{url}{\url{#1}}
\renewcommand{\articlesubtitlepunct}{\subtitlepunct}
\endinput
%%
%% End of file `foe.bbx'.
|