Code: Select all
1. \documentclass[titlepage]{
csetr-notr}
The document may only declare one class.
2. \trnumber
{0701}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
3. \trnumber{0
701}
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
4. \trdate
{\reportDate}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Code: Select all
\documentclass[titlepage]{csetr-notr}
\usepackage{graphicx}
\usepackage{amsmath,amsfonts,amsthm,amssymb}
\usepackage{setspace}
\usepackage{url}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage[font={small,it},belowskip=-10pt,aboveskip=5pt]{caption}
\usepackage{multicol}
\renewcommand{\and}{\hspace{.5cm}}
\newcommand{\zz}{\hspace{.5cm}}
\trnumber{0701}
\trdate{\reportDate}
\newcommand{\SupervisorName}{Prof. Sanjay Jha}
\newcommand{\StudentName}{Mohsen\ Rezvani}
\newcommand{\StudentID}{3387679}
\newcommand{\StudentEmail}{mrezvani@cse.unsw.edu.au}
\newcommand{\reportDate}{August\ 15,\ 2012}
\newcommand{\researchTitle}{Thesis Proposal \\ \vspace{.8in}\textbf{Anomaly Based Intrusion Detection System in Cloud Computing}}
\newcommand{\assignmentTitle}{GSOE9400\ Assignment\ 3}
\title{%
\researchTitle
}
\author{%
\StudentName\ (\StudentID)\\%[2em]
\email{\StudentEmail}
}
\date{}
\pagestyle{fancy}
\pagestyle{fancy}
\lhead{\StudentName}
\chead{}
\rhead{\assignmentTitle}
\lfoot{\reportDate}
\cfoot{}
\rfoot{Page\ \thepage\ of\ \pageref{LastPage}}
%\renewcommand\headrulewidth{0.4pt}
%\renewcommand\footrulewidth{0.4pt}
%\fancypagestyle{plain}{
% \fancyhf{} %clear all header and footer fields on pagestyle plain for chapter titles
% \lhead{\StudentName}
% \chead{}
% \rhead{\assignmentTitle}
% \lfoot{\reportDate}
% \cfoot{}
%\rfoot{Page\ \thepage\ of\ \pageref{LastPage}}
% \renewcommand\headrulewidth{0.4pt}
% \renewcommand\footrulewidth{0.4pt}
%}
%\setcounter{tocdepth}{4}
%\setcounter{secnumdepth}{4}
%\let\stdsection\section
%\renewcommand\section{\newpage\stdsection}
%% Hack by Heiko Oberdiek (on de.comp.text.tex)
\usepackage{tabularx}
%% Redefine the standard table
\let\ORIGtabular\tabular
\let\ORIGendtabular\endtabular
\let\ORIGtabularx\tabularx
\renewcommand*{\tabularx}{%
\def\tabular{%
\let\endtabular\ORIGendtabular
\ORIGtabular
}%
\ORIGtabularx
}
\renewcommand{\tabular}{%
%% The width of the table. Adjust if needed
\tabularx{\linewidth}%
}
\renewcommand{\endtabular}{\endtabularx}
Thanks