summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bibunits
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
commit007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch)
tree90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/bibunits
parent950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff)
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bibunits')
-rw-r--r--Master/texmf-dist/doc/latex/bibunits/README66
-rw-r--r--Master/texmf-dist/doc/latex/bibunits/bibtexall17
-rw-r--r--Master/texmf-dist/doc/latex/bibunits/bibunits.pdfbin0 -> 270097 bytes
3 files changed, 83 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bibunits/README b/Master/texmf-dist/doc/latex/bibunits/README
new file mode 100644
index 00000000000..9b7d7eba837
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bibunits/README
@@ -0,0 +1,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
diff --git a/Master/texmf-dist/doc/latex/bibunits/bibtexall b/Master/texmf-dist/doc/latex/bibunits/bibtexall
new file mode 100644
index 00000000000..225b93d1c2e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bibunits/bibtexall
@@ -0,0 +1,17 @@
+#!/bin/bash
+#
+# Run bibtex on each .aux file in the present directory.
+#
+# Copyright (C) 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.
+
+for file in *.aux ; do
+ bibtex `basename $file .aux`
+done
diff --git a/Master/texmf-dist/doc/latex/bibunits/bibunits.pdf b/Master/texmf-dist/doc/latex/bibunits/bibunits.pdf
new file mode 100644
index 00000000000..1f060ecfb62
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bibunits/bibunits.pdf
Binary files differ