summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-01 17:25:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-01 17:25:50 +0000
commitb777c2a135ffbc16f3b6d0da569f0ca2697ed1f7 (patch)
treeea908ce3d407d4896b98830db29ae239cf4be6b9
parentPatch rtemsdoc-4.5.0-rc-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. (diff)
downloadrtems-b777c2a135ffbc16f3b6d0da569f0ca2697ed1f7.tar.bz2
Readding.
Diffstat (limited to '')
-rw-r--r--doc/common/setup.texi65
1 files changed, 65 insertions, 0 deletions
diff --git a/doc/common/setup.texi b/doc/common/setup.texi
new file mode 100644
index 0000000000..bbb0600dc9
--- /dev/null
+++ b/doc/common/setup.texi
@@ -0,0 +1,65 @@
+@c
+@c COPYRIGHT (c) 1988-2000.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
+@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
+
+