source: rtems/doc/common/setup.texi @ 32cbfa7

4.104.114.84.95
Last change on this file since 32cbfa7 was 32cbfa7, checked in by Joel Sherrill <joel.sherrill@…>, on 05/28/97 at 20:34:15

* empty log message *

  • Property mode set to 100644
File size: 1.3 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1997.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6
7@c
8@c  Set Variables
9@c
10
11@set RTEMS-RELEASE 4.1.0
12
13@c
14@c  The following determines which set of the tables and figures we will use.
15@c  We default to ASCII but if available TeX or HTML versions will
16@c  be used instead.
17@c
18
19@set use-ascii
20@clear use-html
21@clear use-tex
22 
23@iftex
24@clear use-ascii
25@clear use-html
26@set use-tex
27@end iftex
28 
29@ifhtml
30@clear use-ascii
31@clear use-tex
32@set use-html
33@end ifhtml
34
35@c
36@c The following variable says to use texinfo or html for the two column
37@c texinfo tables.  For somethings the format does not look good in html.
38@c With our adjustment to the left column in TeX, it nearly always looks
39@c good printed.
40@c
41@ifset use-ascii
42@set use-texinfo-tables
43@end ifset
44@ifset use-tex
45@set use-texinfo-tables
46@end ifset
47@ifset use-html
48@clear use-texinfo-tables
49@end ifset
50
51@c
52@c Custom whitespace adjustments.  We could fiddle a bit more.
53@c
54@tex
55\global\parindent 0in
56\global\chapheadingskip = 15pt plus 4pt minus 2pt
57\global\secheadingskip = 12pt plus 4pt minus 2pt
58\global\subsecheadingskip = 9pt plus 4pt minus 2pt
59\global\hbadness = 10000
60\global\tolerance = 6000
61\global\tableindent = 1.5in
62\global\itemindent = 0.5in
63
64@ifclear smallbook
65\global\parskip 6pt plus 1pt
66@end ifclear
67@end tex
68
69
Note: See TracBrowser for help on using the repository browser.