summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/citeref/README.txt
blob: 9e8946af2f0fca23c9e07d1a1a663cdf20c1563e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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