summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/genealogytree/gtrlang.german.code.tex
blob: 104212f362c4ddb5b46f03a7e91c00ff3b4fd781 (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
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
88
89
90
91
92
93
94
%% The LaTeX package genealogytree - version 2.00 (2020/06/19)
%% gtrlang.german.code.tex: German language
%%
%% -------------------------------------------------------------------------------------------
%% Copyright (c) 2013-2020 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
%% -------------------------------------------------------------------------------------------
%%
%% 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.00}

\gtrset{language@/german/.code={%
  \gtrset{symlang/.cd,
    Born=geboren,
    Bornoutofwedlock=au\protect\ss{}erehelich geboren,
    Stillborn=tot geboren,
    Diedonbirthday=am Tag der Geburt gestorben,
    Baptized=getauft,
    Engaged=verlobt,
    Married=verheiratet,
    Divorced=geschieden,
    Partnership=au\protect\ss{}erehelich verbunden,
    Floruit=bl\"uhte,
    Died=gestorben,
    Killed=gefallen,
    Buried=begraben,
    Funeralurn=einge\"aschert,
    Female=weiblich,
    Male=m\"annlich,
    Neuter=Geschlecht unbekannt
  }%
  \gtrset{%
    month long/.cd,
    01/.initial=Januar,
    02/.initial=Februar,
    03/.initial=M\protect\"arz,
    04/.initial=April,
    05/.initial=Mai,
    06/.initial=Juni,
    07/.initial=Juli,
    08/.initial=August,
    09/.initial=September,
    10/.initial=Oktober,
    11/.initial=November,
    12/.initial=Dezember,
  }%
  \gtrset{%
    month short/.cd,
    01/.initial=Jan\protect\dot,
    02/.initial=Feb\protect\dot,
    03/.initial=M\protect\"ar\protect\dot,
    04/.initial=Apr\protect\dot,
    05/.initial=Mai,
    06/.initial=Jun\protect\dot,
    07/.initial=Jul\protect\dot,
    08/.initial=Aug\protect\dot,
    09/.initial=Sep\protect\dot,
    10/.initial=Okt\protect\dot,
    11/.initial=Nov\protect\dot,
    12/.initial=Dez\protect\dot,
  }%
  \gtrset{%
    set@typical@date@format=d.month yyyy,
    calendar text for=AD is {}{ n.~Chr.},
    calendar text for=BC is {}{ v.~Chr.},
    calendar text for=GR is {}{\protect\textsuperscript{greg.}},
    calendar text for=JU is {}{\protect\textsuperscript{jul.}},
    calendar text for=caAD is {ca.~}{ n.~Chr.},
    calendar text for=caBC is {ca.~}{ v.~Chr.},
    calendar text for=ca is {ca.~}{},
    date range full={}{ bis }{},
    date range before={vor }{},
    date range after={nach }{},
    place text={in }{},
  }%
},
%
language@/german-german/.style={language@=german},
%
language@/german-austrian/.style={language@=german,
  month long/01/.initial=J\protect\"anner,
  month short/01/.initial=J\protect\"an\protect\dot,
},
}