blob: 38f0b96d1c084e13544b8add4ef56a0005cb6a11 (
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
|
# harvard family of bibliographic styles
# Copyright 1994 - Peter Williams peterw@archsci.arch.su.edu.au
This is version 2.0.5 of the harvard family of bibliographic styles.
It is a bug fix of 2.0 which was a major rewrite to bring the sty file into
line with the new latex described in ``The LaTeX Companion''. Due to the
efforts of Thorsten Schnier (thorsten@archsci.arch.su.edu.au) it incorporates
support for the LaTeX to html translator by Nikos Drakos
(nikos@cbl.leeds.ac.uk).
It includes a fixes by Berwin A. Turlach (berwin@alphasun.anu.edu.au) for
problems with \AtBeginDocument introduced in the latest version of LaTeX2e
and problems with the \nocite command.
A new style apsr.bst (American Political Science Review) is enclosed
courtesy of Nathaneil L. Beck (nbeck@weber.ucsd.edu)
NB. The file harvard.sty makes considerable use of features in the new latex
that were not present in latex version 2.09 and is, therefore, not compatible
with that version. However, the *.bbl files produced by the various bst files
should be still useable with latex version 2.09.
The following files are enclosed.
README - This file
INSTALL - Installation instructions
Makefile - Makefile for installation
harvard.ps - Postscript version of the documentation
harvard.tex - LaTeX source for the documentation
harvard.bib - BibTeX database file for the documentation
doc_Makefile - Makefile for documentation
harvard.sty - LaTeX style file for harvard bibliographic style
harvard.perl - LaTeX2html style file for harvard bibliographic style
agsm.bst - harvard BibTeX style file to satisfy the requirements
of the Australian Government Style Manual
dcu.bst - harvard BibTeX style file to satisfy the requirements
of the Design Computing Unit, Sydney University
<other>.bst - various style files contributed by users
Online documentation is available via the WWW at:
HREF="http://www.arch.su.edu.au/~peterw/latex/harvard/"
|