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
|
uni-wtal-lin v0.1 -- 2012-04-17
Copyright (c) Carsten A. Dahlmann <Ace@Dahlmann.net>, 2012
************************************************************
Contents of README
1. Package description
2. Installation and usage notes
3. Licence
4. Files
1. Package description
----------------------
uni-wtal-lin is a citation style for the biblatex package.
It provides citations for linguistic studies according with
the Institute of Linguistics at the Bergische Universität
Wuppertal, Germany. The scheme is a authoryear style, based
on the authoryear standard style.
The rules for generating the bibliography are based on the
guidelines of the institute and, in cases of inaccuracy, on
the rules of the Zeitschrift für Sprachwissenschaft (ZS),
which are again based on the Unified style sheet for
linguistics and the Style sheet for Mouton journals.
In cases of doubt, I interpreted the rest of the rules.
This creates the following dependence of priorities:
Own interpretation > Germanistik Broschüre BUW > ZS >
Unified style sheet for linguistics + Style sheet for
Mouton journals.
Although I called the style "uni-wtal-lin", it can of
course be also used for other efforts.
2. Installation and usage notes
-------------------------------
Just put the bbx and the cbx file into the directory of
your LaTeX project or add the contents into your preamble.
If you want to use the style as it was intended, make sure
to add the following options when loading biblatex:
\usepackage[
style=uni-wtal-lin,
maxnames=2,
maxbibnames=99,
dashed=false,
]{biblatex}
If you are a student of the Germanistik at the Uni Wuppertal,
you might want to take a look at my example file that I
designed to be comparable with the Germanistik brochure.
3. Licence
----------
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
version 1.3c 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.3c or
later is part of all distributions of LaTeX version
2005/12/01 or later.
This work has the LPPL maintenance status 'maintained'.
The Current Maintainer of this work is Carsten Ace Dahlmann.
4. Files
--------
This work consists of the following files:
* README % this file, including licence
* LIESMICH % the README in German
* uni-wtal-lin.bbx % bibliography style
* uni-wtal-lin.cbx % citation style
* uni-wtal-lin.tex % example for Uni Wuppertal (German)
* uni-wtal-lin.pdf % compiled example file (German)
* uni-wtal-lin.bib % bibliography for example
|