-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtemp.tex
More file actions
31 lines (26 loc) · 719 Bytes
/
temp.tex
File metadata and controls
31 lines (26 loc) · 719 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
% !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{subfigure}
\usepackage[section]{placeins}
\input{code_format.sty}
\begin{document}
% \input{hadoop.tex}
\input{hive.tex}
\end{document}