setDraft
This commit is contained in:
parent
eb938166e5
commit
d28a69dccb
@ -28,7 +28,7 @@
|
|||||||
\newif\if@print\@printfalse
|
\newif\if@print\@printfalse
|
||||||
\DeclareOption{print}{\@printtrue}
|
\DeclareOption{print}{\@printtrue}
|
||||||
|
|
||||||
\newif\ifPHD@draft\PHD@draftfalse
|
\newif\ifsetDraft\setDraftfalse
|
||||||
|
|
||||||
% ****************************** Define index **********************************
|
% ****************************** Define index **********************************
|
||||||
\newif\ifPHD@index\PHD@indexfalse
|
\newif\ifPHD@index\PHD@indexfalse
|
||||||
@ -213,7 +213,7 @@ footnotes.}
|
|||||||
\ClassWarning{PhDThesisPSnPDF}{Draft is ON. You can use `draftmode' instead,
|
\ClassWarning{PhDThesisPSnPDF}{Draft is ON. You can use `draftmode' instead,
|
||||||
which adds watermark with timestamp and line numbering. Don't forget to turn
|
which adds watermark with timestamp and line numbering. Don't forget to turn
|
||||||
`draft' off for your final version.}}%
|
`draft' off for your final version.}}%
|
||||||
\DeclareOption{draftmode}{\PassOptionsToClass{draft}{book}\PHD@drafttrue
|
\DeclareOption{draftmode}{\PassOptionsToClass{draft}{book}\setDrafttrue
|
||||||
\ClassWarning{PhDThesisPSnPDF}{Draft Mode is ON.
|
\ClassWarning{PhDThesisPSnPDF}{Draft Mode is ON.
|
||||||
Don't forget to turn it off for your final version.}}%
|
Don't forget to turn it off for your final version.}}%
|
||||||
|
|
||||||
@ -326,7 +326,7 @@ supported!}
|
|||||||
|
|
||||||
|
|
||||||
% If Draft Mode is active
|
% If Draft Mode is active
|
||||||
\ifPHD@draft
|
\ifsetDraft
|
||||||
|
|
||||||
% Line numbering (can be switched off)
|
% Line numbering (can be switched off)
|
||||||
\ifPHD@lineno
|
\ifPHD@lineno
|
||||||
|
@ -182,8 +182,8 @@
|
|||||||
%% Todo notes functionality
|
%% Todo notes functionality
|
||||||
%% Uncomment the following lines to have todonotes.
|
%% Uncomment the following lines to have todonotes.
|
||||||
|
|
||||||
\usepackage[colorinlistoftodos]{todonotes}
|
%\usepackage[colorinlistoftodos]{todonotes}
|
||||||
\newcommand{\mynote}[1]{\todo[author=kks32,size=\small,inline,color=green!40]{#1}}
|
%\newcommand{\mynote}[1]{\todo[author=kks32,size=\small,inline,color=green!40]{#1}}
|
||||||
|
|
||||||
|
|
||||||
% Example todo: \mynote{Hey! I have a note}
|
% Example todo: \mynote{Hey! I have a note}
|
||||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user