-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
35 lines (28 loc) · 1.01 KB
/
main.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
% Created by Joel Sleeba, MSc 2021, Mathematics, IISER Thiruvananthapuram
% Connect with me at joelsleeba.github.io or github.com/joelsleeba
\documentclass[12pt]{report}
\input{config/packages.tex}
\input{config/options.tex}
\input{config/colors.tex}
\input{config/theoremstyle.tex}
\input{config/mathletters.tex}
\addbibresource{02End/math.bib}
\begin{document}
\include{00Intro/01_Title.tex}
\pagenumbering{roman} \setcounter{page}{2}
\include{00Intro/02_Declaration.tex}
\include{00Intro/03_Certificate.tex}
\include{00Intro/04_Acknowledgement.tex}
\include{00Intro/05_Abstract.tex}
\include{00Intro/06_ToC-LoF-LoA.tex}
\pagenumbering{arabic} \setcounter{page}{1}
\include{01Chapters/01FourierSeries.tex}
% \include{01Chapters/02LpConvergence.tex}
% \include{01Chapters/03FourierTransform.tex}
% \include{01Chapters/04Holomorphic.tex}
\appendix
\appendixpage
\addappheadtotoc
\input{02End/appendix.tex}
\printbibliography[heading=bibintoc]
\end{document}