-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrpithes.tex
38 lines (27 loc) · 1.28 KB
/
rpithes.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% ROOT FILE %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Run LaTeX or pdfLaTeX on this file to produce your thesis.
% To produce the abstract title page followed by the abstract,
% see the file abstitle-phd.tex or abstitle-mas.tex.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[chap]{thesis}
\input{env/base}
% Uncomment the following if you want centered-lined captions:
%\captionsetup{format=plain,justification=centering}
%\includeonly{rpichap1} % use \includeonly to process only
% the file(s) listed inside the braces
\begin{document}
% Use the appropriate example title page. A senior thesis
% can be set by changing the thesis name in rpititle-mas.tex.
\include{rpi/rpititle-phd} % titlepage material for PhD thesis
\include{chapters/00_acknowledgement} % include for acknowledgements
\include{chapters/01_abstract}
\input{chapters/02_content}
\include{rpi/rpibib} % bibliography
\include{chapters/03_appendix} % appendix
\end{document}