roff: import

This commit is contained in:
2026-03-14 07:27:23 +01:00
parent 7b44f211d3
commit ca469fff65
6 changed files with 658 additions and 0 deletions

53
roff/paper.me Normal file
View File

@@ -0,0 +1,53 @@
.tp
.he 'left'center'right'
.fo 'left''%'
.sp 6
.ce 5
.b "Title of my paper"
.sp 2
Jim Hall
.sp
Class
.sp
Instructor
.sp
Date
.bp
.\" .ls 2
.sh 1 Introduction
.lp
One cool thing I like about the history of Unix is how
Unix developed into a document processing system.
The short history of that is the Unix team wanted to
purchase a new computer to keep working on Unix.
But management said
.q No.
.pp
Around that same time, the Patents team wanted to buy a
new computer to write patent applications, but the
vendor hadn't finished the software yet.
The Unix team went to them and said:
.(q
Hey, if you buy us a new computer,
we'll update the existing
.b roff
typesetting system so you can write patent applications.
.)q
.pp
That's how Unix created the first
.b nroff
program,
.i "new roff" .
Later, they updated
.b nroff
to become
.b troff ,
the
.i "typesetter roff" ,
and even later
.b ditroff ,
the
.i "device idenependent"
version of
.b troff .
.sh 2 Introduction