-
Notifications
You must be signed in to change notification settings - Fork 0
/
Paper.tex
executable file
·40 lines (36 loc) · 1022 Bytes
/
Paper.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
\documentclass[conference]{IEEEtran}
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\usepackage{hyperref}
\hypersetup{
% pdfauthor = {AUTHOR_NAME},
% pdftitle = {TITLE},
% pdfsubject = {PROJECT},
% ***** Authors need to modify keyword by themselves! *****
% pdfkeywords = {KEY_WORD1, KEY_WORD2},
pdfcreator = {LaTeX with hyperref package},
pdfproducer = {pdflatex}
pdfborder={0 0 0},
linkcolor = blue,
citecolor = blue,
urlcolor = blue,
colorlinks = true
}
\begin{document}
\title{Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras felis arcu, fringilla nec ullamcorper sed}
\input{author}
\input{abstract}
\input{introduction}
\input{related_work}
\input{technical_approach}
\input{evaluation}
\input{conclusion}
\bibliographystyle{IEEEtran}
\bibliography{citation}
\end{document}