summaryrefslogtreecommitdiffstats
path: root/doc/common/setup.texi
blob: 25a8ba3a278d8f31d8ab8159bcab11fbd9b30527 (plain) (blame)
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
@c
@c  COPYRIGHT (c) 1988-1998.
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c
@c  $Id$
@c

@c
@c  Set Variables
@c

@set RTEMS-RELEASE 19990302
@set RTEMS-EDITION 19990302
@set RTEMS-VERSION 19990302
@set RTEMS-UPDATE-DATE February 10 1998
@set RTEMS-UPDATE-MONTH February 1998

@c
@c  The following determines which set of the tables and figures we will use.
@c  We default to ASCII but if available TeX or HTML versions will 
@c  be used instead.
@c

@set use-ascii
@clear use-html
@clear use-tex
 
@iftex
@clear use-ascii
@clear use-html
@set use-tex
@end iftex
 
@ifhtml
@clear use-ascii
@clear use-tex
@set use-html
@end ifhtml

@c
@c The following variable says to use texinfo or html for the two column
@c texinfo tables.  For somethings the format does not look good in html.
@c With our adjustment to the left column in TeX, it nearly always looks
@c good printed.
@c
@ifset use-ascii
@set use-texinfo-tables
@end ifset
@ifset use-tex
@set use-texinfo-tables
@end ifset
@ifset use-html
@clear use-texinfo-tables
@end ifset

@c
@c Custom whitespace adjustments.  We could fiddle a bit more.
@c
@tex
\global\parindent 0in
\global\chapheadingskip = 15pt plus 4pt minus 2pt
\global\secheadingskip = 12pt plus 4pt minus 2pt
\global\subsecheadingskip = 9pt plus 4pt minus 2pt
\global\hbadness = 10000
\global\tolerance = 6000
\global\tableindent = 1.5in
\global\itemindent = 0.5in

@ifclear smallbook
\global\parskip 6pt plus 1pt
@end ifclear
@end tex