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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
|
biblatex-dw 2013/09/22 v1.6a
Copyright (c) 2008-2013 Dominik Waßenhoven <domwass(at)web.de>
************************************************************
Contents of README
1. Package description
2. Installation
3. Usage notes
4. Documentation
5. History
6. Acknowledgements
7. Licence
8. Files
1. Package description
----------------------
biblatex-dw is a small collection of styles for the
biblatex package. It was designed for citations in the
Humanities and offers some features that are not provided
by the standard biblatex styles. biblatex-dw is dependend
on biblatex and cannot be used without it!
Any suggestions concerning this package are highly
appreciated. If you should find an error, please file a
bug report at:
http://sourceforge.net/p/biblatex-dw/tickets/milestone/Bugs
If you think that a feature is missing, please file a feature
request at:
http://sourceforge.net/p/biblatex-dw/tickets/milestone/Features
2. Installation
---------------
biblatex-dw is part of the distributions MiKTeX and
TeX Live. Thus, you can easily install it using the
respective package manager. If you would like to install
biblatex-dw manually, do the following: Extract the tds.zip
archive to the $LOCALTEXMF directory of your system.
Refresh your filename database. For further information,
please see the documentation of your LaTeX distribution.
3. Usage notes
--------------
The styles are loaded as the biblatex standard styles:
\usepackage[style=authortitle-dw]{biblatex}
or
\usepackage[style=footnote-dw]{biblatex}
If you want to learn more about the styles and their
additional options, please consult the package
documentation as well as the examples 'en-authortitle-dw'
and 'en-footnote-dw' in the 'examples' folder.
4. Documentation
----------------
The English documentation of biblatex-dw can be found in
the file 'biblatex-dw.pdf'. This file is intended for
viewing on a computer screen. A printable version can be
compiled from the file 'biblatex-dw.tex'. You only have to
comment the line
\input{biblatex-dw-screen}
(i.e. put a % sign in front of it) and uncomment the line
\input{biblatex-dw-print}
(i.e. delete the % sign at the beginning of this line).
Note: The fonts may not be installed on your system. The
following fonts were used for the documentation:
* Linux Libertine in running text
* Linux Biolinum (part of the Libertine package) for
headings
* BeraMono as typewriter font
These fonts are freely available. If you do not have these
fonts installed in your system or do not want to install
them, you can easily use another font. The relevant
settings can be found in the file
'biblatex-dw-preamble.tex'.
5. History
----------
see file CHANGES
6. Acknowledgements
-------------------
First of all, I would like to thank Philipp Lehman not only
for his wonderful package 'biblatex', but also for his
helping hand and advice in creating these styles.
Furthermore, for numerous suggestions, contributions and
bug reports I would like to thank the following people:
* Thomas Demmel * Simon Flossmann
* Till A. Heilmann * Dominic Kobelt
* Denis Maier * Rolf Niepraschk
* Philipp Pilhofer * Jan Hauke Rahm
* Ondrej Salvet * Johann Konrad Schwarz
* Salome Södergran * Jonas Stein
* Matthias Steinbrink * Philipp Stephani
* Bernhard Tempel * Dominik Weber
* Christian Weitert * Christofer Zwanzig
* Дмитрий Гордеев
7. Licence
----------
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 `maintained'.
The Current Maintainer of this work is Dominik Waßenhoven.
8. Files
--------
This work consists of the following files:
* README % this file, including licence
* LIESMICH % the README in German
* CHANGES % version history
* standard-dw.bbx
* standard-dw.cbx
* authortitle-dw.bbx
* authortitle-dw.cbx
* footnote-dw.bbx
* footnote-dw.cbx
* english-dw.lbx % English language mapping file
* german-dw.lbx % German language mapping file
* biblatex-dw.pdf % English documentation
* biblatex-dw.tex % English documentation
* biblatex-dw-preamble.tex % Preamble for the documentation
* biblatex-dw-print.tex % Settings for printable version
* biblatex-dw-screen.tex % Settings for screen version
* de-biblatex-dw.pdf % German documentation
* de-biblatex-dw.tex % German documentation
* de-authortitle-dw.pdf
* de-authortitle-dw.tex
* de-footnote-dw.pdf
* de-footnote-dw.tex
* en-authortitle-dw.pdf % English example
* en-authortitle-dw.tex % English example
* en-footnote-dw.pdf % English example
* en-footnote-dw.tex % English example
* examples-dw.bib % bib for English examples
* de-examples-dw.bib
|