.!This is an example control file illustrating some customization by an .!individual doing a thesis .! .!------------------------- OPTIONAL LINES ------------------------- .SEND TOC .REQUIRE "TITLPG" .!Include TITLPG.RNO file before tbl of contents .VARIANT NUM_HEAD ROMAN .!Include optional RNOTHESIS formatting options .!------------------------- REQUIRED LINES ------------------------- .REQUIRE "SY:THES2A" .!The main thesis-control file is included next .!-------------------- AUTHOR'S CUSTOMIZATIONS --------------------- .SEND TOC .REQUIRE "SYMBOL" !.Include SYMBOL.RNO sym-def file after contents .DISABLE HYPHENATION .!Shut off hyphenation for drafts; RUNOFF runs faster .AUTOPARAGRAPH .!Autoparagraphing is recommended unless you're a .! first-time RUNOFF user. NO AUTOPARAGRAPHing is the RUNOFF default .IF LP .!Don't define super/subscripting variables when using the LP: printer .DEFINE SUBSTITUTE /V/V .DEFINE SUBSTITUTE /CO2V/$VCO2 .DEFINE SUBSTITUTE /O2V/$VO2 .DEFINE SUBSTITUTE /MO2V/$O2Vmax .ELSE LP .!Define V-dot CO2, etc. for all other output devices .FLAGS OVERSTRIKE .DEFINE SUBSTITUTE /V/^(.^)%V .DEFINE SUBSTITUTE /CO2V/$V^^> .DEFINE SUBSTITUTE /O2V/$V^^> .DEFINE SUBSTITUTE /MO2V/$O2V^ .ENDIF LP .! .!REQUIRE "INTRO" .!The lines to the left are commented out because .!REQUIRE "METH" .!it's really better to concatenate only those text .!REQUIRE "RESULT" .!files you need on the RUNOFF input-file spec .! .!rather than in the control file where you cannot .! .!easily change it. .!Example: .RUNOFF SY:TT,DK:THECTL,INTRO,METH,RESULT TT: .! .REQUIRE "SY:THEEND" .!This file--or its contents--must be included last