%% \documentclass[...]{techreport}
%% ...
%% \begin{document}
%% \begin{titlepage}
%% \title{...}
%% \author{...}
%% \externalreport{yr-nnn} %where yr is current 4-digit year, and nnn is
%% 		% number assigned by document secretary (Richard Linley)
%% ...% other title page macros as desired, such as
%%    % \version{version number}
%%    % \date{...}
%%    % \cprnotice{year  names...}
%% \maketitle
%% \begin{abstract}
%% ... % Your abstract goes here
%% \end{abstract}
%% \end{titlepage}
%% 
%% % if using a table of contents, then:
%% % \pagenumbering{roman}
%% % \tableofcontents
%% % \listoffigures
%% % \clearpage
%% % \pagenumbering{arabic}
%% 
%% \section{first section}
%% ...
%% \end{document}
%% 
%% 
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{techreport}[1997/05/10 QUCIS Technical Report]
\DeclareOption*{%
  \PassOptionsToClass{\CurrentOption}{article}%
}
\ProcessOptions
\LoadClass{article}
\RequirePackage{trtitle}[1997/05/10]
