% msureport.cls technical report class % for technical reports or draft scholarly papers in Dept. of Computer Science at Mississippi State University %% by Edward B. Allen %% Acknowledgments %% extends msutermpaper.cls which extends msuthesis.cls \NeedsTeXFormat{LaTeX2e} \ProvidesClass{msureport}[2002/05/24 MSU Computer Science technical report class] %options%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \DeclareOption*{\PassOptionsToClass{\CurrentOption}{msutermpaper}} \ProcessOptions \LoadClass{msutermpaper} %12pt option%%%%% %Large is 17pt %\setlength{\parindent}{1.5em} %bk12.clo default %packages required by msuthesis and msutermpaper %%%%%%%%%%%%%%% % (see msuthesis.cls) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \AtBeginDocument{% % msuthesis.cls specifies \bibliographystyle{msucs} \newspacing{\defaultspacing} \pagenumbering{arabic} \markright{} \pagestyle{plain} %%%MSU 5/17/07%%% all page number bottom center \thispagestyle{empty} } %\AtEndDocument{} %definitions in addition to msuthesis and msutermpaper%%%%%%%%%% % \renewcommand{\kwlist}{***key words missing***} \newcommand{\biblist}{} %comma separated list of *.bib files \newcommand{\docnumber}{} %if used, format is MSU-yymmdd \newcommand{\contactaddress}{% \department, Box 9637, \university, \city, \state\ 39762% } \renewcommand{\and}{\hfill} %override book.cls \newcommand{\contactphone}{(662)325-2756} \newcommand{\contactemail}{\mbox{office@cs.msstate.edu}} \newcommand{\contactauthor}{} %e.g. \firstauthor, address, phone, email \newcommand{\firstauthor}{***firstauthor is missing***} \newcommand{\firstaffiliation}{\university} \newcommand{\secondauthor}{} \newcommand{\secondaffiliation}{} \newcommand{\thirdauthor}{} \newcommand{\thirdaffiliation}{} \newcommand{\frontfile}{frontmatter} \newcommand{\absfile}{abstract} \newcommand{\sectfile}{sections} \newcommand{\ackfile}{ack} \newcommand{\apxfile}{appendix} %end msureport.cls