-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
55 lines (46 loc) · 1.42 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
\documentclass[journal,12pt,a4paper,compsoc,onecolumn]{IEEEtran}
\IEEEoverridecommandlockouts
\usepackage{cite}
\usepackage[colorlinks,linkcolor=black,anchorcolor=blue,citecolor=red]{hyperref}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}
\usepackage{amssymb}
\usepackage{subcaption}
\usepackage{threeparttable}
\usepackage{pdfpages}
\usepackage{hyperref}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\newcommand{\upcite}[1]{\textsuperscript{\cite{#1}}}
\pagenumbering{arabic}
\def\IEEEkeywordsname{Keywords}
\def\figurename{Figure}
\begin{document}
\title{LittleGAN: Conditional Facial Image Generation and Adjustment}
\author{Yongxiang Meng, Wenyan Chen\\Guangzhou No.6 Middle School, China}
\hypersetup{
pdftitle=LittleGAN: Conditional Facial Image Generation and Adjustment,
pdfauthor=Yongxiang Meng\, Wenyan Chen
}
\includepdf[noautoscale]{attach/info-en.pdf}
\includepdf[noautoscale]{attach/info.pdf}
\maketitle
\input{0-abstract-and-keywords}
\newpage
\tableofcontents
\newpage
\input{1-introduction}
\input{2-related-work}
\input{3-goal-and-highlight}
\input{4-process}
\input{5-experiment}
\input{6-conclusion-and-discussion}
\newpage
\bibliography{references}{}
\bibliographystyle{IEEEtran}
\include{acknowledgement}
\includepdf[noautoscale]{attach/declaration.pdf}
\end{document}