summary refs log tree commit diff homepage
path: root/all.tex
diff options
context:
space:
mode:
Diffstat (limited to 'all.tex')
-rw-r--r--all.tex113
1 files changed, 113 insertions, 0 deletions
diff --git a/all.tex b/all.tex
new file mode 100644
index 0000000..4073a61
--- /dev/null
+++ b/all.tex
@@ -0,0 +1,113 @@
+\documentclass[11pt, a4paper, onecolumn, oneside]{report}
+\usepackage[vietnamese,english]{babel}
+\usepackage{mathptmx}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\RequirePackage[top=3cm, bottom=1in, left=1in, right=1in]{geometry}
+\linespread{1.3}
+
+\usepackage{algorithm}
+\usepackage{algpseudocode}
+\usepackage{amsmath}
+\usepackage{amssymb}
+\usepackage{caption}
+\usepackage{cases}
+\usepackage{cite}
+\usepackage{enumerate}
+\usepackage{fancyhdr}
+\usepackage{glossaries}
+\usepackage{graphicx}
+\usepackage[hidelinks]{hyperref}
+\usepackage{pdfpages}
+\usepackage{subcaption}
+\usepackage{tikz}
+\usepackage{tocloft}
+
+\usetikzlibrary{arrows}
+\usetikzlibrary{decorations.pathmorphing}
+\usetikzlibrary{fit}
+\usetikzlibrary{matrix}
+\usetikzlibrary{positioning}
+\usetikzlibrary{shapes}
+
+\renewcommand\cftsecafterpnum{\vskip15pt}
+\renewcommand\cftsubsecafterpnum{\vskip15pt}
+\renewcommand\cftfigafterpnum{\vskip15pt}
+%\renewcommand{\baselinestretch}{1.5}
+\renewcommand{\thesection}{\Roman{section}}
+\renewcommand{\thesubsection}{\arabic{section}.\arabic{subsection}}
+\renewcommand{\thefigure}{\arabic{figure}}
+\newcommand{\qed}{\hfill\blacksquare}
+
+\newcounter{lemma}
+\newcounter{proposition}
+\newcounter{theorem}
+\newtheorem{definition}{Definition}
+\newtheorem{lemma}{\bf Lemma}
+\newtheorem{proposition}{\bf Proposition}
+\newtheorem{theorem}{\bf Theorem}
+\newtheorem{proof}{\bf Proof}
+\DeclareMathOperator*{\argmax}{arg\,max}
+
+\newcommand{\name}{Flexible Symbolic Executor for Mass Patch Differentiation}
+\newcommand{\cnx}{\foreignlanguage{vietnamese}{Nguyễn Gia Phong}}
+\newcommand{\cse}{Department of Computer Science and Engineering}
+\newcommand{\unist}{Ulsan National Institute of Science and Technology}
+\newcommand{\blankpage}{\hbox{}\thispagestyle{empty}\clearpage}
+
+\fancyhf{}
+\renewcommand{\headrulewidth}{0pt}
+\cfoot{\thepage}
+\pagestyle{fancy}
+
+\title{\name}
+\author{\cnx}
+\input{glossary.tex}
+
+\begin{document}
+\include{front.tex}
+\include{title.tex}
+
+% [Thesis approval]
+% Add the approval doc signed by your advisor in a PDF file
+% Put your pdf with the filename below, and uncomment it.
+%\includepdf[fitpaper=true, pages=-]{sample_approval.pdf}
+
+% [Confirmation of thesis approval]
+% add the certificate signed by your committee in a PDF file
+% Put your pdf with the filename below, and uncomment it.
+%\includepdf[fitpaper=true, pages=-]{sample_confirmation.pdf}
+
+\include{abstract.tex}
+\blankpage
+\renewcommand{\contentsname}{\hfill\Large Contents\hfill}
+\tableofcontents{}
+\thispagestyle{empty}
+\clearpage
+\renewcommand{\listfigurename}{\hfill\Large List of Figures\hfill}
+\listoffigures{}
+\thispagestyle{empty}
+\clearpage
+\renewcommand{\glossaryname}{\hfill\Large Glossary\hfill\hfill}
+\printnoidxglossaries
+\thispagestyle{empty}
+\clearpage
+
+\include{intro.tex}
+\include{praelimen.tex}
+\include{technique.tex}
+\include{eval.tex}
+\include{result.tex}
+\include{discuss.tex}
+\include{related.tex}
+\include{outro.tex}
+
+\newpage
+\renewcommand{\bibname}{\hfill\Large References\hfill\hfill}
+\addcontentsline{toc}{section}{References}
+\bibliographystyle{IEEEtran}
+\bibliography{ref.bib}
+
+\include{ack.tex}
+\blankpage
+\end{document}