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
|
historische-zeitschrift 2016/12/01 v1.2
Copyright (c) Dominik Waßenhoven <domwass(at)web.de>, 2014-2016
************************************************************
Contents of README
1. Package description
2. Installation
3. Usage notes
4. History
5. Licence
6. Files
1. Package description
----------------------
historische-zeitschrift is a citation style for the
biblatex package. It provides citations according with the
house style of the 'Historische Zeitschrift', a German
historical journal. The scheme is a fullcite for the first
citation and 'Author, Shorttitle (as note N), P' for later
citations (P being the page number). For further details,
see the description of the house style at
http://194.97.159.218/verlag/historische-zeitschrift/hz-richtlinien.htm
(in German).
This package depends on biblatex;
please also check the requirements for biblatex itself.
2. Installation
---------------
historische-zeitschrift 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
historische-zeitschrift 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 style is loaded as the biblatex standard styles:
\usepackage[style=historische-zeitschrift]{biblatex}
Note that the style is designed for footnote citations
only. Cite commands used outside footnotes will always
produce full citations!
The additional option 'postnote=inparen' provides the
possibility to print the page number in subsequent
citations inside the parenthesis:
'Author, Shorttitle (as note N, P)'
The standard behaviour is 'postnote=afterparen':
'Author, Shorttitle (as note N), P'
The 'dashed' option
This option is analogue to the standard biblatex styles,
where it is desribed as follows:
By default, this style replaces recurrent authors/editors
in the bibliography by a dash so that items by the same
author or editor are visually grouped. This feature is
controlled by the package option dashed. Setting
dashed=false in the preamble will disable this feature.
The default setting is dashed=true.
4. History
----------
see file CHANGES
5. 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.
6. Files
--------
This work consists of the following files:
* README % this file, including licence
* LIESMICH % the README in German
* CHANGES % version history
* historische-zeitschrift.bbx % bibliography style
* historische-zeitschrift.cbx % citation style
* historische-zeitschrift.lbx % language file (German only)
|