summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/collref
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-17 23:45:39 +0000
committerKarl Berry <karl@freefriends.org>2018-01-17 23:45:39 +0000
commit33c565ee6e326f8240b3cfb268832838a3f63f9e (patch)
treec41e66b9891bbb4915d0b723d1fa74a3ebe7c979 /Master/texmf-dist/doc/latex/collref
parent6de655d48384a725b9d5f7496193db8824a96596 (diff)
collref (17jan18)
git-svn-id: svn://tug.org/texlive/trunk@46358 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/collref')
-rw-r--r--Master/texmf-dist/doc/latex/collref/README.txt (renamed from Master/texmf-dist/doc/latex/collref/README)18
-rw-r--r--Master/texmf-dist/doc/latex/collref/collref.pdfbin297372 -> 281345 bytes
-rw-r--r--Master/texmf-dist/doc/latex/collref/collsamp.tex9
3 files changed, 15 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/collref/README b/Master/texmf-dist/doc/latex/collref/README.txt
index bbda4df9d6a..7d551f6461a 100644
--- a/Master/texmf-dist/doc/latex/collref/README
+++ b/Master/texmf-dist/doc/latex/collref/README.txt
@@ -1,24 +1,26 @@
-collref v2.0b
-Copyright 2003-2014 Niklas Beisert
+collref v2.0c
+Copyright 2003-2018 Niklas Beisert
-collref is a LaTeX2e package to automatically collect
-multiple \bibitem references which always appear in the same sequence
+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
+The package consists of the files
- README readme file
+ README.txt 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.
+The distribution consists of the files
+README.txt, 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.
+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
index 5f264c1cd1b..e71f51fa174 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 170336113f4..f54c451ccf9 100644
--- a/Master/texmf-dist/doc/latex/collref/collsamp.tex
+++ b/Master/texmf-dist/doc/latex/collref/collsamp.tex
@@ -6,7 +6,7 @@
%%
%% collref.dtx (with options: `sample')
%%
-%% Copyright (C) 2003-2014 Niklas Beisert
+%% Copyright (C) 2003-2018 Niklas Beisert
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -17,9 +17,12 @@
%% version 2005/12/01 or later.
%%
\NeedsTeXFormat{LaTeX2e}[1996/12/01]
-\ProvidesFile{collsamp.tex}[2014/08/31 v2.0b Sample for Collect References]
+\ProvidesFile{collsamp.tex}[2018/01/17 v2.0c Sample for Collect References]
\documentclass{article}
+
+%%\usepackage{cite}
\usepackage[punctsep]{collref}
+%%\usepackage{hyperref}
\begin{document}
@@ -44,8 +47,6 @@
\end{thebibliography}
\end{document}
-
-
\endinput
%%
%% End of file `collsamp.tex'.