diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/apacite/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/apacite/README | 136 |
1 files changed, 66 insertions, 70 deletions
diff --git a/Master/texmf-dist/doc/latex/apacite/README b/Master/texmf-dist/doc/latex/apacite/README index 169ae847d17..b37c2945d3e 100644 --- a/Master/texmf-dist/doc/latex/apacite/README +++ b/Master/texmf-dist/doc/latex/apacite/README @@ -1,70 +1,66 @@ -% \iffalse meta-comment
-%
-% This is file `README'.
-%
-% Copyright 1994-2005 Erik Meijer and any individual authors listed
-% elsewhere in this file. All rights reserved.
-%
-% This file is part of the `apacite' package.
-% -------------------------------------------
-%
-% It 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 2003/12/01 or later.
-%
-% The list of all files belonging to the `apacite' package, with a
-% short description, is given in the file `manifest.txt'.
-%
-% \fi
-
-THE APACITE PACKAGE [2005/06/08]
-================================
-
-The apacite package (for LaTeX and BibTeX) attempts to capture the
-requirements of the American Psychological Association concerning citations
-and reference list as closely as possible. In addition, it provides a large
-number of options and other possibilities for customization, so that a wide
-range of citation styles and reference list styles can be handled.
-Furthermore, it also provides the possibility of automatically generating an
-author index.
-
-The documentation of the apacite package is in the file apacite.pdf. This file
-can also be generated by processing the file apacite.tex, which in this way
-acts as an extensive test of the package. To get the references, the author
-index, and the table of contents of apacite.tex right, the following list of
-commands must be executed:
-
-latex apacite
-bibtex apacite
-latex apacite
-latex apacite
-latex apacite
-makeindex -o apacite.and apacite.adx
-latex apacite
-latex apacite
-makeindex -o apacite.and apacite.adx
-latex apacite
-
-So 10 runs are necessary in order to get everything OK. Apart from this, the
-url package (url.sty) must be available in a place where TeX can find it. This
-is not necessary for the apacite package itself, but for the test examples
-from the APA manual that are used in the document apacite.tex. Furthermore,
-the index package (index.sty, available from CTAN; search for index.sty or
-index.dtx) must be available in a place where TeX can find it. This is
-necessary for the apacite package if an author index is requested, and this is
-done in the document apacite.tex.
-
-If you have a problem with the package/bibstyle that is not described in the
-documentation, please locate it as specifically as possible and E-Mail me a
-short but comprehensive description of the problem and the pieces of the .tex
-and .bib files that seem to be invoking the problem. If I have time, I will
-have a look and answer (and, I hope, solve the problem).
-
-Good luck with it!
-
-Erik Meijer <e.meijer@eco.rug.nl>
-
+ +THE APACITE PACKAGE +=================== + +Description +----------- + +The apacite package (for LaTeX and BibTeX) implements the requirements +of the American Psychological Association concerning citations and +reference list. In addition, it provides a large number of options and +other possibilities for customization, so that a wide range of citation +styles and reference list styles can be handled. Furthermore, it also +provides the possibility of automatically generating an author index. + + +Copyright and license +--------------------- + +Copyright (C) 1994-2007 Erik Meijer and any individual authors listed +elsewhere in this package. + +This package 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. + +See the file apacite.dtx for more details. + + +Building the package and its documentation +------------------------------------------ + +The generated LaTeX package (.sty), BibTeX style (.bst), and supporting +files (.apc, .bib, .drv) are extracted by running: + +tex apacite.ins + + +The documentation is generated by the following sequence: + +pdflatex apacite.drv <== Produces apacite.pdf (documentation) +bibtex apacite <== Produces apacite.bbl (reference list) +pdflatex apacite.drv <== Include ref. list +pdflatex apacite.drv <== Resolve citations +pdflatex apacite.drv <== 'Labels may have changed' +makeindex -o apacite.and apacite.adx <== (author index) +pdflatex apacite.drv <== Include author index +pdflatex apacite.drv <== Resolve table of contents + +Note that apacite comes with pre-built documentation (PDF format, +U.S. letter-sized paper), so you only need to regenerate the +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: + +makeindex -s gind.ist apacite <== Produces apacite.ind (code index) +makeindex -s gglo.ist -o apacite.gls apacite.glo <== (change log) + |