blob: c913384f82c4bfeea885f568dd5c064e3c329f7d (
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
49
50
51
|
CITESIDX
(Based on fancycites.sty and windex.tex)
Author: Frank Buchholz, Dortmund, Germany, Dec. 1992
email: buchholz@lusty.informatik.uni-dortmund.de
Main purpose:
Add reference-page-list to bibliography-items.
This is done by using the index-facility.
Am Ende der Literaturangaben wird jeweils eine Liste der Seiten
angef"ugt, auf denen zitiert wird. Diese Liste wird, ebenso wie der
Index, mit dem Programm "makeindex" erstellt. Daf"ur ben"otigt
"makeindex" die Datei "citesidx.isty".
Files:
README This file
CITESIDX.STY Style-File used by LaTeX
CITESIDX.ISTY Style-file used by 'makeindex'. Every char-group
( A, B, C, ... ) is started with a header.
If your makeindex-programm doesn't understand this,
use the following file instead.
CITESIDX1.ISTY Style-file used by 'makeindex'
Documentation:
see CITESIDX.STY
Usage:
latex <file>
bibtex <file> % if neccesary
makeindex -s makeindex.isty <file>
latex <file>
latex <file>
Why use file CITESIDX.ISTY?
The program "makeindex" has to write entries like the following
\item \indexciteitem{<key>}{<pageno-list>}
into the *.ind-file if it recognizes entries like
\indexentry{<key>@\indexciteitem{<key>}}{<pageno>}
in the *.idx-file. The latter entries are produced by the
\cites-commands.
Notice that the pageno-list is enclosed in brackets, because
the command \indexciteitem takes two parameters.
Hint:
If you change file "makeindex.isty" to get an other index-layout or
if you like to use an other program than "makeindex" to produce the
file <name>.ind, take care that the page-list have to be enclosed in
brackets.
|