I have the following:
\documentclass[noragright,centerchapter,12pt]{thesis}
\usepackage[margin=1in]{geometry}
\setcounter{tocdepth}{4}
\setcounter{secnumdepth}{4}
\author{cat}
\title{cat}
\adviser{cat}
\begin{document}
\maketitle
\parindent 1em%
\frontmatter
\tableofcontents
\chapter{cats}
\section{cats}
\subsection{cats}
\end{document}
"thesis.cls" is a style file provided by my university.
Can some please help me as to how I can make the font size of the subsections the same as that of section? My thesis needs to have the same font throughout...many thanks again
thesis.clsfile. – cslstr Mar 28 '14 at 01:57