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
|
%%
%% This is file `german-archaeologie.lbx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% archaeologie.dtx (with options: `lbx,de')
%% ----------------------------------------------------------------
%% biblatex-archaeologie ---
%% Author: Lukas C. Bossert
%% E-mail: info@biblatex-archaeologie.de
%% License: Released under the LaTeX Project Public License v1.3c or later
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
\def\archDate{2019/05/01}
\def\archVersion{2.4.2}
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
\ProvidesFile{german-archaeologie.lbx}
[\archVersion\space\archDate German conventions required by the biblatex-archaeologie style]
\InheritBibliographyExtras{ngerman}
\DeclareBibliographyStrings{%
inherit = {ngerman},
magthesis = {{Magisterarbeit}{Mag.-Arbeit}},%
mathesis = {{Masterarbeit}{MA-Arbeit}},%
subvoce = {{sub\addspace voce}{s\adddot\addnbthinspace v\adddot}},
reference = {{Artikel}{Art\adddot}},
reviewof = {{Rezension\addspace zu}{Rez\adddot\addabthinspace zu}},
origtitle = {{Originaltitel}{Orig\adddot titel}},
firstprint = {{Erstauflage}{Erstaufl\adddot}},
talk = {{Vortrag}{Vortrag}},
seenote = {{Anmerkung}{Anm\adddot}},
loccit = {{am\addabthinspace Ort}{a\adddot\addabthinspace O\adddot}},
translationof = {{\"Ubersetzung\addspace von}{\"Ubers\adddot\addspace von}},
owntranslation = {{eigene\addspace\"Ubersetzung}{eig\adddot\addspace\"Ubers\adddot}},
}
%%
%% Copyright (C) 2019 Lukas C. Bossert // digitales-altertum.de
%%
%% End of file `german-archaeologie.lbx'.
|