Hi there,
In my class file, I have defined the layout of 'frontmatter' environment to
print page numbers at the bottom middle of the pages. However, the defined
layout does not work on the first page of the nomenclature. It always has the
page number printed on the top right corner of page, although all the other
pages have the page numbers at the right position. How can I solve this
problem? Thanks in advance for the help!
\newenvironment{frontmatter}
{\newpage\setcounter{page}{1}\renewcommand{\thepage}{\roman{page}}
[EMAIL PROTECTED]@oddhead}{}
[EMAIL PROTECTED]
[EMAIL PROTECTED]
{\renewcommand{\thepage}{\arabic{page}}\setcounter{page}{1}}
\begin{frontmatter}
\maketitle
\copyrightpage
\input{Abstract}
\tableofcontents
\listoffigures
\listoftables
\printnomenclature
\input{Acknowledgements}
\end{frontmatter}
Winson