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
|
uni-wtal-ger v0.2 -- 2013-08-30
Copyright (c) Carsten A. Dahlmann <Ace@Dahlmann.net>, 2013
************************************************************
Contents of README
1. Package description
2. Installation and usage notes
3. Licence
4. Files
1. Package description
----------------------
uni-wtal-ger is a citation style for the biblatex package.
It provides citations for literary studies according with
the faculty of humanities at the Bergische Universität
Wuppertal, Germany. The scheme is a fullcite for the first
citation and 'Author, Shorttitle, page number' and ibid
for later citations. Some details vary to Wuppertal, since
I thought them being not fully consistent. For further
details, see the brochure "Germanistik in Wuppertal",
available at the Universität Wuppertal, and the detailled
example file germanistik.*.
Although I called the style "uni-wtal-ger", it can of
course be also used for other efforts.
This package depends on the style authortitle-dw (c) by
Dominik Waßenhoven.
So authortitle-dw has to be installed, too!
Visit http://biblatex.dominik-wassenhoven.de/ for it.
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.
The Style executes the following options by default:
firstfull=true,
journalnumber=afteryear,
ibidpage=true,
idembibformat=dash,
maxnames=2,
xref=true,
bibwarn=false
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
* CHANGES % the changelog
* uni-wtal-ger.bbx % bibliography style
* uni-wtal-ger.cbx % citation style
* germanistik.tex % example for Uni Wuppertal (German)
* germanistik.pdf % compiled example file (German)
* germanistik.bib % bibliography for example
|