forked from philmcminn/new-paper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
paper.tex
49 lines (41 loc) · 1.09 KB
/
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
41
42
43
44
45
46
47
48
49
% !TEX root =./paper.tex
% Set the title of the paper
%
\newcommand{\papertitle}{Experimental Evaluation of Automated Language-Independent Code Smell Detection}
% Include details of the authors
%
\input{authors}
% Set the format of the paper.
%
\input{format}
\IEEEoverridecommandlockouts
\IEEEaftertitletext{\vspace{-2em}}
% Include packages and key macros. Add to contents of these files as required by
% your paper.
%
\input{packages}
\input{commands}
\input{constants}
\input{spellings}
\setlength\cellspacetoplimit{5pt}
\setlength\cellspacebottomlimit{5pt}
\begin{document}
% Include the abstract and perform formatting tasks as dictated by the style
\preabstract
\input{sections/abstract}
\postabstract
% Sections of the document.
%
\input{sections/introduction}
\input{sections/background}
\input{sections/approach}
\input{sections/evaluation}
\input{sections/results}
\input{sections/conclusions-and-future-work}
% The paper's bibliography style is set by the paper format.
% Note that the references are balanced in the two columns.
%
\newpage
\balance
\bibliography{bibtex/bibliography}
\end{document}