Skip to content

Commit

Permalink
Fixed Issue #26
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishna Kumar committed Nov 7, 2014
1 parent d434304 commit df43fcd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Change log
### 2014/10/08 - Version 1.4.3
> Commit
* Fixed `\degree` command conflict - Issue #26

### 2014/10/08 - Version 1.4.2
> Commit 4f0f3394330bfca302b724ab1b3c06977f7e08f3
* Added mynotes support in preamble
Expand Down
8 changes: 4 additions & 4 deletions Classes/PhDThesisPSnPDF.cls
Original file line number Diff line number Diff line change
Expand Up @@ -838,8 +838,8 @@ wish to left align your text}
\newcommand{\degreedate}[1]{\renewcommand{\@degreedate}{#1}}

% The full (unabbreviated) name of the degree
\newcommand{\@degree}{}
\newcommand{\degree}[1]{\renewcommand{\@degree}{#1}}
\newcommand{\@degreetitle}{}
\newcommand{\degreetitle}[1]{\renewcommand{\@degreetitle}{#1}}

% The name of your department(eg. Engineering, Maths, Physics)
\newcommand{\@dept}{}
Expand Down Expand Up @@ -958,7 +958,7 @@ wish to left align your text}
% Submission Text
{\large \submissiontext \par}
\vspace*{1ex}
{\large \textit {\@degree} \par}
{\large \textit {\@degreetitle} \par}


\end{center}
Expand Down Expand Up @@ -1183,7 +1183,7 @@ wish to left align your text}
\begin{center}
\large \submissiontext \par
\vspace*{1ex}
\large \textit {\@degree} \par
\large \textit {\@degreetitle} \par
\end{center}
\end{minipage}
\end{lrbox}
Expand Down
2 changes: 1 addition & 1 deletion thesis-info.tex
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
%\renewcommand{\submissiontext}{change the default text here if needed}

%% Full title of the Degree
\degree{Doctor of Philosophy}
\degreetitle{Doctor of Philosophy}

%% College affiliation (optional)
\college{King's College}
Expand Down
Binary file modified thesis.pdf
Binary file not shown.
Binary file modified thesis.ps
Binary file not shown.

0 comments on commit df43fcd

Please sign in to comment.