I'm using LyX and a custom class from Colorado-Boulder which is based on the thesis class. I'm at another school and my advisor wants me to include titles of the readers on the signature page as well as a date line for each signator. I've looked through some documentation on the thesis class and poked around in the .cls file in use but didn't come across anything obvious to change. Perhaps this section would help though?
\newcommand*{\th@degreeyear}{\number\the\year}
\newcommand*{\th@signature}[1]{ \begin{center}
\normalsize
\vspace*{16mm} % works well?
\vrule width 80mm height 0.2mm\\
#1 \end{center}
}
\newcommand*{\th@dateline}{
\vspace*{9mm}
\begin{flushright}
Date~{\vrule width 35mm height 0.2mm}
\end{flushright}
How do I include this?