summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/apacite/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-16 00:09:07 +0000
committerKarl Berry <karl@freefriends.org>2012-02-16 00:09:07 +0000
commitb9fea4534c20a6dc688733f8759babf1aa2c181d (patch)
treefad0fc4e4367c99562b5d10b40b803f46559cb4c /Master/texmf-dist/doc/latex/apacite/README
parent22c52d8f8c1c659c2fa41aeb08bf3948b709ec91 (diff)
apacite (15feb12)
git-svn-id: svn://tug.org/texlive/trunk@25402 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/apacite/README')
-rw-r--r--Master/texmf-dist/doc/latex/apacite/README67
1 files changed, 0 insertions, 67 deletions
diff --git a/Master/texmf-dist/doc/latex/apacite/README b/Master/texmf-dist/doc/latex/apacite/README
deleted file mode 100644
index 80afb77c495..00000000000
--- a/Master/texmf-dist/doc/latex/apacite/README
+++ /dev/null
@@ -1,67 +0,0 @@
-
-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-2009 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 then 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,
-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)
-