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-2013 Ivan Valbusa
%% All rights reserved
%%
%% License information appended
%%
\ProvidesFile{english-philosophy.lbx}
[2013/04/13 v0.8e valbusa beta]
\InheritBibliographyExtras{english}
\DeclareBibliographyExtras{%
\protected\def\bibrangedash{%
-\penalty\hyphenpenalty}% breakable dash
\protected\def\bibdatedash{\textendash}}%
\NewBibliographyString{transtolang,cited,reviewof,origed,nodate}
\DeclareBibliographyStrings{%
inherit = {english},
nodate = {{no date}{n\adddot d\adddot}},
cited = {{cit\adddot}{cit\adddot}},
ibidem = {{ivi}{ivi}},
loccit = {{ibidem}{ibidem}},
origed = {{orig\adddotspace ed\adddot}{orig\adddotspace ed\adddot}},
transtolang = {{trans\adddot}{trans\adddot}},
editor = {{\mkpureparens{ed\adddot}}{\mkpureparens{ed\adddot}}},
editors = {{\mkpureparens{eds\adddot}}{\mkpureparens{eds\adddot}}},
andothers = {{\mkbibemph{et\addabbrvspace al\adddot}}
{\mkbibemph{et\addabbrvspace al\adddot}}},
reviewof = {{Review of}{Review of}},
backrefpage = {{cited on page}{cited on p\adddot}},
backrefpages = {{cited on pages}{cited on pp\adddot}}}
%%
%% Copyright 2009-2013 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'.
|