-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmain.tex
More file actions
54 lines (37 loc) · 928 Bytes
/
main.tex
File metadata and controls
54 lines (37 loc) · 928 Bytes
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
% !Mode:: "TeX:UTF-8"
% !TEX TS-program = xelatex
\documentclass[UTF8]{report}
% \documentclass[UTF8]{report}
\usepackage[zihao=-4,heading=true]{ctex}
\usepackage{geometry}
\geometry{left=2.0cm, right=2.0cm, top=2.0cm, bottom=2.0cm}
\usepackage[colorlinks=true]{hyperref}
\usepackage{graphicx} % used for add figure to this report
\graphicspath{{img/}}
\usepackage{listings}
\usepackage[dvipsnames]{xcolor}
\usepackage{booktabs}
\usepackage[toc]{multitoc}
\usepackage{graphics}
\usepackage{subfig}
\usepackage{enumerate}
\usepackage{titlesec}
\usepackage{fancyhdr}
\usepackage[section]{placeins}
\input{code_format.sty}
\begin{document}
\input{head_page.tex}
\tableofcontents
\newpage
\input{section1.tex}
\input{section2.tex}
\input{zookeeper.tex}
\input{hadoop.tex}
\input{hive.tex}
\input{hbase.tex}
\input{spark.tex}
\input{flume.tex}
\input{sqoop.tex}
\input{kafka.tex}
\input{storm.tex}
\end{document}