blob: d98bc35436bd920a8f92693c891ff2329b82aee6 (
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
57
|
%%
%% This is file `french-philosophy.lbx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% biblatex-philosophy.dtx (with options: `french-lbx')
%% ______________________________________________________
%% The biblatex-philosophy package
%% Copyright (C) 2009-2017 Ivan Valbusa
%% All rights reserved
%%
%% License information appended
%%
\ProvidesFile{french-philosophy.lbx}
[2017/10/05 v1.9.7 A set of styles for biblatex]
\InheritBibliographyExtras{french}
\DeclareBibliographyExtras{%
\protected\def\mkbibnamefamily#1{#1}%
\protected\def\bibrangedash{-\penalty\hyphenpenalty}%
\protected\def\bibdaterangesep{\bibrangedash}%
}%
\NewBibliographyString{opcited}
\DeclareBibliographyStrings{%
inherit = {french},
opcited = {{op\adddotspace cit\adddot}{op\adddotspace cit\adddot}},
opcit = {{cit\adddot}{cit\adddot}},%%FIXME
ibidem = {{ibid\adddot}{ibid\adddot}},%%FIXME
loccit = {{ibid\adddot}{ibid\adddot}},%%FIXME
translationas = {{trad\adddot}{trad\adddot}},%%FIXME
withcommentator = {{commentaires \smartof}{comment\adddotspace\smartof}},%%FIXME
withannotator = {{annotations \smartof}{annot\adddotspace\smartof}},%%FIXME
withintroduction = {{introduction \smartof}{introd\adddotspace\smartof}},%%FIXME
withforeword = {{pr\'eface \smartof}{pr\'ef\adddotspace\smartof}},%%FIXME
withafterword = {{postface \smartof}{postf\adddotspace\smartof}}%%FIXME
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 `french-philosophy.lbx'.
|