How can I make the first subsection under a section start on "d"? I currently have the following code to get a,b,c,d...:
\renewcommand{\thesubsection}{\alph{subsection}}
and I tried this to make it start on "d":
\setcounter{\thesubsection}{4}
but that did not work.
Ideas?