summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/collref/collsamp.tex
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/collsamp.tex
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/collsamp.tex')
-rw-r--r--Master/texmf-dist/doc/latex/collref/collsamp.tex49
1 files changed, 49 insertions, 0 deletions
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'.