I am not a very experienced user of LaTeX, but I am attempting to finish my thesis. The template I am using sets the font to be times. The style file contains a bunch of packages and then some commands to create a title page and signature page. I need it to have the same font (times) as the rest of my thesis. How do I set the font for these pages? Thanks.
This is part of the title page:
Code: Select all
\begin{center}
\textsf{A THESIS\\
Submitted in partial fulfillment of the requirements\\
for the degree of\\
MASTER OF SCIENCE\\
\ifx\@program\@empty
\ifx\@dept\@empty
\else
\uppercase\expandafter{\@dept}
\fi
\else
\uppercase\expandafter{\@program}
\fi
}
\end{center}
% \vspace*{0.20in}
\begin{center}
\textsf{\@univ\\
\@year\ }
\end{center}
\vfill
\begin{center}
\textsf{\copyright\ \expandafter{\@year\ }
\expandafter{\@thesisauthor\ }}
\end{center}
\newpage
}