blob: 9b7d7eba83745dd342ad38ee44f5badfbbef8f9b (
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
|
Abstract
The `bibunits' package allows separate bibliographies for different
units or parts of the text. The units can be chapters, sections or
bibunit environments. The package is compatible with a wide variety of
packages, including, but not limited to, natbib, overcite and
KOMA-SCRIPT classes.
To produce the style
latex bibunits.ins
To produce the documentation
latex bibunits.dtx
If you do not want to include the macro section in the documentation,
remove the comment sign before \OnlyDescription.
To produce an index for the documentation:
makeindex -s gind.ist bibunits
To produce a change history for the documentation:
makeindex -s gglo.ist -o bibunits.gls bibunits.glo
Contents:
00Readme this file ;-)
bibunits.dtx documented source file for the bibunits package
bibunits.ins installation file
bibtexall shell script to run bibtex on each .aux file in the
present directory
License
Package `bibunits' to use with LaTeX2e.
Copyright (C) 1999--2004 Thorsten Hansen
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 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 2003/12/01 or
later.
This work has the LPPL maintenance status "maintained". The Current
Maintainer of this work is Thorsten Hansen.
This work consists of the files bibunits.dtx and bibunits.ins
and the derived file bibunits.sty.
Happy TeXing
Thorsten Hansen
thorsten.hansen@psychol.uni-giessen.de
|