blob: c44ffff338255f95d8df641d5307cf6a7566bba7 (
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
|
%%
%% 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/10/05 v1.9.7 A set of styles for biblatex]
\InheritBibliographyExtras{english}
\DeclareBibliographyExtras{%
\protected\def\bibrangedash{-\penalty\hyphenpenalty}%
\protected\def\bibdaterangesep{\bibrangedash}%
}%
\NewBibliographyString{opcited}
\DeclareBibliographyStrings{%
inherit = {english},
opcited = {{op\adddotspace cit\adddot}{op\adddotspace cit\adddot}},
opcit = {{cit\adddot}{cit\adddot}},
ibidem = {{ibid\adddot}{ibid\adddot}},
loccit = {{ibid\adddot}{ibid\adddot}},
translationas = {{trans\adddot}{trans\adddot}},
withcommentator = {{commentary by}{comment\adddot\ by}},
withannotator = {{annotations by}{annots\adddot\ by}},
withintroduction = {{introduction by}{intro\adddot\ by}},
withforeword = {{foreword by}{forew\adddot\ by}},
withafterword = {{afterword by}{afterw\adddot\ by}}
andothers = {{\mkibid{et\addabbrvspace al\adddot}}{\mkibid{et\addabbrvspace al\adddot}}},
andmore = {{\mkibid{et\addabbrvspace al\adddot}}{\mkibid{et\addabbrvspace al\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'.
|