Removed a warning
This commit is contained in:
parent
297f656113
commit
140b8a1210
@ -5,7 +5,7 @@
|
||||
\chapter{Background} %Title of the First Chapter
|
||||
|
||||
%********************************** %First Section **************************************
|
||||
\section{What is Loren Ipsum?} %Section - 1.1
|
||||
\section{What is Loren Ipsum? Title with Math \texorpdfstring{$\sigma$}{[sigma]}} %Section - 1.1
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry~\cref{section1.3}. Lorem Ipsum\citet{Aup91,Ancey1996} has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum~\cite{AAB95,Con90,LM65}.
|
||||
|
||||
|
@ -58,7 +58,6 @@
|
||||
\hypersetup{
|
||||
plainpages=false,
|
||||
pdfstartview=FitV,
|
||||
unicode=true,
|
||||
pdftoolbar=true,
|
||||
pdfmenubar=true,
|
||||
bookmarksopen=true,
|
||||
@ -73,9 +72,9 @@
|
||||
}
|
||||
|
||||
\if@twoside \RequirePackage[hmarginratio=3:2]{geometry} % Odd and Even side Margin staggering for binding
|
||||
\hypersetup{pdfpagelayout=TwoPageRight}
|
||||
\hypersetup{pdfpagelayout=TwoPageRight}
|
||||
\else \RequirePackage[hmarginratio=3:2]{geometry} % Single side print margin for binding
|
||||
\hypersetup{pdfpagelayout=OneColumn}
|
||||
\hypersetup{pdfpagelayout=OneColumn}
|
||||
\fi
|
||||
|
||||
\else
|
||||
@ -84,7 +83,6 @@
|
||||
\hypersetup{
|
||||
plainpages=false,
|
||||
pdfstartview=FitV,
|
||||
unicode=true,
|
||||
pdftoolbar=true,
|
||||
pdfmenubar=true,
|
||||
bookmarksopen=true,
|
||||
@ -98,11 +96,11 @@
|
||||
anchorcolor=green}
|
||||
|
||||
\RequirePackage[hmarginratio=1:1]{geometry} % No Margin staggering on Odd and Even side
|
||||
\hypersetup{pdfpagelayout=OneColumn}
|
||||
\hypersetup{pdfpagelayout=OneColumn}
|
||||
\fi
|
||||
|
||||
% index - puts the index at the end of the thesis.
|
||||
%
|
||||
|
||||
\newif\ifCU@index\CU@indexfalse
|
||||
\DeclareOption{index}{\CU@indextrue}
|
||||
\ProcessOptions\relax
|
||||
@ -193,14 +191,6 @@
|
||||
|
||||
|
||||
%******************************************************* %
|
||||
%A4 settings
|
||||
\ifpdf
|
||||
\pdfpageheight=297mm
|
||||
\pdfpagewidth=210mm
|
||||
\else
|
||||
\setlength{\paperheight}{297mm}
|
||||
\setlength{\paperwidth}{210mm}
|
||||
\fi
|
||||
|
||||
|
||||
% Setting PDF Meta-Data
|
||||
@ -273,13 +263,13 @@
|
||||
\fancyfoot{}
|
||||
|
||||
|
||||
\renewcommand{\headrulewidth}{0.5pt}
|
||||
\renewcommand{\footrulewidth}{0pt}
|
||||
\addtolength{\headheight}{0.5pt}
|
||||
\fancypagestyle{plain}{
|
||||
\fancyhead{}
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
}
|
||||
%\renewcommand{\headrulewidth}{0.5pt}
|
||||
%\renewcommand{\footrulewidth}{0pt}
|
||||
%\addtolength{\headheight}{0.5pt}
|
||||
%\fancypagestyle{plain}{
|
||||
% \fancyhead{}
|
||||
% \renewcommand{\headrulewidth}{0pt}
|
||||
%}
|
||||
|
||||
|
||||
\newcommand{\submissiontext}{{A thesis submitted for the degree of}}
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -41,7 +41,6 @@
|
||||
|
||||
%**************************Front Matter********************************************* %
|
||||
\begin{document}
|
||||
|
||||
\frontmatter
|
||||
|
||||
\begin{titlepage}
|
||||
|
Loading…
Reference in New Issue
Block a user