diff --git a/I-config.tex b/I-config.tex deleted file mode 100644 index 0125912..0000000 --- a/I-config.tex +++ /dev/null @@ -1,131 +0,0 @@ -%% prefer than direct use in usepackage geometry -%% A4 layout in point is % 595x842 - -%% default value -\setlength{\hoffset}{0pt} -\setlength{\voffset}{0pt} - -%% height -%% 72 - 60 + 20 + 25 = 57 -\setlength{\topmargin}{-60pt} -\setlength{\headheight}{20pt} -\setlength{\headsep}{25pt} - -\setlength{\footskip}{30pt} - -%% width -%% 72 + 32 + 10 = 114pt = 40mm -\setlength{\oddsidemargin}{32pt} -\setlength{\evensidemargin}{32pt} -\setlength{\marginparsep}{10pt} - -%% size text -\setlength{\textheight}{728pt} -\setlength{\textwidth}{425pt} - -%% style -%% preliminary, just roman pagination + empty header -\fancypagestyle{preliminary}{ - \renewcommand{\headrulewidth}{0pt} - \fancyhead[RCL]{} - - \pagenumbering{Roman} -} -%% chapter/classic text style -\fancypagestyle{chapter}{ - %% title of the chapter, left header, no uppercase, 10 pt, italics, no bold - \fancyhead[L]{\normalfont\itshape\fontsize{10pt}{12pt}\selectfont\nouppercase{\leftmark}} - \fancyhead[R]{} - - \fancyfoot[C]{\thepage} - \renewcommand{\headrulewidth}{0.4pt} - \renewcommand{\footrulewidth}{0pt} - \pagenumbering{arabic} -} - -%% define length and scaling for baseline -\newcommand{\headingBaseline}{12} -\newcommand{\headingBaselineDiv}{10} -\newlength{\chapterFontSize} -\newlength{\sectionFontSize} -\newlength{\subsectionFontSize} -\newlength{\chapterBaseline} -\newlength{\sectionBaseline} -\newlength{\subsectionBaseline} - -%% change those value if you want to change the chapter/section/subsection font size -\setlength{\chapterFontSize}{14pt} -\setlength{\sectionFontSize}{12pt} -\setlength{\subsectionFontSize}{12pt} - -%% automatic computation for baseline, rule of thumb is 1.2 -\setlength{\chapterBaseline}{ \chapterFontSize * \headingBaseline / \headingBaselineDiv} -\setlength{\sectionBaseline}{ \sectionFontSize * \headingBaseline / \headingBaselineDiv} -\setlength{\subsectionBaseline}{ \subsectionFontSize * \headingBaseline / \headingBaselineDiv} - - -%% headings -%% Chapter, 14-point, bold -\titleformat{\chapter}[display] - {\normalfont\bfseries\fontsize{\chapterFontSize}{\chapterBaseline}\selectfont}{\chaptertitlename\ \thechapter}{14pt}{} -%% capitalised initial letter, -% \titleformat{\chapter}[display] -% {\normalfont\bfseries\fontsize{\chapterFontSize}{\chapterBaseline}\selectfont}{\chaptertitlename\ \thechapter}{14pt}{\capitalisewords} -%% left|above|below -\titlespacing{\chapter}{0pt}{10pt}{25pt} - -%% Section, 12-point -\titleformat{\section}[hang] - {\normalfont\bfseries\fontsize{\sectionFontSize}{\sectionBaseline}\selectfont}{\thesection}{5pt}{} -%% capitalised initial letter -% \titleformat{\section}[hang] -% {\normalfont\bfseries\fontsize{\sectionFontSize}{\sectionBaseline}\selectfont}{\thesection}{5pt}{\capitalisewords} -%% left|above|below -\titlespacing{\section}{0pt}{25pt}{15pt} - -%% Subsection, 12-point, italic -\titleformat{\subsection}[hang] - {\normalfont\bfseries\itshape\fontsize{\subsectionFontSize}{\subsectionBaseline}\selectfont}{\thesubsection}{5pt}{} -% \titleformat{\subsection}[hang] -% {\normalfont\bfseries\itshape\fontsize{\subsectionFontSize}{\subsectionBaseline}\selectfont\MakeLowercase}{\thesubsection}{5pt}{\makefirstuc} -%% left|above|below -\titlespacing{\subsection}{0pt}{20pt}{10pt} - -%% table of content -\renewcommand{\contentsname}{Table of Contents} -\setcounter{tocdepth}{2} -\setcounter{secnumdepth}{2} - -%% list of figure -\renewcommand*\listfigurename{Figure table} - -%% init gloassaries -%% noidx cause otherwise we have to do a normal glossary, compile, then remove it so it is cached -%% because we only use acronym -\makenoidxglossaries - -%% bibliography config -%% https://tex.stackexchange.com/a/6977 -\DeclareBibliographyCategory{cited} -\AtEveryCitekey{\addtocategory{cited}{\thefield{entrykey}}} -\addbibresource{Bibliography.bib} -\addbibresource{BibMine.bib} -\addbibresource{references.bib} - -%% hyperref setup -\hypersetup{ - colorlinks = true, - linkcolor = blue, % normal internal links, like ref, can be black tbh - citecolor = blue, % bibliographical links - urlcolor = blue, % linked urls - filecolor = black % url which open local files -} - -%% modified reference function -%% https://tex.stackexchange.com/a/438998 -\newcommand\eref[1]{equation~(\ref{#1})} -\newcommand\tref[1]{table~\ref{#1}} -\newcommand\fref[1]{figure~\ref{#1}} - -%% 1.5 line spacing -\setstretch{1.5} \ No newline at end of file diff --git a/I-glossary.tex b/I-glossary.tex deleted file mode 100644 index 5c9e1ab..0000000 --- a/I-glossary.tex +++ /dev/null @@ -1,2 +0,0 @@ -\newacronym{gcd}{GCD}{Greatest Common Divisor} -\newacronym{lcm}{LCM}{Least Common Multiple} \ No newline at end of file diff --git a/I-info.tex b/I-info.tex deleted file mode 100644 index 5d2259c..0000000 --- a/I-info.tex +++ /dev/null @@ -1,22 +0,0 @@ -%% The title of Thesis -\newcommand{\thesisTitle}{How to make a thesis following the guideline with more text to have two lines} -%% Number of Volume, if more than one -%% not sure how it works out with latex tbh -\newcommand{\numberVolume}{2} -%% The number of this volume -\newcommand{\actualVolume}{1} -%% The author's name (you) -\newcommand{\authorName}{A Good Name} -%% Distinctions/Qualifications if desired -\newcommand{\distinction}{The awesome} -%% The qualification -\newcommand{\degreeQualification}{Doctor of Philosophy} -%% The institution -\newcommand{\institution}{Some weird institute no one ever heard about} -%% The school -\newcommand{\school}{School of Latex and Writing} -\newcommand{\university}{Heriot-Watt University} -%% Month of submission -\newcommand{\monthDate}{September} -%% Year of submission -\newcommand{\yearDate}{2042} \ No newline at end of file diff --git a/I-packages-2.tex b/I-packages-2.tex deleted file mode 100644 index b3ff884..0000000 --- a/I-packages-2.tex +++ /dev/null @@ -1 +0,0 @@ -\usepackage{subfiles} diff --git a/I-packages.tex b/I-packages.tex deleted file mode 100644 index c6f86ad..0000000 --- a/I-packages.tex +++ /dev/null @@ -1,24 +0,0 @@ -\usepackage{graphicx} % include graphics -\usepackage{fancyhdr} % layout - -\usepackage[english]{babel} -%\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} % font -\usepackage{csquotes} -%\usepackage[defernumbers=true, sorting=none]{biblatex} -\usepackage[style=ieee, backend=biber, maxbibnames=999]{biblatex} - -\usepackage{setspace} % spacing -% \usepackage[left=4cm,right=2cm,top=2cm,bottom=2cm]{geometry} -\usepackage{mathptmx} % looks like times new roman -\usepackage{slantsc} -\usepackage{titlesec} -\usepackage{mfirstuc} -\usepackage{calc}% http://ctan.org/pkg/calc -\usepackage[acronym, nonumberlist]{glossaries} % https://www.overleaf.com/learn/latex/Glossaries - -\usepackage{hyperref} % https://ctan.org/pkg/hyperref -\usepackage{pdfpages} -\usepackage{float} -\usepackage{minitoc} -\usepackage{pdflscape} diff --git a/Thesis.lof b/Thesis.lof deleted file mode 100644 index fee9bf6..0000000 --- a/Thesis.lof +++ /dev/null @@ -1,10 +0,0 @@ -\babel@toc {english}{}\relax -\contentsline {xpart}{Chapters}{2}{part.1}% -\addvspace {10\p@ } -\contentsline {xchapter}{Introduction}{2}{chapter.1}% -\addvspace {10\p@ } -\contentsline {xchapter}{Analytical Investigations}{8}{chapter.2}% -\addvspace {10\p@ } -\contentsline {xchapter}{Experimental Investigations}{9}{chapter.3}% -\addvspace {10\p@ } -\contentsline {xchapter}{Discussion}{10}{chapter.4}% diff --git a/Thesis.lot b/Thesis.lot deleted file mode 100644 index fee9bf6..0000000 --- a/Thesis.lot +++ /dev/null @@ -1,10 +0,0 @@ -\babel@toc {english}{}\relax -\contentsline {xpart}{Chapters}{2}{part.1}% -\addvspace {10\p@ } -\contentsline {xchapter}{Introduction}{2}{chapter.1}% -\addvspace {10\p@ } -\contentsline {xchapter}{Analytical Investigations}{8}{chapter.2}% -\addvspace {10\p@ } -\contentsline {xchapter}{Experimental Investigations}{9}{chapter.3}% -\addvspace {10\p@ } -\contentsline {xchapter}{Discussion}{10}{chapter.4}% diff --git a/preliminaries/1-titlepages.tex b/preliminaries/1-titlepages.tex deleted file mode 100644 index 7513c46..0000000 --- a/preliminaries/1-titlepages.tex +++ /dev/null @@ -1,46 +0,0 @@ -\begin{center} -\vspace*{15pt}\par -\setstretch{1} -% \hrule -% \vspace{10pt}\par -\begin{spacing}{1.8} -%% you can replace by \MakeUppercase if you want uppercase -{\Large\bfseries\MakeLowercase{\capitalisewords{\thesisTitle}}}\\ -\end{spacing} -% \hrule -% This thesis is composed of \numberVolume volumes. This one is the number \actualVolume. - -\vspace{40pt}\par -\includegraphics[width=140pt]{Figures/logo.png}\\ -\vspace{40pt}\par - - -{\itshape\fontsize{15.5pt}{19pt}\selectfont by\\}\vspace{15pt}\par - -{ -\Large \authorName -% , \distinction -}\vspace{55pt}\par - -{ -\large Submitted for the degree of \\ \vspace{8pt} \Large\slshape\degreeQualification\\ -} - -\vspace{35pt}\par - -{\scshape\setstretch{1.5} \institution\\ \school\\ \university\\ -} - -\vspace{50pt}\par - - -{\large \monthDate\ \yearDate} - -\vfill - -\begin{flushleft} -\setstretch{1.4}\small -The copyright in this thesis is owned by the author. Any quotation from the thesis or use of any of the information contained in it must acknowledge this thesis as the source of the quotation or information. -\end{flushleft} -\end{center} - diff --git a/preliminaries/2-abstract.tex b/preliminaries/2-abstract.tex deleted file mode 100644 index 09e1786..0000000 --- a/preliminaries/2-abstract.tex +++ /dev/null @@ -1,7 +0,0 @@ -\begin{center} -\LARGE\textbf {Abstract} -\end{center} -\vspace{5pt} - -\noindent -In accordance with the Academic Regulations the thesis must contain an abstract preferably not exceeding 200 words, bound in to precede the thesis. The abstract should appear on its own, on a single page. The format should be the same as that of the main text. The abstract should provide a synopsis of the thesis and shall state clearly the nature and scope of the research undertaken and of the contribution made to the knowledge of the subject treated. There should be a brief statement of the method of investigation where appropriate, an outline of the major divisions or principal arguments of the work and a summary of any conclusions reached. The abstract must follow the Title Page. \ No newline at end of file diff --git a/preliminaries/3-dedication.tex b/preliminaries/3-dedication.tex deleted file mode 100644 index a0327ef..0000000 --- a/preliminaries/3-dedication.tex +++ /dev/null @@ -1,7 +0,0 @@ -\begin{center} -\LARGE\textbf {Dedication} -\end{center} -\vspace{5pt} - -If a dedication is included then it should be immediately after the Abstract page.\par -I don't what it is actually. \ No newline at end of file diff --git a/preliminaries/4-acknowledgments.tex b/preliminaries/4-acknowledgments.tex deleted file mode 100644 index 55760cc..0000000 --- a/preliminaries/4-acknowledgments.tex +++ /dev/null @@ -1,6 +0,0 @@ -\begin{center} -\LARGE\textbf {Acknowledgements} -\end{center} -\vspace{5pt} - -\noindent I wanna thanks all coffee and tea manufacturers and sellers that made the completion of this work possible. diff --git a/preliminaries/5-declaration.pdf b/preliminaries/5-declaration.pdf deleted file mode 100644 index 621429b..0000000 Binary files a/preliminaries/5-declaration.pdf and /dev/null differ diff --git a/preliminaries/5-declaration.tex b/preliminaries/5-declaration.tex deleted file mode 100644 index 457b94e..0000000 --- a/preliminaries/5-declaration.tex +++ /dev/null @@ -1,6 +0,0 @@ -Declaration statement - -https://www.hw.ac.uk/students/studies/examinations/thesis.htm - -This form should be placed after the Acknowledgements and bound into every copy of the thesis. Please note that the Student Service Centre will be unable to accept your thesis if the form is not bound into each submitted copy -