diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/bibtopic | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (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/bibtopic')
-rw-r--r-- | Master/texmf-dist/doc/latex/bibtopic/README | 23 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/bibtopic/bibtopic.pdf | bin | 0 -> 250604 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/bibtopic/sample.tex | 42 |
3 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bibtopic/README b/Master/texmf-dist/doc/latex/bibtopic/README new file mode 100644 index 00000000000..5ec28268d76 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bibtopic/README @@ -0,0 +1,23 @@ +This is the README file for `bibtopic', a LaTeX package for including +several bibliographies in a document. These bibliographies might be +considered to cover different topics (hence the name) or bibliographic +material (e.g., primary and secondary literature) and the like. + +You'll have to create a separate .bib file for each of these +bibliographies. + +If you want to have per-chapter bibliographies in a document, have +a look at the packages `bibunits' or `chapterbib' instead. + +The package is a modified version of Pierre Basso's `bibtopics.sty' +(ftp://ftp.univ-rennes1.fr/pub/gut/contrib/bibtopics/); it is +distibuted under the GNU General Public License (see bibtopic.ins for +details). + +To produce style + documentation, you need to download the files +`bibtopic.ins' and `bibtopic.dtx'. Run LaTeX on bibtopic.ins and +follow the instructions. + +Happy TeXing! +stefanulrich@users.sourceforge.net +Pierre.Basso@lim.univ-mrs.fr diff --git a/Master/texmf-dist/doc/latex/bibtopic/bibtopic.pdf b/Master/texmf-dist/doc/latex/bibtopic/bibtopic.pdf Binary files differnew file mode 100644 index 00000000000..d6bf4452005 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bibtopic/bibtopic.pdf diff --git a/Master/texmf-dist/doc/latex/bibtopic/sample.tex b/Master/texmf-dist/doc/latex/bibtopic/sample.tex new file mode 100644 index 00000000000..30a63e0aab2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bibtopic/sample.tex @@ -0,0 +1,42 @@ +%% +%% This is file `sample.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% bibtopic.dtx (with options: `sample.tex') +%% ---------------------------------------- +%% Example TeX file for the documentation +%% of the bibtopic package +%% Copyright (C) 1998-2000 P. Basso, S. Ulrich +%% 2001-2004 S. Ulrich +%% +%% Please send bug reports to: <stefanulrich@users.sourceforge.net> +%% +%% See bibtopic.ins for the copyright details. +%% +\documentclass[10pt]{article} +\usepackage{bibtopic} +\begin{document} +\bibliographystyle{alpha} + +\section{Testing} +Let's cite all the books: \cite{ColBenh:93} and +\cite{Munt:93}; and an article: \cite{RouxSmart:95}. + +\begin{btSect}{books} +\section{References from books} +\btPrintCited +\end{btSect} + +\begin{btSect}[plain]{articles} +\section{References from articles} +\btPrintCited + +\section{Articles not cited} +\btPrintNotCited +\end{btSect} +\end{document} +\endinput +%% +%% End of file `sample.tex'. |