Skip to content

Commit

Permalink
CUED LaTeX PhD Thesis Template - v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Sep 8, 2016
1 parent ef6e439 commit ce0ba19
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 15 deletions.
5 changes: 3 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Change log
### 2016/07/04 - Version 2.2.1
> Commit
> Commit ef6e4394f3dd5a7442c2f48f3196d7d0a15d077f
* Removed deprecated unused function romanpages defined in `preamble.tex`.
* https://tex.stackexchange.com/questions/328438/roman-numbering-not-enumerating-latex-error
* Fixes issue #101.
* Fixes issue #101 incorrect page numbering scheme in `draft`.
* Deprecated function `draftmode` use `draft` instead.

### 2016/07/04 - Version 2.2
> Commit 68c4499d170bf167d2410741d573cdf9402d6e80
Expand Down
22 changes: 11 additions & 11 deletions Classes/PhDThesisPSnPDF.cls
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,13 @@ supported!}

% Classic Draft Mode
\ifsetDraftClassic
% Disable figures in `draftmode'\
% Disable figures in `draft'\
\setkeys{Gin}{draft=true}
\fi

% If Draft Mode is active
\ifsetDraft
% Disable figures in `draftmode'\
% Disable figures in `draft'\
\setkeys{Gin}{draft=false}

% Line numbering (can be switched off)
Expand Down Expand Up @@ -462,23 +462,23 @@ supported!}
}
}

% If NOT Draft Mode
% If NOT Draft
\else

\renewcommand\SetDraftText[1]{\ClassWarning{PhDThesisPSnPDF}{DraftMode is
inactive, to use SetDraftText include `draftmode' in the document
\renewcommand\SetDraftText[1]{\ClassWarning{PhDThesisPSnPDF}{Draft is
inactive, to use SetDraftText include `draft' in the document
class options.}}
% Draft Version
\renewcommand\SetDraftVersion[1]{\ClassWarning{PhDThesisPSnPDF}{DraftMode is
inactive, to use SetDraftVersion include `draftmode' in the document
\renewcommand\SetDraftVersion[1]{\ClassWarning{PhDThesisPSnPDF}{Draft is
inactive, to use SetDraftVersion include `draft' in the document
class options.}}
% Draft Content
\renewcommand\SetDraftWMPosition[1]{\ClassWarning{PhDThesisPSnPDF}{DraftMode
is inactive, to use SetDraftWMPosition include `draftmode' in the document
\renewcommand\SetDraftWMPosition[1]{\ClassWarning{PhDThesisPSnPDF}{Draft
is inactive, to use SetDraftWMPosition include `draft' in the document
class options.}}

\renewcommand\SetDraftGrayScale[1]{\ClassWarning{PhDThesisPSnPDF}{DraftMode is
inactive, to use SetDraftWMPosition include `draftmode' in the document
\renewcommand\SetDraftGrayScale[1]{\ClassWarning{PhDThesisPSnPDF}{Draft is
inactive, to use SetDraftWMPosition include `draft' in the document
class options.}}
\fi

Expand Down
2 changes: 1 addition & 1 deletion Preamble/preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@

% *********************** Configure Draft Mode **********************************

% Uncomment to disable figures in `draftmode'
% Uncomment to disable figures in `draft'
%\setkeys{Gin}{draft=true} % set draft to false to enable figures in `draft'

% These options are active only during the draft mode
Expand Down
Binary file modified thesis.pdf
Binary file not shown.
Binary file modified thesis.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion thesis.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% ******************************* PhD Thesis Template **************************
% Please have a look at the README.md file for info on how to use the template

\documentclass[a4paper,12pt,times,numbered,print,draft,index]{Classes/PhDThesisPSnPDF}
\documentclass[a4paper,12pt,times,numbered,print,index]{Classes/PhDThesisPSnPDF}

% ******************************************************************************
% ******************************* Class Options ********************************
Expand Down

0 comments on commit ce0ba19

Please sign in to comment.