Hi I am using latex for my dissertation and I need to make a change to conform to my school rules.
I currently use the following commands for \subsection
\makeatletter
\renewcommand\subsection{\@startsection{subsection}{1}{\z@}%
{-3.5ex \@plus -1ex \@minus -.2ex}%
{2.3ex \@plus.2ex}%
{\normalfont\large\bfseries}}
\makeatother
which gives me
4.2.3 Quasi-balanced in the System Scale
but I need to have "Quasi-balanced in the System Scale" underlined only and not the subsection number. I have search but cannot find a solution that will give me what I want, any help will be greatly appreciated.
