I would like to make a dedication page in my thesis from my .sty file, I have this (for the abstract page).
Code: Select all
\def\abswithesis{
\newpage
% Set up the default behavior for headers and footers
\thispagestyle{empty}
\prefacesection{ABSTRACT}
\abstextwithesis
}
thanks very much
7788