blob: 1ec844aded8a90f53a37e948534e9fb93b495edd (
plain)
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
|
biblatex-luh-ipw 2013/11/18 v0.3
Copyright (c) 2012--2013 Oliver Heins <oheins(at)sopos.org>
************************************************************
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-luh-ipw is a small collection of styles for the
biblatex package. It was designed for citations in the
Humanities, following the guidelines of style
of the institutes for the social sciences of the Leibniz
University Hannover/LUH (especially the Institute of
Political Science). biblatex-luh-ipw is dependend
on biblatex (version 1.1 at least) and cannot be used
without it!
Any suggestions concerning this package are highly
appreciated.
2. Installation
---------------
biblatex-luh-ipw 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=authoryear-luh-ipw]{biblatex}
or
\usepackage[style=footnote-luh-ipw]{biblatex}
If you want to learn more about the styles and their
additional options, please consult the package
documentation.
4. Documentation
----------------
Right now, the documentation of biblatex-luh-ipw is only
available in German. It can be found in
the file 'de-biblatex-luh-ipw.pdf'. This file is intended
for viewing on a computer screen. A printable version can
be compiled from the file 'de-biblatex-luh-ipw.tex'. You
only have to comment the line
\input{biblatex-luh-ipw-screen}
(i.e. put a % sign in front of it) and uncomment the line
\input{biblatex-luh-ipw-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-luh-ipw-preamble.tex'.
5. History
----------
- 2011-11-04 Version v0.1
- 2012-01-09 Version v0.2
- 2013-11-18 Version v0.3
6. 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 Oliver Heins.
7. Files
--------
This work consists of the following files:
* README % this file, including licence
* standard-luh-ipw.bbx
* authoryear-luh-ipw.bbx
* authoryear-luh-ipw.cbx
* verbose-inote-luh-ipw.bbx
* verbose-inote-luh-ipw.cbx
* english-luh-ipw.lbx % English language mapping file
* german-luh-ipw.lbx % German language mapping file
* biblatex-luh-ipw-preamble.tex % Preamble for the documentation
* biblatex-luh-ipw-print.tex % Settings for printable version
* biblatex-luh-ipw-screen.tex % Settings for screen version
* de-biblatex-luh-ipw.pdf % German documentation
* de-biblatex-luh-ipw.tex % German documentation
|