Inftechrep.cls -------------- Class extends the standard latex2e report class and offers the following additional features:- Class options:- titlepage Make title on its own page (abstract and keywords on next page) notitlepage Title and abstract/keywords on same page. coverpage Make an Informatics cover page for this document. nocoverpage Don't make a cover page. twocolumn **ERROR Msg** informatics reports are not 2 column The default is [notitlepage,nocoverpage] New/important commands:- \title{...} Name of the report. \author{...} The authors names. \reportnumber{} Informatics report number (numeric) \keywords{} Comma separated list of keywords. \published{} Details regarding where else published. \reportyear{...}, \reportmonth{...} Year and month of the report. If omitted, the current year and/or month will be used instead. The month should be specified numerically. \begin{abstract}...\end{abstract} An abstract - keywords are tacked on at the end of the abstract, so it is important to have an abstract - even if it is very short. \cright{...} A copyright string to use if the default in infcopyright.clo is inappropriate. All of these should be used prior to \maketitle. The file inftrsample.tex contains an example of a technical report.