INDXBIB(1) — USER COMMANDS
NAME
indxbib − make inverted index to a bibliography
SYNOPSIS
indxbib database ...
DESCRIPTION
Indxbib makes an inverted index to the named databases (or files) for use by lookbib(1) and refer(1). These files contain bibliographic references (or other kinds of information) separated by blank lines.
A bibliographic reference is a set of lines, constituting fields of bibliographic information. Each field starts on a line beginning with a “%”, followed by a key-letter, then a blank, and finally the contents of the field, which may continue until the next line starting with “%”.
Indxbib is a shell script that calls two programs: /usr/lib/refer/mkey and /usr/lib/refer/inv. mkey truncates words to 6 characters, and maps upper case to lower case. It also discards words shorter than 3 characters, words among the 100 most common English words, and numbers (dates) < 1900 or > 2000. These parameters can be changed — see Refer — a Bibliography System in the Editing and Text Processing on the Sun Workstation document. inv creates an entry file (.ia), a posting file (.ib), and a tag file (.ic), all in the working directory.
FILES
x.ia, x.ib, x.ic, where x is the first argument, or if these are not present, then x.ig, x
SEE ALSO
refer(1), addbib(1), sortbib(1), roffbib(1), lookbib(1)
Refer in Formatting Documents on the Sun Workstation
BUGS
Probably all dates should be indexed, since many disciplines refer to literature written in the 1800s or earlier.
Sun Release 3.2 — Last change: 6 April 1985