.;
.;	This is the generic documentation for any version of RNO
.;
.;		Conditionals
.;	VMS	IAS	RT	RSX	POS	-control operating sys
.;	SMALL	- Produces short document
.;	MICRO	- Produces microscopic document
.;	HLP	- For help file
.;
.REQUIRE "cntrl"		.; Set up the format of document
.type RUNOFF Main document being produced
.if small 
.if micro
.type Microscopic version
.else micro
.type Brief version
.endif micro
.endif small
.if vms .type for VMS
.if vmsnative .type Native mode
.else * .type Compatability mode
.endif *
.endif VMS
.iif  rsx .type for rsx 
.iif  RT .type for RT-11
.iif  IAS .type for IAS
.iifnot micro .type -- please be patient as this will take a while --
.type
.send toc .type  TOC file being processed
.send toc .type
.stc .variant TOC
.STC .REQUIRE "cntrl"		.; Set up format of table of contents
.stc .display number RL		.; Lower case roman numerals in TOC page num.
.stc .req "TITLE"		.; Set up document title in TOC
.if small
.fig 20
.c text
.if micro
Pocket Handbook
.else micro
Brief Guide
.endif micro
.s2
to
.s2
BONNER LAB RUNOFF
.end center
.endif small
.REQUIRE 'INTROD'		.; Start with introduction
.if small
.text
.s.c text
Author:
.req 'author'
.end center
.end text
.endif small
.if rt				.; Now check if RT document
.require 'rtinit'
.else rt
.REQUIRE 'OPERAT'
.endif rt
.iifnot micro .REQUIRE 'SOURCE'
.ifnot small
.REQUIRE 'CASE'
.REQUIRE 'SPECIL'
.require "HINTS"
.endif small
.ifnot micro
.REQUIRE 'COMAND'
.REQUIRE 'TEXTF'
.REQUIRE 'PAGEF'
.REQUIRE "PAGEH"
.REQUIRE 'LIST'
.REQUIRE "CHAPT"
.REQUIRE "SECTH"
.require 'number'
.REQUIRE "DISPLA"
.REQUIRE 'MODES'
.REQUIRE 'PARAMS'
.REQUIRE "FLAGS"
.iifnot small .REQUIRE "END"
.REQUIRE "ENABLE"
.REQUIRE "DEFINE"
.require 'misc'
.REQUIRE "INDEX"
.require "TOC"
.ifnot small
.require "EQATN"
.endif small
.require "IF"
.display title "APPENDIX: "
.ifnot small
.require "LIMITS"
.REQUIRE 'ERRORS'
.REQUIRE 'BUILD'
.endif small
.endif micro
.REQUIRE 'CHARAP'
.REQUIRE 'COMNAP'
.ifnot small
.REQUIRE  "spald"
.REQUIRE 'printr'
.endif small
.ifnot micro
.FILL
.NJ
.display title "" ""
.title INDEX
.subtitle
.LM .RM 
.page
.fill
.send page toc .s ;INDEX
.FIGURE 3
.c;INDEX
.s.C;(RUNOFF commands appear in upper case.)
.s
.SET PARAGRAPH 0,1,3
.PRINT INDEX
.send toc .REQUIRE 'PREFAC'
.COMMENT END OF TEXT
.endif micro