summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/citeref
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-09 21:16:36 +0000
committerKarl Berry <karl@freefriends.org>2018-04-09 21:16:36 +0000
commit6c211336f233c6fa76374d84bdec20e12ab498c9 (patch)
treebbf82187b9d24283ba48aa0acfc3b1685657546d /Master/texmf-dist/doc/latex/citeref
parentb6d0e48d0dc2802689f8b34570f7ca257c73bc20 (diff)
citeref (9apr18)
git-svn-id: svn://tug.org/texlive/trunk@47407 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/citeref')
-rw-r--r--Master/texmf-dist/doc/latex/citeref/README.pdfbin0 -> 67265 bytes
-rw-r--r--Master/texmf-dist/doc/latex/citeref/README.txt48
2 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/citeref/README.pdf b/Master/texmf-dist/doc/latex/citeref/README.pdf
new file mode 100644
index 00000000000..b95d99edf20
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/citeref/README.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/citeref/README.txt b/Master/texmf-dist/doc/latex/citeref/README.txt
new file mode 100644
index 00000000000..9e8946af2f0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/citeref/README.txt
@@ -0,0 +1,48 @@
+ File: README.txt
+ Author: Bj"orn Briel (bjoern.briel@gmail.com)
+ Date: 2018-04-07
+
+This README describes citeref.sty
+
+LICENSE: BSD (https://ctan.org/license/bsd4)
+
+CREDITS
+ Partially based on CITESIDX.STY by Frank Buchholz
+ Contributions by Florian Werner Sauer
+
+
+Main purpose:
+ Add reference-page-list to bibliography-items.
+
+Features:
+ - This is done WITHOUT using the index-facility.
+ - Full transparency - no special \cite-replacement
+ - Works with or without BibTeX
+ - No extra LaTeX runs needed, neither external programs
+ - Customizeable look of the back-references
+
+Caveats:
+ - Does probably NOT work with other \cite-related style-options
+ which redefine the (internal) \@citex macro
+ - Citation tags may no longer contain a '=' char due to expansion
+ issues.
+
+Usage:
+ \usepackage{citeref}
+ No Options declared
+
+ Change Style of printed page references by redefining the macro
+ '\bibitempages#1'. The parameter is a comma-separated list of
+ page references. The default macro puts it into brackets [...].
+
+ Print comments in the bibliography: Use the macro
+ \bibintro{Blah...} before \thebibliography
+
+Revision History:
+ 1999-01-05 Initial release
+ 1999-27-05 Got sometimes wrong page numbers;
+ Removed \immediate from \write of \citepageref-Macro
+ in redefinition of \@citex to fix this
+ 2018-04-07 Added licensing information
+
+