CUED LaTeX PhD Thesis Template - v2.2.1

This commit is contained in:
Krishna Kumar 2016-09-08 07:54:43 -07:00
parent ef6e4394f3
commit ce0ba19e71
6 changed files with 18 additions and 17 deletions

View File

@ -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

View File

@ -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)
@ -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

View File

@ -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

Binary file not shown.

View File

@ -1,7 +1,7 @@
%!PS-Adobe-2.0
%%Creator: dvips(k) 5.995 Copyright 2015 Radical Eye Software
%%Title: thesis.dvi
%%CreationDate: Thu Sep 8 07:30:46 2016
%%CreationDate: Thu Sep 8 07:54:05 2016
%%Pages: 41
%%PageOrder: Ascend
%%BoundingBox: 0 0 596 842
@ -13,7 +13,7 @@
%DVIPSWebPage: (www.radicaleye.com)
%DVIPSCommandLine: dvips -z -o thesis.ps.temp -ta4 thesis.dvi
%DVIPSParameters: dpi=600
%DVIPSSource: TeX output 2016.09.08:0730
%DVIPSSource: TeX output 2016.09.08:0754
%%BeginProcSet: tex.pro 0 0
%!
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S

View File

@ -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 ********************************