This repository has been archived by the owner on Nov 13, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththesis.tex
70 lines (69 loc) · 1.45 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
\RequirePackage{silence}%STFU
\WarningsOff[memoir]
\WarningFilter{latex}{Marginpar on page}
\documentclass[b5paper,final]{memoir}
\settrimmedsize{24cm}{17cm}{*}
\settypeblocksize{185mm}{127mm}{*}
\setlrmargins{*}{*}{1.38888}
\setulmargins{*}{*}{0.72}
\setheadfoot{\baselineskip}{5mm}
\checkandfixthelayout
\usepackage{thesis-preamble}
%\usepackage{pdfpages}
\begin{document}
\frontmatter
\pagenumbering{roman}
\hypersetup{pageanchor=false}
\include{title}
\cleardoublepage
\hypersetup{pageanchor=true}
\tableofcontents
\clearpage
\listoftables
\clearpage
\listoffigures
\cleardoublepage
\mainmatter
\pagestyle{phdstayla}
\pagenumbering{arabic}
%
\include{intro}
\include{literature}
\include{performance}
\include{analysis}
\include{synthesis}
\include{application}
\include{conclude}
%
\clearpage
\thispagestyle{empty}
%
\appendix
\include{apdxnetwork}
\include{apdxphysio}
%
\backmatter
\include{references}
\include{summary}
\include{acknow}
\include{cv}
\clearpage
\thispagestyle{empty}
\null
\clearpage
%\newpage
%\thispagestyle{empty}
%\setstocksize{250mm}{362mm}
%\settrimmedsize{250mm}{362mm}{*}
%\setlrmargins{*}{*}{0}
%\setulmargins{*}{*}{0}
%\setheadfoot{\baselineskip}{0mm}
%\checkandfixthelayout
%\setlength{\vsize}{\textheight}
%\setlength{\columnwidth}{\textwidth}
%\setlength{\hsize}{\columnwidth}
%\setlength{\linewidth}{\hsize}
%\csname ch@ngetext\endcsname
%\fixthelayout
%\includepdf[fitpaper=false,noautoscale=true]{Polat_Cover_pdf_export_digital}
\end{document}