-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
61 lines (45 loc) · 1.04 KB
/
main.tex
File metadata and controls
61 lines (45 loc) · 1.04 KB
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
\documentclass{report}
\usepackage[utf8]{inputenc}
\usepackage[a4paper, total={6in, 8in}]{geometry}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{fancyhdr}
\usepackage{natbib}
\usepackage{mathpazo}
\usepackage{pgf,tikz}
\usepackage{mathrsfs}
\usepackage[titletoc]{appendix}
\usetikzlibrary{arrows}
\usepackage[bookmarks=true]{hyperref}
\usepackage{bookmark}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{caption}
\usepackage{titletoc}
\usepackage{import}
\usepackage[yyyymmdd]{datetime}
\usepackage{enumerate}
\usepackage{type1cm}
\usepackage{exercise,chngcntr}
% === Environment Settings ===
\include{style}
\include{config}
% === -------------------- ===
\begin{document}
\counterwithin{Exercise}{chapter}
% === Cover Page ===
%\include{cover}
% === Contents Pages ===
\pagenumbering{roman}
% === Preface ===
%\include{abstract}
% === Notation Table ===
%\include{notation}
% === Table ===
\include{table}
% === Main Pages ===
\newpage
\pagenumbering{arabic}
\subimport*{chapter1/}{chapter1}
\end{document}