degree date is centered, when college is undefined

This commit is contained in:
Krishna Kumar 2014-07-06 19:39:07 +01:00
parent bd1db62611
commit 5dacdca172
3 changed files with 4619 additions and 1837 deletions

View File

@ -255,7 +255,7 @@ supported!}
\RequirePackage{calc} % To calculate vertical spacing
% ************************* Conditional Statements *****************************
\RequirePackage{ifthen} % Used in LaTeX Class files for conditional statements
\RequirePackage{ifthen} % conditional statements
\RequirePackage{ifpdf} % Check for pdfLaTeX
@ -852,12 +852,21 @@ wish to left align your text}
\end{center}
\vfill
\large
\begin{minipage}{0.49\textwidth}
\flushleft\hspace*{\oddsidemargin}\@college
\begin{minipage}[c]{\textwidth}
\ifthenelse{\equal{\@college}{}}{
% college is not defined
\centering
\@degreedate
}{
% college is defined
\begin{minipage}{0.45\textwidth}
\flushleft\@college
\end{minipage}
\begin{minipage}{0.49\textwidth}
\begin{minipage}{0.45\textwidth}
\flushright \@degreedate
\end{minipage}
} % college is defined
\end{minipage}
\end{singlespace}
}
@ -1065,12 +1074,18 @@ wish to left align your text}
\begin{lrbox}{\PHD@collegedate}
\begin{minipage}[c]{\textwidth}
\large
\ifthenelse{\equal{\@college}{}}{
% college is not defined
\@degreedate
}{
% college is defined
\begin{minipage}{0.45\textwidth}
\flushleft\@college
\end{minipage}
\begin{minipage}{0.45\textwidth}
\flushright \@degreedate
\end{minipage}
} % college is defined
\end{minipage}
\end{lrbox}

Binary file not shown.

6433
thesis.ps

File diff suppressed because it is too large Load Diff