1addbib(1) User Commands addbib(1)
2
3
4
6 addbib - create or extend a bibliographic database
7
9 addbib [-a] [-p promptfile] database
10
11
13 When addbib starts up, answering y to the initial Instructions? prompt
14 yields directions. Typing n (or RETURN) skips the directions. addbib
15 then prompts for various bibliographic fields, reads responses from the
16 terminal, and sends output records to database. A null response (just
17 RETURN) means to leave out that field. A `−' (minus sign) means to go
18 back to the previous field. A trailing backslash allows a field to be
19 continued on the next line. The repeating Continue? prompt allows the
20 user either to resume by typing y (or RETURN), to quit the current ses‐
21 sion by typing n or q, or to edit database with any system editor (see
22 vi(1), ex(1), ed(1)).
23
25 The following options are supported:
26
27 -a Suppresses prompting for an abstract. Asking for an
28 abstract is the default. Abstracts are ended with a
29 Control−D.
30
31
32 -p promptfile Uses a new prompting skeleton, defined in promptfile.
33 This file should contain prompt strings, a TAB, and
34 the key-letters to be written to the database.
35
36
38 Bibliography Key Letters
39 The most common key-letters and their meanings are given below. addbib
40 insulates you from these key-letters, since it gives you prompts in
41 English, but if you edit the bibliography file later on, you will need
42 to know this information.
43
44 %A Author's name
45
46
47 %B Book containing article referenced
48
49
50 %C City (place of publication)
51
52
53 %D Date of publication
54
55
56 %E Editor of book containing article referenced
57
58
59 %F Footnote number or label (supplied by refer)
60
61
62 %G Government order number
63
64
65 %H Header commentary, printed before reference
66
67
68 %I Issuer (publisher)
69
70
71 %J Journal containing article
72
73
74 %K Keywords to use in locating reference
75
76
77 %L Label field used by -k option of refer
78
79
80 %M Bell Labs Memorandum (undefined)
81
82
83 %N Number within volume
84
85
86 %O Other commentary, printed at end of reference
87
88
89 %P Page number(s)
90
91
92 %Q Corporate or Foreign Author (unreversed)
93
94
95 %R Report, paper, or thesis (unpublished)
96
97
98 %S Series title
99
100
101 %T Title of article or book
102
103
104 %V Volume number
105
106
107 %X Abstract — used by roffbib, not by refer
108
109
110 %Y,Z Ignored by refer
111
112
114 Example 1 Editing the bibliography file
115
116
117 Except for A, each field should be given just once. Only relevant
118 fields should be supplied.
119
120
121 %A Mark Twain
122 %T Life on the Mississippi
123 %I Penguin Books
124 %C New York
125 %D 1978
126
127
128
130 See attributes(5) for descriptions of the following attributes:
131
132
133
134
135 ┌─────────────────────────────┬─────────────────────────────┐
136 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
137 ├─────────────────────────────┼─────────────────────────────┤
138 │Availability │SUNWdoc │
139 └─────────────────────────────┴─────────────────────────────┘
140
142 ed(1), ex(1), indxbib(1), lookbib(1), refer(1), roffbib(1), sortbib(1),
143 vi(1), attributes(5)
144
145
146
147SunOS 5.11 14 Sep 1992 addbib(1)