diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man7/papers.7 | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man7/papers.7')
| -rw-r--r-- | static/v10/man7/papers.7 | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/static/v10/man7/papers.7 b/static/v10/man7/papers.7 new file mode 100644 index 00000000..ac4c4114 --- /dev/null +++ b/static/v10/man7/papers.7 @@ -0,0 +1,85 @@ +.TH PAPERS 7 bowell +.CT 1 inst_info +.SH NAME +findauthor, papers, makepaper \- consult database of locally authored papers +.SH SYNOPSIS +.B findauthor +.IB person +.PP +.B papers +.I person +.PP +.B makepaper +.I papername +.SH DESCRIPTION +.PP +.I Findauthor +produces a shell +.I cd +command to set the current directory to the place where papers by +.I person +(a login name or a last name) are stored. +.PP +.I Papers +lists the names and titles of the papers stored under +.I person. +.PP +.I Makepaper +produces +.IR troff (1) +output for +.I papername. +.PP +The database is stored in file system +.FR /n/bowell/pap . +File +.F /n/bowell/pap/Titles +lists titles, authors and installation date +of papers in the database. +Many papers have been preprocessed for quick presentation +of figures and equations with +.IR reader (9.7). +These papers are stored in directories named +.IB papername .d\fR; +other papers are stored as +single files. +.SH EXAMPLES +.TP +.B `findauthor aho` +Change to directory of Aho's works. +.SH FILES +.TF /n/bowell/pap/Titles +.TP +.F /n/bowell/pap/Titles +titles, authors and installation dates +.TP +.F /n/bowell/pap/*org +membership list +.TP +.BI /n/bowell/pap/ center / department / author\f5/\fIpapername\fR[\f5.d\fR] +.SH SEE ALSO +.IR reader (9.7), +.IR docsubmit (1), +.IR troff (1), +.IR doctype (1) +.SH BUGS +.PP +.I Makepaper +depends on +.IR doctype (1) +to determine what preprocessors to run. +.br +.I Makepaper +does not know the author's original arguments to +.IR refer , +so papers are produced with +.IR refer 's +default arguments. +.br +.I Makepaper +does not work with +.RI non- troff +formatters such as +.IR tex (1) +or +.IR monk (1). |
