Added another dependency
This commit is contained in:
35
Thesis.cls
35
Thesis.cls
@@ -60,15 +60,31 @@
|
|||||||
\onehalfspacing
|
\onehalfspacing
|
||||||
\setlength{\parindent}{20pt} % Changed from 0pt
|
\setlength{\parindent}{20pt} % Changed from 0pt
|
||||||
\setlength{\parskip}{2.0ex plus0.5ex minus0.2ex}
|
\setlength{\parskip}{2.0ex plus0.5ex minus0.2ex}
|
||||||
\usepackage{vmargin}
|
% \usepackage{vmargin,showframe}
|
||||||
\setmarginsrb { 0.9in} % left margin % changed from 1.5in
|
% \setmarginsrb { 0.9in} % left margin % changed from 1.5in
|
||||||
{ 0.6in} % top margin
|
% { 0.6in} % top margin
|
||||||
{ 0.8in} % right margin % changed from 1.0in
|
% { 0.8in} % right margin % changed from 1.0in
|
||||||
{ 0.8in} % bottom margin
|
% { 0.8in} % bottom margin
|
||||||
{ 20pt} % head height
|
% { 20pt} % head height
|
||||||
{0.25in} % head sep
|
% {0.25in} % head sep
|
||||||
{ 9pt} % foot height
|
% { 9pt} % foot height
|
||||||
{ 0.3in} % foot sep
|
% { 0.3in} % foot sep
|
||||||
|
|
||||||
|
\usepackage{geometry}
|
||||||
|
\geometry{
|
||||||
|
a4paper,
|
||||||
|
% showframe,
|
||||||
|
left=0.9in,
|
||||||
|
top=0.6in,
|
||||||
|
right=0.8in,
|
||||||
|
bottom=0.8in,
|
||||||
|
headheight=20pt,
|
||||||
|
headsep=0.25in,
|
||||||
|
foot=9pt,
|
||||||
|
footskip=0.3in,
|
||||||
|
includeheadfoot
|
||||||
|
}
|
||||||
|
|
||||||
\raggedbottom
|
\raggedbottom
|
||||||
\setlength{\topskip}{1\topskip \@plus 5\p@}
|
\setlength{\topskip}{1\topskip \@plus 5\p@}
|
||||||
\doublehyphendemerits=10000 % No consecutive line hyphens.
|
\doublehyphendemerits=10000 % No consecutive line hyphens.
|
||||||
@@ -280,6 +296,7 @@
|
|||||||
}
|
}
|
||||||
\newenvironment{abstractenglish}
|
\newenvironment{abstractenglish}
|
||||||
{
|
{
|
||||||
|
\btypeout{Abstract Page}
|
||||||
\thispagestyle{empty}
|
\thispagestyle{empty}
|
||||||
\null\vfil
|
\null\vfil
|
||||||
\begin{center}
|
\begin{center}
|
||||||
|
|||||||
Reference in New Issue
Block a user