1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
|
.\" Emacs mode: -*- nroff -*-
.TH DITROFF 7 "7 November 2018" "Groff Version 1.22.3"
.SH NAME
ditroff \- classical device independent roff
.
.\" ditroff.man
.
.
.de co
Copyright \[co] 2001-2014 Free Software Foundation, Inc.
This file is part of groff, the GNU roff type-setting system.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Front-Cover Texts, and with no Back-Cover Texts.
A copy of the Free Documentation License is included as a file called
FDL in the main directory of the groff source package, it is also
available on-line at the
.UR http://\:www.gnu.org/\:copyleft/\:fdl.html
GNU copyleft site
.UE .
..
.de au
It was written by
.MT groff-bernd.warken-72@\:web.de
Bernd Warken
.ME
and is maintained by
.MT wl@\:gnu.org
Werner Lemberg
.ME .
..
.
.\" --------------------------------------------------------------------
.SH DESCRIPTION
.\" --------------------------------------------------------------------
.
The name
.I ditroff
once marked a development level of the
.I troff
text processing system.
.
In actual
.BR roff (7)
systems, the name
.I troff
is used as a synonym for
.IR ditroff .
.
.P
The first roff system was written by Joe Ossanna around 1973.
.
It supported only two output devices, the
.B nroff
program produced text oriented tty output, while the
.B troff
program generated graphical output for exactly one output device, the Wang
.I Graphic Systems CAT
typesetter.
.
.
.P
In 1979, Brian Kernighan rewrote troff to support more devices by
creating an intermediate output format for troff that can be fed into
postprocessor programs which actually do the printout on the device.
.
Kernighan\[aq]s version marks what is known as
.I classical troff
today.
.
In order to distinguish it from Ossanna\[aq]s original mono-device
version, it was called
.I ditroff
.RI ( d "evice " i "ndependent " troff )
on some systems, though this naming isn\[aq]t mentioned in the
classical documentation.
.
.
.P
Today, any existing roff system is based on Kernighan\[aq]s
multi-device troff.
.
The distinction between
.I troff
and
.I ditroff
isn\[aq]t necessary any longer, for each modern
.I troff
provides already the complete functionality of
.IR ditroff .
.
On most systems, the name
.I troff
is used to denote
.IR ditroff .
.
.
.P
The easiest way to use ditroff is the GNU roff system,
.IR groff .
The
.BR groff (1)
program is a wrapper around
.I (di)troff
that automatically handles postprocessing.
.
.
.\" --------------------------------------------------------------------
.SH "SEE ALSO"
.\" --------------------------------------------------------------------
.
.TP
.I [CSTR\~#54]
The 1992 revision of the
.I Nroff/Troff User\[aq]s Manual
by
.I J.\& F.\& Ossanna
and
.IR "Brian Kernighan" ,
see
.UR http://\:cm.bell-labs.com/\:cm/\:cs/\:cstr/\:54.ps.gz
Bell Labs CSTR\~#54
.UE .
.
.TP
.I [CSTR\~#97]
.I A Typesetter-independent TROFF
by
.I Brian Kernighan
is the original documentation of the first multi-device troff
.RI ( ditroff ),
see
.UR http://\:cm.bell-labs.com/\:cm/\:cs/\:cstr/\:97.ps.gz
Bell Labs CSTR\~#97
.UE .
.
.TP
.BR roff (7)
This document gives details on the history and concepts of roff.
.
.TP
.BR troff (1)
The actual implementation of
.IR ditroff .
.
.TP
.BR groff (1)
The GNU roff program and pointers to all documentation around groff.
.
.TP
.BR groff_out (5)
The groff version of the intermediate output language, the basis for
multi-devicing.
.
.
.\" --------------------------------------------------------------------
.SH "COPYING"
.\" --------------------------------------------------------------------
.co
.\" --------------------------------------------------------------------
.SH "AUTHORS"
.\" --------------------------------------------------------------------
.au
|