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
77
78
79
80
81
82
83
84
85
86
87
|
%% The LaTeX package genealogytree - version 2.01 (2020/07/28)
%% gtrlang.french.code.tex: French language
%%
%% -------------------------------------------------------------------------------------------
%% Copyright (c) 2013-2020 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
%% Translation by Denis Bitouze <denis dot bitouze at univ-littoral fr>
%% -------------------------------------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `author-maintained'.
%%
%% This work consists of all files listed in README
%%
\gtr@set@library@version{2.01}
\gtrset{language@/french/.code={%
\gtrset{symlang/.cd,
Born=n\'e\textperiodcentered e,
Bornoutofwedlock=n\'e\textperiodcentered e hors mariage,
Stillborn=mort-n\'e\textperiodcentered e,
Diedonbirthday=d\'ec\'ed\'e\textperiodcentered e le jour de sa naissance,
Baptized=baptis\'e\textperiodcentered e,
Engaged=fianc\'es,
Married=mari\'es,
Divorced=divorc\'es,
Partnership=en union libre,
Floruit=floruit,
Died=d\'ec\'ed\'e\textperiodcentered e,
Killed=mort\textperiodcentered e au combat,
Buried=enterr\'e\textperiodcentered e,
Funeralurn=incin\'er\'e\textperiodcentered e,
Female=femme,
Male=homme,
Neuter=neutre
}%
\gtrset{%
month long/.cd,
01/.initial=janvier,
02/.initial=f\'evrier,
03/.initial=mars,
04/.initial=avril,
05/.initial=mai,
06/.initial=juin,
07/.initial=juillet,
08/.initial=ao\^ut,
09/.initial=septembre,
10/.initial=octobre,
11/.initial=novembre,
12/.initial=d\'ecembre,
}%
\gtrset{%
month short/.cd,
01/.initial=janv\protect\dot,
02/.initial=f\'evr\protect\dot,
03/.initial=mars,
04/.initial=avr\protect\dot,
05/.initial=mai,
06/.initial=juin,
07/.initial=juil\protect\dot,
08/.initial=ao\^ut,
09/.initial=sept\protect\dot,
10/.initial=oct\protect\dot,
11/.initial=nov\protect\dot,
12/.initial=d\'ec\protect\dot,
}%
\gtrset{%
set@typical@date@format=d month yyyy,
calendar text for=AD is {apr.~J.-C. }{},
calendar text for=BC is {}{ av.~J.-C.},
calendar text for=GR is {}{\protect\textsuperscript{gr\'eg.}},
calendar text for=JU is {}{\protect\textsuperscript{jul.}},
calendar text for=caAD is {v.~apr.~J.-C. }{},
calendar text for=caBC is {v.~}{ av.~J.-C.},
calendar text for=ca is {v.~}{},
date range full={}{ \`a }{},
date range before={avant }{},
date range after={apr\`es }{},
place text={\`a }{},
}%
}}
|