summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/collref
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-11 00:11:01 +0000
committerKarl Berry <karl@freefriends.org>2009-06-11 00:11:01 +0000
commitb5132ffc519f2695644d078951baf6a558eea289 (patch)
treeb32bd083685bf671038814505f7de27549c62252 /Master/texmf-dist/doc/latex/collref
parent7d020dfa7b09d9569405ad925a4e141f0c0f9841 (diff)
new latex package collref
git-svn-id: svn://tug.org/texlive/trunk@13702 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/collref')
-rw-r--r--Master/texmf-dist/doc/latex/collref/README23
-rw-r--r--Master/texmf-dist/doc/latex/collref/collref.pdfbin0 -> 146302 bytes
-rw-r--r--Master/texmf-dist/doc/latex/collref/collsamp.tex49
3 files changed, 72 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/collref/README b/Master/texmf-dist/doc/latex/collref/README
new file mode 100644
index 00000000000..e0db0fca20b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/collref/README
@@ -0,0 +1,23 @@
+collref v1.0
+Copyright 2003-2009 Niklas Beisert
+
+collref is a LaTeX2e package to automatically collect
+multiple \bibitem references which always appear in the same sequence
+in \cite into a single \bibitem block.
+
+The package consists of the files
+
+ \texttt{README} & readme file \\
+ \texttt{collref.ins} & installation file \\
+ \texttt{collref.dtx} & source file \\
+ \texttt{collref.sty} & package file \\
+ \texttt{collsamp.tex}& sample file \\
+ \texttt{collref.pdf} & manual
+
+The distribution consists of the files README, collref.ins and collref.dtx.
+
+Run "(pdf)latex collref.dtx" to compile the manual collref.pdf.
+
+Run "tex collref.ins" to create the package collref.sty and the sample collsamp.tex.
+Copy the file collref.sty to an appropriate directory of your LaTeX
+distribution, e.g. texmf-root/tex/latex/collref.
diff --git a/Master/texmf-dist/doc/latex/collref/collref.pdf b/Master/texmf-dist/doc/latex/collref/collref.pdf
new file mode 100644
index 00000000000..5e81d283486
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/collref/collref.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/collref/collsamp.tex b/Master/texmf-dist/doc/latex/collref/collsamp.tex
new file mode 100644
index 00000000000..b2b2b706b68
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/collref/collsamp.tex
@@ -0,0 +1,49 @@
+%%
+%% This is file `collsamp.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% collref.dtx (with options: `sample')
+%%
+%% Copyright (C) 2003-2009 Niklas Beisert
+%%
+%% 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 (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.
+%%
+\NeedsTeXFormat{LaTeX2e}[1996/12/01]
+\ProvidesFile{collsamp.tex}[2009/06/09 v1.0 Sample for Collect References]
+\documentclass{article}
+\usepackage[bulletsep]{collref}
+
+\begin{document}
+
+\cite{c1,c2,c3,c4}
+\nocollect{c3}
+\cite{c5,c6,c7,c8,c9}
+\cite{c5,c6,c7}
+\cite{c7,c8,c9}
+
+\begin{thebibliography}{11}
+\bibitem{c1} reference 1
+\bibitem{c2} reference 2
+\bibitem{c3} reference 3
+\bibitem{c4} reference 4
+\bibitem{c5} reference 5
+\bibitem{c6} reference 6
+\bibitem{c7} reference 7
+\bibitem{c8} reference 8
+\bibitem{c9} reference 9
+\end{thebibliography}
+
+\end{document}
+
+
+\endinput
+%%
+%% End of file `collsamp.tex'.