summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/apacite/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/apacite/README')
-rw-r--r--Master/texmf-dist/doc/latex/apacite/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/apacite/README b/Master/texmf-dist/doc/latex/apacite/README
index 860d68b053c..80afb77c495 100644
--- a/Master/texmf-dist/doc/latex/apacite/README
+++ b/Master/texmf-dist/doc/latex/apacite/README
@@ -16,7 +16,7 @@ provides the possibility of automatically generating an author index.
Copyright and license
---------------------
-Copyright (C) 1994-2007 Erik Meijer and any individual authors listed
+Copyright (C) 1994-2009 Erik Meijer and any individual authors listed
elsewhere in this package.
This package may be distributed and/or modified under the
@@ -38,10 +38,10 @@ Building the package and its documentation
The generated LaTeX package (.sty), BibTeX style (.bst), and supporting
files (.apc, .bib, .drv) are extracted by running:
-latex apacite.ins
+tex apacite.ins
-The documentation is generated by the following sequence:
+The documentation is then generated by the following sequence:
pdflatex apacite.drv <== Produces apacite.pdf (documentation)
bibtex apacite <== Produces apacite.bbl (reference list)
@@ -58,8 +58,9 @@ documentation if you are unhappy with the documentation as
provided. For example, if you want to generate a version for
A4 paper, or if you want the full reference manual, including the
documented source code and change log. In the latter case,
-insert the following lines in the sequence, after generating
-the author index:
+edit the file apacite.drv according to your wishes (see the comments
+in that file) and insert the following lines in the sequence, after
+generating the author index:
makeindex -s gind.ist apacite <== Produces apacite.ind (code index)
makeindex -s gglo.ist -o apacite.gls apacite.glo <== (change log)