I have two issues. First, I have to move the words "Nomenclature" and "Bibliography" at the top of the page. Right now these words appear 5 cm from the page border. I am using the following script
\usepackage{nomencl}
\makenomenclature
\usepackage{cases}
\usepackage{etoolbox}
\renewcommand\nomgroup[1]{%
\item[\bfseries
\ifstrequal{#1}{A}{Symbols}{%
\ifstrequal{#1}{B}{Subscripts}{%
\ifstrequal{#1}{C}{Superscripts}{%
\ifstrequal{#1}{D}{Acronyms{}}}}}%
]}
\renewcommand{\nomname}{\Large Nomenclature}
\printnomenclature[0.75in]
The font size of the Nomenclature is fine but not the position
Second, I have the same problem for the word Bibliography. It is not located at the top of the page and in this case it has a bigger font than Nomenclature. Actuaally Nomenclature has font Large as all the other headings.
In this case I am using:
\begin{thebibliography}{99}
..
..
\end{thebibliography}

\bibliographystyle{tag}
\bibitem{Amst} Armstrong, \end{thebibliography} and I am using \usepackage{nomencl} for the nnomenclature and I am using the \section{Introduction} It does not work the @makehapterhead it says You can't use `\spacefactor' in vertical mode.
– chrisis May 21 '16 at 08:15