Changeset 18

Show
Ignore:
Timestamp:
07/01/08 17:47:29 (5 years ago)
Author:
mwr
Message:

Fixing vertical centering of dedication and copyright pages to be more consistent with part pages

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ttuthesis.sty

    r17 r18  
    255255    \setcounter{page}{2} 
    256256    \aliaspagestyle{titlingpage}{empty} 
    257     \vspace*{1pt} 
    258     \vfill 
     257    \beforepartskip 
    259258    \begin{center} 
    260259      \begin{Spacing}{1} 
     
    263262      \end{Spacing} 
    264263    \end{center} 
    265     \vfill 
     264    \afterpartskip 
    266265    \savepagenumber 
    267266  \end{titlingpage} 
     
    283282    \addtocounter{page}{1} 
    284283    \aliaspagestyle{titlingpage}{plain} 
    285     \vspace*{1pt} 
    286     \vfill 
     284    \beforepartskip 
    287285    \begin{center} 
    288286      {\bfseries\MakeUppercase{Dedication}} 
    289287    \end{center} 
    290     \vspace*{\onelineskip} 
    291288    \thededication 
    292     \vfill 
     289    \afterpartskip 
    293290    \savepagenumber 
    294291  \end{titlingpage}