1PUBINDEX(1) General Commands Manual PUBINDEX(1)
2
3
4
6 pubindex - make inverted bibliographic index
7
9 pubindex [ file ] ...
10
12 Pubindex makes a hashed inverted index to the named files for use by
13 refer(1). The files contain bibliographic references separated by
14 blank lines. A bibliographic reference is a set of lines that contain
15 bibliographic information fields. Each field starts on a line begin‐
16 ning with a `%', followed by a key-letter, followed by a blank, and
17 followed by the contents of the field, which continues until the next
18 line starting with `%'. The most common key-letters and the corre‐
19 sponding fields are:
20
21 A Author name
22 B Title of book containing article referenced
23 C City
24 D Date
25 d Alternate date
26 E Editor of book containing article referenced
27 G Government (CFSTI) order number
28 I Issuer (publisher)
29 J Journal
30 K Other keywords to use in locating reference
31 M Technical memorandum number
32 N Issue number within volume
33 O Other commentary to be printed at end of reference
34 P Page numbers
35 R Report number
36 r Alternate report number
37 T Title of article, book, etc.
38 V Volume number
39 X Commentary unused by pubindex
40
41 Except for `A', each field should only be given once. Only relevant
42 fields should be supplied. An example is:
43
44 %T 5-by-5 Palindromic Word Squares
45 %A M. D. McIlroy
46 %J Word Ways
47 %V 9
48 %P 199-202
49 %D 1976
50
52 x.ia, x.ib, x.ic where x is the first argument.
53
55 refer(1)
56
57
58
59 local PUBINDEX(1)