blob: 94e0778d79062ef96f41501d09d40289e79fe118 (
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
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
|
%%
%% This is file `oxnotes.bbx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% oxref.dtx (with options: `bbx,n')
%% ----------------------------------------------------------------
%% biblatex-oxref --- Biblatex styles inspired by the Oxford Guide to Style
%% Author: Alex Ball
%% E-mail: a.j.ball@bath.ac.uk
%% License: Released under the LaTeX Project Public License v1.3c or later
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
\def\Version{2018/02/09 v0.11.3}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesFile{oxnotes.bbx}
[\Version\space Footnote-based bibliography style inspired by the Oxford Guide to Style]
\RequireBibliographyStyle{oxref}
\DeclareNameAlias{author}{bib-family-given/cite-given-family}
\DeclareNameAlias[related:reviewof]{author}{given-family}
\DeclareNameAlias{editor}{bib-family-given/cite-given-family}
\DeclareNameAlias[related:reviewof]{editor}{given-family}
\xpatchbibmacro{author}{%
\iftoggle{blx@ox@abbranon}{\bibcpsstring{anon}}{\bibcplstring{anon}}%
}{%
\iftoggle{blx@ox@abbranon}{%
\iftoggle{blx@ox@scnames}{\bibcpsstring[\textsc]{anon}}{\bibcpsstring{anon}}%
}{%
\iftoggle{blx@ox@scnames}{\bibcplstring[\textsc]{anon}}{\bibcplstring{anon}}%
}%
}{}{}
\renewbibmacro*{postnote}{%
\iffieldundef{postnote}{}{%
\iffieldundef{pages}{%
\setunit{\postnotedelim}%
\printfield{postnote}%
}{%
\printtext{\addspace\bibstring{thiscite}\space}%
\printfield{postnote}}}}
\DeclareStyleSourcemap{%
\maps[datatype=bibtex]{%
\map{
\pertype{mvbook}
\pertype{mvcollection}
\pertype{mvreference}
\pertype{proceedings}
\pertype{mvproceedings}
\pertype{report}
\step[fieldsource=maintitle]%
\step[fieldset=sorttitle, origfieldval]%
\step[fieldsource=volume]%
\step[fieldset=sorttitle, append, origfieldval]%
\step[fieldsource=title]%
\step[fieldset=sorttitle, append, origfieldval]%
}%
}%
}
%%
%% Copyright (C) 2016–2018 Alex Ball
%%
%% End of file `oxnotes.bbx'.
|