Deleted Added
full compact
tt04 (96897) tt04 (108533)
1.\" This module is believed to contain source code proprietary to AT&T.
2.\" Use and redistribution is subject to the Berkeley Software License
3.\" Agreement and your Software Agreement with AT&T (Western Electric).
4.\"
5.\" @(#)tt04 8.1 (Berkeley) 6/8/93
6.\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
1.\" This module is believed to contain source code proprietary to AT&T.
2.\" Use and redistribution is subject to the Berkeley Software License
3.\" Agreement and your Software Agreement with AT&T (Western Electric).
4.\"
5.\" @(#)tt04 8.1 (Berkeley) 6/8/93
6.\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
7.\"
7.\"
8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions are
10.\" met:
8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions are
10.\" met:
11.\"
11.\"
12.\" Redistributions of source code and documentation must retain the above
13.\" copyright notice, this list of conditions and the following
14.\" disclaimer.
12.\" Redistributions of source code and documentation must retain the above
13.\" copyright notice, this list of conditions and the following
14.\" disclaimer.
15.\"
15.\"
16.\" Redistributions in binary form must reproduce the above copyright
17.\" notice, this list of conditions and the following disclaimer in the
18.\" documentation and/or other materials provided with the distribution.
16.\" Redistributions in binary form must reproduce the above copyright
17.\" notice, this list of conditions and the following disclaimer in the
18.\" documentation and/or other materials provided with the distribution.
19.\"
19.\"
20.\" All advertising materials mentioning features or use of this software
21.\" must display the following acknowledgement:
20.\" All advertising materials mentioning features or use of this software
21.\" must display the following acknowledgement:
22.\"
22.\"
23.\" This product includes software developed or owned by Caldera
24.\" International, Inc. Neither the name of Caldera International, Inc.
25.\" nor the names of other contributors may be used to endorse or promote
26.\" products derived from this software without specific prior written
27.\" permission.
23.\" This product includes software developed or owned by Caldera
24.\" International, Inc. Neither the name of Caldera International, Inc.
25.\" nor the names of other contributors may be used to endorse or promote
26.\" products derived from this software without specific prior written
27.\" permission.
28.\"
28.\"
29.\" USE OF THE SOFTWARE PROVIDED FOR UNDER THIS LICENSE BY CALDERA
30.\" INTERNATIONAL, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR
31.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
32.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33.\" DISCLAIMED. IN NO EVENT SHALL CALDERA INTERNATIONAL, INC. BE LIABLE
34.\" FOR ANY DIRECT, INDIRECT INCIDENTAL, SPECIAL, EXEMPLARY, OR
35.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
36.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
37.\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
38.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
39.\" OR OTHERWISE) RISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
40.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29.\" USE OF THE SOFTWARE PROVIDED FOR UNDER THIS LICENSE BY CALDERA
30.\" INTERNATIONAL, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR
31.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
32.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33.\" DISCLAIMED. IN NO EVENT SHALL CALDERA INTERNATIONAL, INC. BE LIABLE
34.\" FOR ANY DIRECT, INDIRECT INCIDENTAL, SPECIAL, EXEMPLARY, OR
35.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
36.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
37.\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
38.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
39.\" OR OTHERWISE) RISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
40.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41.\"
42.\" $FreeBSD: head/share/doc/usd/22.trofftut/tt04 96897 2002-05-19 03:37:41Z grog $
43.\"
41.\"
42.\" $FreeBSD: head/share/doc/usd/22.trofftut/tt04 108533 2003-01-01 18:49:04Z schweikh $
43.\"
44.NH
45Indents and Line Lengths
46.PP
47.UL troff
48starts with a line length of 6.5 inches,
49which some people think is too wide for 8\(12\(mu11 paper.
50To reset the line length,
51use

--- 57 unchanged lines hidden (view full) ---

109The distinction is quite important:
110.BD .ll\ +1i
111makes lines one inch longer;
112.BD .ll\ 1i
113makes them one inch
114.ul
115long.
116.PP
44.NH
45Indents and Line Lengths
46.PP
47.UL troff
48starts with a line length of 6.5 inches,
49which some people think is too wide for 8\(12\(mu11 paper.
50To reset the line length,
51use

--- 57 unchanged lines hidden (view full) ---

109The distinction is quite important:
110.BD .ll\ +1i
111makes lines one inch longer;
112.BD .ll\ 1i
113makes them one inch
114.ul
115long.
116.PP
117With
117With
118.BD .in ,
119.BD .ll
120and
121.BD .po ,
122the previous value is used if no argument is specified.
123.PP
124To indent a single line, use the `temporary indent'
125command

--- 8 unchanged lines hidden (view full) ---

134.BD .ti ,
135as for most horizontally oriented commands
136.BD .ll , (
137.BD .in ,
138.BD .po ),
139is ems;
140an em is roughly the width of the letter `m'
141in the current point size.
118.BD .in ,
119.BD .ll
120and
121.BD .po ,
122the previous value is used if no argument is specified.
123.PP
124To indent a single line, use the `temporary indent'
125command

--- 8 unchanged lines hidden (view full) ---

134.BD .ti ,
135as for most horizontally oriented commands
136.BD .ll , (
137.BD .in ,
138.BD .po ),
139is ems;
140an em is roughly the width of the letter `m'
141in the current point size.
142(Precisely, a em in size
142(Precisely, an em in size
143.ul
144p
145is
146.ul
147p
148points.)
149Although inches are usually clearer than ems to people who don't set type
150for a living,

--- 39 unchanged lines hidden ---
143.ul
144p
145is
146.ul
147p
148points.)
149Although inches are usually clearer than ems to people who don't set type
150for a living,

--- 39 unchanged lines hidden ---