\thispagestyle{thesis}
I will have the page number on the right side in the footer. Unfortunately, the only definition I found was
Code: Select all
\makeatletter
\newcommand{\ps@thesis}{
\renewcommand{\@oddfoot}{\thepage}
}
\makeatother
\thispagestyle{thesis}
I will have the page number on the right side in the footer. Unfortunately, the only definition I found was
Code: Select all
\makeatletter
\newcommand{\ps@thesis}{
\renewcommand{\@oddfoot}{\thepage}
}
\makeatother
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\makeatletter
\def\ps@thesis{%
\let\@oddhead\@empty%
\let\@evenhead\@empty%
\def\@oddfoot{\reset@font\hfil\thepage}%
\def\@evenfoot{\reset@font\thepage\hfil}%
}
\makeatother
NEW: TikZ book now 40% off at Amazon.com for a short time.