summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/collref
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-07 23:11:56 +0000
committerKarl Berry <karl@freefriends.org>2009-09-07 23:11:56 +0000
commit9811e61a31288ae1d73ac3534bd85c911ce81bbc (patch)
tree741451bf1f70e8a2ae7dc397ccb748befe2212ef /Master/texmf-dist/doc/latex/collref
parentb7d70cabd9d223b8736e0877da5b0b0dbfa7b9bc (diff)
collref 2.0 (7sep09)
git-svn-id: svn://tug.org/texlive/trunk@15177 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/collref')
-rw-r--r--Master/texmf-dist/doc/latex/collref/README22
-rw-r--r--Master/texmf-dist/doc/latex/collref/collref.pdfbin146302 -> 283897 bytes
-rw-r--r--Master/texmf-dist/doc/latex/collref/collsamp.tex24
3 files changed, 28 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/collref/README b/Master/texmf-dist/doc/latex/collref/README
index e0db0fca20b..9613f3a5da0 100644
--- a/Master/texmf-dist/doc/latex/collref/README
+++ b/Master/texmf-dist/doc/latex/collref/README
@@ -1,4 +1,4 @@
-collref v1.0
+collref v2.0
Copyright 2003-2009 Niklas Beisert
collref is a LaTeX2e package to automatically collect
@@ -7,12 +7,12 @@ 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
+ README readme file
+ collref.ins installation file
+ collref.dtx source file
+ collref.sty package file
+ collsamp.tex sample file
+ collref.pdf manual
The distribution consists of the files README, collref.ins and collref.dtx.
@@ -21,3 +21,11 @@ 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.
+
+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.
diff --git a/Master/texmf-dist/doc/latex/collref/collref.pdf b/Master/texmf-dist/doc/latex/collref/collref.pdf
index 5e81d283486..e1b5e9414ac 100644
--- a/Master/texmf-dist/doc/latex/collref/collref.pdf
+++ 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
index b2b2b706b68..4120856051e 100644
--- a/Master/texmf-dist/doc/latex/collref/collsamp.tex
+++ b/Master/texmf-dist/doc/latex/collref/collsamp.tex
@@ -17,28 +17,30 @@
%% version 2005/12/01 or later.
%%
\NeedsTeXFormat{LaTeX2e}[1996/12/01]
-\ProvidesFile{collsamp.tex}[2009/06/09 v1.0 Sample for Collect References]
+\ProvidesFile{collsamp.tex}[2009/09/07 v2.0 Sample for Collect References]
\documentclass{article}
-\usepackage[bulletsep]{collref}
+\usepackage[punctsep]{collref}
\begin{document}
+\def\tworef{c8,c9}
+
\cite{c1,c2,c3,c4}
\nocollect{c3}
-\cite{c5,c6,c7,c8,c9}
+\cite{c5,c6,c7,\tworef}
\cite{c5,c6,c7}
-\cite{c7,c8,c9}
+\cite{c7,\tworef}
\begin{thebibliography}{11}
-\bibitem{c1} reference 1
-\bibitem{c2} reference 2
-\bibitem{c3} reference 3
-\bibitem{c4} reference 4
+\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
+\bibitem{c7} reference 7 %
+\bibitem{c8} reference 8\ignorespaces
+\bibitem{c9} reference 9\ignorespaces
\end{thebibliography}
\end{document}