summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/genealogytree/gtrlang.english.code.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/genealogytree/gtrlang.english.code.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/genealogytree/gtrlang.english.code.tex')
-rw-r--r--macros/latex/contrib/genealogytree/gtrlang.english.code.tex86
1 files changed, 86 insertions, 0 deletions
diff --git a/macros/latex/contrib/genealogytree/gtrlang.english.code.tex b/macros/latex/contrib/genealogytree/gtrlang.english.code.tex
new file mode 100644
index 0000000000..937e86bf34
--- /dev/null
+++ b/macros/latex/contrib/genealogytree/gtrlang.english.code.tex
@@ -0,0 +1,86 @@
+%% The LaTeX package genealogytree - version 1.32 (2019/04/08)
+%% gtrlang.english.code.tex: English language
+%%
+%% -------------------------------------------------------------------------------------------
+%% Copyright (c) 2013-2019 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{1.32}
+
+\gtrset{language@/english/.code={%
+ \gtrset{symlang/.cd,
+ Born=born,
+ Bornoutofwedlock=born out of wedlock,
+ Stillborn=stillborn,
+ Diedonbirthday=died on the birthday,
+ Baptized=baptized,
+ Engaged=engaged,
+ Married=married,
+ Divorced=divorced,
+ Partnership=unmarried partnership,
+ Floruit=floruit,
+ Died=died,
+ Killed=killed in action,
+ Buried=buried,
+ Funeralurn=cremated,
+ Female=female,
+ Male=male,
+ Neuter=neuter
+ }%
+ \gtrset{%
+ month long/.cd,
+ 01/.initial=January,
+ 02/.initial=February,
+ 03/.initial=March,
+ 04/.initial=April,
+ 05/.initial=May,
+ 06/.initial=June,
+ 07/.initial=July,
+ 08/.initial=August,
+ 09/.initial=September,
+ 10/.initial=October,
+ 11/.initial=November,
+ 12/.initial=December,
+ }%
+ \gtrset{%
+ month short/.cd,
+ 01/.initial=Jan\protect\dot,
+ 02/.initial=Feb\protect\dot,
+ 03/.initial=Mar\protect\dot,
+ 04/.initial=Apr\protect\dot,
+ 05/.initial=May,
+ 06/.initial=Jun\protect\dot,
+ 07/.initial=Jul\protect\dot,
+ 08/.initial=Aug\protect\dot,
+ 09/.initial=Sep\protect\dot,
+ 10/.initial=Oct\protect\dot,
+ 11/.initial=Nov\protect\dot,
+ 12/.initial=Dec\protect\dot,
+ }%
+ \gtrset{%
+ set@typical@date@format=month d yyyy,
+ calendar text for=AD is {AD }{},
+ calendar text for=BC is {}{ BC},
+ calendar text for=GR is {}{\protect\textsuperscript{greg.}},
+ calendar text for=JU is {}{\protect\textsuperscript{jul.}},
+ calendar text for=caAD is {ca.~AD }{},
+ calendar text for=caBC is {ca.~}{ BC},
+ calendar text for=ca is {ca.~}{},
+ date range full={}{ to }{},
+ date range before={before }{},
+ date range after={after }{},
+ place text={in }{},
+ }%
+}}