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
|
%%
%% This is file `maja.bbx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% biblatex-archaeology.dtx (with options: `majaBBX,noarticlesubtitlepunct,nosmallcaps')
%% 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{maja.bbx}
[2017/05/27 v1.1 biblatex-archaeology bibliography style (IB)]
\RequireBibliographyStyle{verbose-ibid-archaeology}
\def\archaeobibstyletitle{\blxarch@style@maja}
\DeclareLanguageMapping{german}{maja-german}
\ExecuteBibliographyOptions{
dashed=false,
datezeros=true,
doi=false,
giveninits=true,
ibidtracker=false,
idemtracker=false,
loccittracker=false,
maxbibnames=500,
maxcitenames=500,
mincitenames=1,
notetype=foot+end,
editionsuperscript=predate,
giveninitligatures={},
idemincitation=true,
injournal=true,
journallocation=false,
maxbooknames=500,
minbooknames=3,
nothesistitlepunct=false,
notitlepunct=true,
origfields=false,
pagesfirst=false,
positionlabeldate=location,
preservelastauthor=false,
repeatlabel=false,
shortform=title,
shortjournal=false,
shortseries=false,
subseries=false,
summarytitle=false,
tabbedlabeldate=false,
titlebrackets=false,
titlenote=false,
useeventdate=false,
useeventnumber=true,
usefestschriftaddon=false,
useinstitution=false,
uselocation=true,
usemultivenue=false,
usepublisher=false,
usesourceeditor=false,
useunpublishedthesis=true,
volumeafterseries=false,
}
\renewcommand{\newunitpunct}{\addcomma\space}
\DeclareNameAlias{sortname}{family-given}
\renewcommand{\booklabelnamepunct}{\addcomma\space}
\renewcommand{\labelnamepunct}{\addcomma\space}
\renewcommand{\multinamedelim}{\addspace\slash\space}
\renewcommand{\finalnamedelim}{\addspace\slash\space}
\DeclareFieldFormat*{pages}{#1}
\DeclareFieldFormat*{volume}{\addspace#1}
\renewcommand{\titleseriesdelim}{\newunitpunct}
\renewcommand{\seriespunct}{\newunitpunct}
\DeclareFieldFormat*{locationdateparens}{#1}
\DeclareFieldFormat*{seriesparens}{#1}
\DeclareFieldFormat*{newsparens}{#1}
\DeclareFieldFormat[inreference]{date}{\iffieldundef{shortform}{#1}{\mkbibparens{#1}}}
\DeclareFieldFormat[inreference]{title}{#1}
\xpatchbibdriver{inreference}{location+date}{bibliographydate}{}{}
\xpatchbibdriver{inreference}{titlepunct}{nopunct}{}{}
\xpatchbibmacro{thesistype}{bibstring}{biblstring}{}{}
\renewcommand{\volumedatedelim}{\addspace}
\renewcommand{\multilistdelim}{\addspace\slash\space}
\DeclareFieldFormat*{url}{\mkbibparens{\url{#1}}}
\DeclareFieldFormat*{urldate}{\addcomma\space#1}
\renewcommand{\mkbibnamefamily}[1]{#1}
\renewcommand{\mkbibnameprefix}[1]{#1}
\renewcommand{\mkbibrepeatfamily}[1]{#1}
\renewcommand{\mkbibrepeatprefix}[1]{#1}
\renewcommand{\articlesubtitlepunct}{\subtitlepunct}
\endinput
%%
%% End of file `maja.bbx'.
|