% -*-LaTeX-*-
% <BEEBE.EPSILON>TECO.LTX.82, 30-May-86 11:09:08, Edit by BEEBE
%------------------------------------------------------------------------
% EVERYTHING TO THE RIGHT OF A  %  IS A REMARK TO YOU AND IS IGNORED BY
% LaTeX.
%
% WARNING!  DO NOT TYPE ANY OF THE FOLLOWING 10 CHARACTERS AS NORMAL TEXT
% CHARACTERS:
%		 &   $	 #   %	 _    {   }   ^   ~   \
%
% The following seven are printed by typing a backslash in front of them:
%  \$  \&  \#  \%  \_  \{  and  \}.
%------------------------------------------------------------------------
% \documentstyle[titlepage,12pt,twoside]{article} % TWOSIDE in final copy
\documentstyle[titlepage,12pt]{article}

\newcommand{\VERSION}{0.04}
\newcommand{\DATE}{3 June 1986}

\typeout{!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!}
\typeout{[\DATE --- Revision \VERSION]}
\typeout{!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!}

\input{tecohdr.ltx}

\title{TECO on the IBM PC}
 \author{Nelson H.F. Beebe\\
Center for Scientific Computing\\
Department of Mathematics\\
220 South Physics Building\\
University of Utah\\
Salt Lake City, UT 84112\\
USA\\
 \medskip
Tel: (801) 581-5254}

 \date{\DATE{} --- Revision \VERSION{}}

 \vspace*{-4in}	% otherwise title is at bottom of page, sigh...
 \maketitle

 \makeindex

\begin{document}
 \pagenumbering{roman}

% avoid overlap of 4-digit section numbers with titles 
 \makeatletter
 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}} % 2.3->2.8
 \makeatother
 \tableofcontents

% \listoftables

% \listoffigures

 \newpage

 \pagenumbering{arabic}
 \pagestyle{headings}

% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 \makeatletter
 \renewcommand{\@oddfoot}{{\framebox[\textwidth]{
\rm Draft \hfil \VERSION \hfil \DATE \hfil \VERSION \hfil Draft}}}
 \renewcommand{\@evenfoot}{\@oddfoot}
 \makeatother
% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

\section{What is TECO?}

\input{tecowhat.ltx}

\section{Why TECO?}

\input{tecowhy.ltx}

\section{How TECO Works}

\input{tecohow.ltx}

\section{TECO Numbers}\index{numbers}

\input{teconum.ltx}

\section{TECO Strings}\index{strings}

\input{tecostr.ltx}

\section{TECO Variables and Arguments} \index{variables}
\index{arguments}

\input{tecovar.ltx}

\section{TECO Q-registers}\index{Q-registers}

\input{tecoqreg.ltx}

\section{TECO Expressions}

\input{tecoexpr.ltx}

\section{TECO Language Reference}\label{lang-ref} 

\input{tecolref.ltx}

\section{TECO Function Guide}\label{function-guide}

\input{tecogde.ltx}

\section{Tiny TECO}\label{tiny-teco} 

\input{tecotiny.ltx}

\section{The Minibuffer}

\input{tecomini.ltx}

\section{The TECO Debugger}

\input{tecodbg.ltx}

\section{The TECO Implementation in Epsilon}

\input{tecoeps.ltx}

\section{The TAGS Package}

\input{tecotags.ltx}

\section{Epsilon and EMACS TECO Differences}

\input{tecodiff.ltx}

\newpage

\begin{theindex}
 \input{teco.ind}   % this is produced by @LTXIDX TECO
\end{theindex}

\end{document}
