blob: 7a5d27c7a8be8bd193f394b1c51290d33fea7b42 (
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
|
%%
%% This is file `oxnotes-note.cbx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% oxref.dtx (with options: `cbx,n,note')
%% ----------------------------------------------------------------
%% 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{2020/10/19 v2.1}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesFile{oxnotes-note.cbx}
[\Version\space Footnote-based citation style inspired by the Oxford Guide to Style]
\RequireCitationStyle{verbose-note}
\newbibmacro*{cite:postnote:pages}{%
\setunit{\addspace}%
\bibstring{thiscite}%
\setunit{\addspace}%
\printfield{postnote}}
\ExecuteBibliographyOptions{citepages=separate}
\RequirePackage{etoolbox}
\RequirePackage{xpatch}
\providetoggle{blx@ox@autoanon}
\providetoggle{blx@ox@abbranon}
\xpatchbibmacro{textcite}{%
\printnames{labelname}%
}{%
\ifboolexpr{
test {\iffieldequalstr{labelnamesource}{author}}
and
togl {blx@ox@autoanon}
and
test {\iffieldequals{rawauthor}{\oxrefanon}}
}{%
\iftoggle{blx@ox@abbranon}{\bibcpsstring{anon}}{\bibcplstring{anon}}%
}{%
\printnames{labelname}%
}%
}{}{\wlog{WARNING: biblatex-oxref failed to patch textcite}}
%%
%% Copyright (C) 2016–2020 Alex Ball
%%
%% End of file `oxnotes-note.cbx'.
|