diff --git a/Abstract/abstract.tex b/Abstract/abstract.tex index 469db92..942ec36 100644 --- a/Abstract/abstract.tex +++ b/Abstract/abstract.tex @@ -2,5 +2,4 @@ % Use `abstract' as an option in the document class to print only the titlepage and the abstract. \begin{abstract} This is where you write your abstract ... - \end{abstract} diff --git a/Classes/PhDThesisPSnPDF.cls b/Classes/PhDThesisPSnPDF.cls index e4fcd78..841c697 100644 --- a/Classes/PhDThesisPSnPDF.cls +++ b/Classes/PhDThesisPSnPDF.cls @@ -81,6 +81,7 @@ the Title page and an abstract with PhD title and author name, if this was intentional, ignore this warning. Congratulations on submitting your thesis!! If not, please remove the option `abstract' from the document class and recompile. Good luck with your writing!} + \PassOptionsToClass{oneside}{book} } % ****************** Chapter Mode - To print only selected chapters ************ diff --git a/thesis.dvi b/thesis.dvi index fbd0688..93888a3 100644 Binary files a/thesis.dvi and b/thesis.dvi differ diff --git a/thesis.pdf b/thesis.pdf index 9640975..b17f7b1 100644 Binary files a/thesis.pdf and b/thesis.pdf differ diff --git a/thesis.ps b/thesis.ps index 8295455..ee4d2e9 100644 --- a/thesis.ps +++ b/thesis.ps @@ -1,7 +1,7 @@ %!PS-Adobe-2.0 %%Creator: dvips(k) 5.993 Copyright 2013 Radical Eye Software %%Title: thesis.dvi -%%CreationDate: Tue Feb 11 00:41:34 2014 +%%CreationDate: Fri Feb 14 19:00:46 2014 %%Pages: 39 %%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 2014.02.11:0041 +%DVIPSSource: TeX output 2014.02.14:1900 %%BeginProcSet: tex.pro 0 0 %! /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S diff --git a/thesis.tex b/thesis.tex index e828357..c0087de 100644 --- a/thesis.tex +++ b/thesis.tex @@ -87,7 +87,8 @@ % the document class. \ifdefineAbstract - \includeonly{Abstract/abstract} + \pagestyle{empty} + \includeonly{Declaration/declaration, Abstract/abstract} \fi % ***************************** Chapter Mode ***********************************