-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
156 lines (118 loc) · 2.99 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
% you can name this file ms.tex in arXiv submission to ensure that arXiv uses it as main file
\pdfoutput=1 % ensure that arXiv uses pdflatex
% please add shorthands to 'local-shorthands.tex'
\RequirePackage{snapshot} % create list of dependencies for submissions
\RequirePackage{sty/bootstrap}
\PrependInputPath{sty/img,fig}
\ProvideOptions{notecolumn,blackqed}
\WithOptions
\documentclass {IEEEtranPlus}
\ProvideIfOptions {ieee, conference, arxiv, compress, final, blind}
\ProvideIf[true]{draft}
\iffinal\draftfalse\fi
\ifdraft
\overfullrule=2cm
\fi
\frenchspacing
\ifcompress
\IfClassLoadedTF {IEEEtran}
\def\citepunct{,\,}
\def\citedash{--}
\renewcommand \IEEEiedlistdecl {
\IEEElabelindent=0pt
}
}
\fi
\ifieee
% ieeeXplore doesn't accept hyperlinks and requires its bibtex style
\usepackage[hyperref=false,bibtex]{boilerplate}
\else
\ifarxiv
\usepackage[biblatex]{boilerplate}
\def\bibfont{\footnotesize\frenchspacing{}}
\else
\usepackage[bibtex]{boilerplate}
\fi
\fi
\ifieee
\DeclareDocumentCommand{\orcidlink}{m}{}
\fi
\usepackage{multicol}
\usepackage{tabularray}
\ifcompress\else
\PassOptionsToPackage{noabbrev}{cleveref}
\fi
\usepackage[capitalize]{cleveref}
\crefname{equation}{}{}
\Crefname{equation}{Equation}{Equations}
% keeping '\addbibresource' verbatim in the document allows
% some editor plugins to autocomplete using the right bib files
\tryWithFiles\addbibresource{short.bib,bib.bib}
\title{%
New results on the speed of brown foxes
}
\date{\today}
\ifblind \author{}\else
\author{
\IEEEauthorblockN{Hans~Wurst\IEEEauthorrefmark{1}, Bebraham~Hinterdupfinger\IEEEauthorrefmark{1}\IEEEauthorrefmark{2}}
\IEEEauthorblockA{
\IEEEauthorrefmark{1}
Technical University of Atlantis
\\
Email: \{\uref{mailto:wurst@tua.example.com}{wurst}%
, \uref{mailto:hinterdupfinger@tua.example.com}{hinterdupfinger}%
\}@tua.example.com
}
\IEEEauthorblockA{
\IEEEauthorrefmark{2}
National University of Antarctica
}
}
\fi
\makeatletter
\hypersetup{
pdftitle = \string\@title,
pdfauthor = {Hans Wurst, Bebraham Hinterdupfinger},
pdfkeywords = {},
pdflang = {English},
}
\makeatother
%\usepackage{tikz}
%\usetikzlibrary{external}
%\tikzexternalize
% needed for correct -output-dir tikz-external compilation
%\tikzset{external/shell escape/.add={}{ -output-directory \outputdir/}}
\usepackage{simpleacros}
\ifcompress
\acsetup{
first-style = long-short,
subsequent-style = short,
}
\else
\acsetup{
first-style = long,
subsequent-style = long,
}
\fi
\SimpleAcros{
id = identification,
bc = broadcast channel,
}
\tryWithFiles\input{local-shorthands}
\begin{document}
\maketitle
% Edit notes lead to weird formatting in IEEEtran twocol mode.
\ifonecol
\input edit-notes
\fi
\section{Introduction}
Always cite \cite{shannon1948it0}!
\section{Preliminaries}
\section{Results}
\section{Summary}
\section*{Acknowledgement}
\printbibliography
\newpage
\listoffixmes
\end{document}
% vim: ts=2 sw=2