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
64
65
66
67
68
69
70
71
72
73
74
75
76
|
%%
%% This is file `italian-philosophy.lbx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% biblatex-philosophy.dtx (with options: `italian-lbx')
%% ______________________________________________________
%% The biblatex-philosophy package
%% Copyright (C) 2009-2015 Ivan Valbusa
%% All rights reserved
%%
%% License information appended
%%
\ProvidesFile{italian-philosophy.lbx}
[2015/06/13 v1.1 valbusa beta]
%% These style redefines the \cmd{bibrangedash} and \cmd{bibdatedash} commands in order to get a simple hyphen (-) instead of an en dash (--) in the page and date ranges. If you prefer the en dash use the following code:
\InheritBibliographyExtras{italian}
\DeclareBibliographyExtras{%
\protected\def\bibrangedash{%
-\penalty\hyphenpenalty}%
\protected\def\bibdatedash{\textendash}}%
\NewBibliographyString{origed,cited}
\DeclareBibliographyStrings{%
inherit = {italian},
nodate = {{senza data}{s\adddotspace d\adddot}},
cited = {{cit\adddot}{cit\adddot}},
opcit = {{op\adddotspace cit\adddot}{op\adddotspace cit\adddot}},
ibidem = {{ivi}{ivi}},
loccit = {{ibidem}{ibidem}},
origed = {{ed\adddotspace orig\adddot}{ed\adddotspace orig\adddot}},
langitalian = {{italiano}{it\adddot}},
editor = {{\mkpureparens{a cura di}}{\mkpureparens{a cura di}}},
editors = {{\mkpureparens{a cura di}}{\mkpureparens{a cura di}}},
backrefpage = {{Citato a pagina}{Citato a \bibstring{page}\adddot}},
backrefpages = {{Citato alle pagine}{Citato alle \bibstring{pages}\adddot}},
pages = {{pagine}{\iftoggle{bbx:classical}{pp\adddot}{p\adddot}}},
columns = {{colonne}{\iftoggle{bbx:classical}{coll\adddot}{col\adddot}}},
lines = {{righe}{\iftoggle{bbx:classical}{rr\adddot}{r\adddot}}},
verses = {{versi}{\iftoggle{bbx:classical}{vv\adddot}{v\adddot}}},
section = {{sezione}{sez\adddot}},
sections = {{sezioni}{\iftoggle{bbx:classical}{sezz\adddot}{sez\adddot}}},
paragraphs = {{paragrafi}{\iftoggle{bbx:classical}{parr\adddot}{par\adddot}}},
volumes = {{volumi}{\iftoggle{bbx:classical}{voll\adddot}{vol\adddot}}},
withcommentator = {{con commenti di}{con comm\adddot\addabbrvspace di}},
withannotator = {{annotazioni di}{annotazioni di}},
withintroduction = {{introduzione di}{introduzione di}},
withforeword = {{prefazione di}{prefazione di}},
withafterword = {{postfazione di}{postfazione di}},
reprintas = {{ristampato}{rist\adddot}},
translationof = {{traduzione di}{trad\adddotspace di}},
translationas = {{traduzione italiana}{trad\adddotspace it\adddot}},
reviewof = {{Recensione di}{Recensione di}},
byreviser = {{revisione di}{revisione di}}
}
%%
%% Copyright 2009-2015 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 `italian-philosophy.lbx'.
|