%
% This is the driver file for all the accompanying files. The \include
% filenames are the MS-Kermit translations of the original VMS filenames
% which are slightly more explanatory -- CONDITIONAL_EXECUTION, for
% example, instead of CONDITIO.
%
% The final document is put together by running TeX commands against
% this file -- $ LATEX TECO -- for example. All the other needed files
% are \included on the fly.
%
% There are conditional execution variables whose names were chosen to
% follow the TECO manual. So, for example, to include a paragraph which
% is aplicable only to TECO8, ("[TECO-8 only]" in the manual), the TeX
% expressions "\newif\iftecoeightonly" and "\let\iftecoeightonly=\iftrue"
% are invoked. *ALL* conditional expressions are set in this file,
% although they are tested throughout the document. Note that all the
% conditional expressions are set to true. To customize the document,
% simply comment out the applicable \newif expression(s). For example,
% to remove from the final document all the text that applies to TECO-8
% only, just comment out the "newif\iftecoeightonly" line.
%
\documentstyle[twoside,11pt]{report}
	\oddsidemargin 0in
	\evensidemargin 0in
	\textwidth 6.5in
	\textheight 8.75in
	\topmargin 0in
	\footskip 1in
	\footskip 1in
\pagestyle{headings}
%
% ********************* These are for paragraph inclusion
%
\newif\iftecoeightonly
\newif\iftecotenonly
\newif\iftecoelevenonly
\newif\ifnotintecoeight
\newif\ifnotintecoten
% 
\let\iftecoeightonly=\iftrue
\let\iftecotenonly=\iftrue
\let\iftecoelevenonly=\iftrue
\let\ifnotintecoeight=\iftrue
\let\ifnotintecoten=\iftrue
%
% ********************* These are for appendix inclusion.
%
\newif\ifrteleven
\newif\ifrstse
\newif\ifrsx
\newif\ifvms
\newif\ifoseight
\newif\iftopsten
\newif\ifbasicplus
%
\let\ifrteleven=\iftrue
\let\ifrstse=\iftrue
\let\ifrsx=\iftrue
\let\ifvms=\iftrue
\let\ifoseight=\iftrue
\let\iftopsten=\iftrue
\let\ifbasicplus=\iftrue
%
%
%
\def\escape {~\large{\bf$\:\grave{ }\:$}}
\def\caret {\large{\bf \^{ }}~}
\def\squiggle {$\tilde{ }$}
\def\bs{}
\title {Standard TECO}
\makeindex
\author { \small Text Editor and COrrector for the\\
        \small VAX-11, PDP-11, PDP-10, and PDP-8\\
        \small User's Guide and Language Reference Manual\\
        \small May 1985 Edition\\
				\\
        \small TECO-11 Version  40\\
        \small TECO-10 Version   3\\
        \small TECO-8  Version   7}
\date{}
\begin{document}           
	\parindent 5em
	\maketitle                 
	\pagenumbering{roman}
	\include {disclaim}
	\newpage
	\pagenumbering{arabic}
	\include {intro}	
	\include {basics}	
        \include {invoke}	
        \include {conventi}
	\include {commandx}
	\include {command1}
	\appendix
	\include {asciixch}
	\include {errorxme}
	\include {obsolete}
	\ifrteleven\include {rtx11}\fi
	\ifrstse\include {rstse}\fi
	\ifrsx\include {rsx}\fi
	\ifvms\include {vaxvms}\fi
	\ifoseight\include {osx8}\fi
	\iftopsten\include {topsx10}\fi
	\ifbasicplus\include {basicxpl}\fi
	\include {glossary}
	\pagenumbering{roman}
	\tableofcontents
	% \include {teco}
\end{document}

