-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaper.tex
More file actions
96 lines (79 loc) · 2.19 KB
/
Copy pathpaper.tex
File metadata and controls
96 lines (79 loc) · 2.19 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
% This is all the tagged PDF stuff:
%https://latex3.github.io/tagging-project/documentation/prototype-usage-instructions.html
% Uncomment if you can, but it will break: all verbatim environments (e.g. code), some templates (e.g. acm) etc.
%% \DocumentMetadata{
%% lang = en,
%% pdfversion = 2.0,
%% pdfstandard = ua-2,
%% pdfstandard = a-4f, %or a-4
%% testphase =
%% {phase-III,
%% title,
%% table,
%% math,
%% firstaid}
%% }
\documentclass[10pt, twocolumn]{IEEEtran}
\usepackage{lipsum}
\usepackage{mathptmx}
\usepackage{amsmath}
\usepackage{enumitem}
\usepackage{multirow}
\usepackage{subcaption}
\usepackage{url}
\usepackage{comment}
\usepackage{pifont}
\usepackage{color}
\usepackage{xspace}
\usepackage{booktabs,tabularx}
\usepackage[numbers,sort]{natbib}
\usepackage{ragged2e}
\usepackage{tikz}
\usepackage{dcolumn}
\usepackage{dsfont}
\usepackage{graphicx}
%\graphicspath{ {./images/} }
\usepackage{listings}
\usepackage{tcolorbox}
\usepackage{xcolor}
\usepackage{enumitem}
\usepackage{etoolbox}
\usepackage{hyperref}
\usepackage{flushend}
\usepackage{siunitx}
\usepackage[linesnumbered]{algorithm2e}
\SetAlCapFnt{\footnotesize}
\SetAlCapNameFnt{\footnotesize}
\SetAlCapSkip{4pt}
% Put all our special nonsense in here
\usepackage{localmacros}
\begin{document}
\title{Its a paper title}
% Trick for getting numbers into superscripts on names
\DeclareRobustCommand*{\IEEEauthorrefnum}[1]{\raisebox{0pt}[0pt][0pt]{\textsuperscript{\footnotesize\ensuremath{#1}}}}
% Note this author block has co-first authors, only relevant to some papers
\author{
\IEEEauthorblockN{
Co-Author 1\IEEEauthorrefnum{1}\IEEEauthorrefmark{1},
Co-Author 1\IEEEauthorrefnum{1}\IEEEauthorrefmark{2},
Author 2\IEEEauthorrefmark{1},
Author 3\IEEEauthorrefmark{2}\\
}
\IEEEauthorblockA{
\IEEEauthorrefmark{1}University of Washington,
\IEEEauthorrefmark{2}School 2\\
\{emails\}@cs.washington.edu,
\{emails\}@school2.edu
}
}
\clubpenalty=10000
\widowpenalty=10000
\maketitle
\footnotetext[1]{The two first authors contributed equally to the paper.}
\input{text/abstract}
\input{text/introduction}
\input{text/design}
\input{text/acks}
\bibliographystyle{IEEEtran}
\bibliography{bibs/dkohlbre}
\end{document}