-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIEEE_paper_template
More file actions
56 lines (39 loc) · 1.3 KB
/
IEEE_paper_template
File metadata and controls
56 lines (39 loc) · 1.3 KB
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
55
56
\documentclass[conference]{IEEEtran}
% PAPER ID: XXXXX
\usepackage{graphicx, xspace, wrapfig, ifthen, amssymb, paralist, enumitem}
%\usepackage{flushend}
% hyperref for validation
\usepackage[draft=true,hyperfootnotes=false,bookmarks=false]{hyperref}
% Compress bibliography
%\def\IEEEbibitemsep{0pt plus 0cm}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
% Section, Figure, and Table references
\newcommand{\secref}[1]{Section~\ref{#1}}
\newcommand{\figref}[1]{Figure~\ref{#1}}
\newcommand{\tabref}[1]{Table~\ref{#1}}
\newcommand{\seeurl}[1]{\footnote{See \nolinkurl{#1}}}
% Tools in small case
\newcommand{\dfl}{\textsc{DFlow}\xspace}
\newcommand{\pharo}{\textsc{Pharo}\xspace}
\newcommand{\eclipse}{\textsc{Eclipse}\xspace}
% Abbreviations
\newcommand{\etal}{{\em et al.}\xspace}
\newcommand{\etc}{{\em etc.}\xspace}
\newcommand{\ie}{{\em i.e.,}\xspace}
\newcommand{\eg}{{\em e.g.,}\xspace}
\begin{document}
\title{TbD}
\author{\IEEEauthorblockN{Pinco Pallino}
\IEEEauthorblockA{{\em REVEAL @ Faculty of Informatics --- University of Lugano, Switzerland}}
}
% make the title area
\maketitle
\begin{abstract}
TbD
\end{abstract}
\IEEEpeerreviewmaketitle
\input{introduction}
% BIBLIOGRAPHY%
\bibliographystyle{IEEEtran}
\bibliography{roby-IEEE_paper_template}
\end{document}