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
|
%%
%% This is file `english-philosophy.lbx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% biblatex-philosophy.dtx (with options: `english-lbx')
%% ______________________________________________________
%% The biblatex-philosophy package
%% Copyright (C) 2009-2017 Ivan Valbusa
%% All rights reserved
%%
%% License information appended
%%
\ProvidesFile{english-philosophy.lbx}
[2017/02/16 v1.9.1 A set of styles for biblatex]
\InheritBibliographyExtras{english}
\DeclareBibliographyExtras{%
\protected\def\bibrangedash{%
-\penalty\hyphenpenalty}%
\protected\def\bibdatedash{\textendash}}%
\NewBibliographyString{cited,origed}
\DeclareBibliographyStrings{%
inherit = {english},
origed = {{orig\adddotspace ed\adddot}{orig\adddotspace ed\adddot}},
cited = {{cit\adddot}{cit\adddot}},
nodate = {{no date}{n\adddot d\adddot}},
ibidem = {{ibid\adddot}{ibid\adddot}},
loccit = {{ibid\adddot}{ibid\adddot}},
editor = {{ed\adddot}{ed\adddot}},
editors = {{eds\adddot}{eds\adddot}},
reviewof = {{Review of}{Review of}},
translationas = {{trans\adddot}{trans\adddot}},
backrefpage = {{cited on page}{cited on p\adddot}},
backrefpages = {{cited on pages}{cited on pp\adddot}}
}
%%
%% Copyright 2009-2017 by Ivan Valbusa
%%
%% This program is provided under the terms of the
%% LaTeX Project Public License distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt.
%%
%% Author: Ivan Valbusa
%% ivan dot valbusa at univr dot it
%%
%% This work has the LPPL maintenance status "author-maintained".
%%
%%
%% End of file `english-philosophy.lbx'.
|