-
Notifications
You must be signed in to change notification settings - Fork 0
/
paper.tex
49 lines (38 loc) · 948 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
41
42
43
44
45
46
47
48
49
\documentclass{shortpaper}
\usepackage{times}
\usepackage{url,epsfig, arydshln}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{cite}
\newcommand{\rcc}{\textsf{rcc~}}
\newcommand{\rccns}{\textsf{rcc}}
\newcommand{\rccl}{{\large\textsf{rcc~}}}
\newcommand{\ea}{{\em et al.}}
\newcommand{\ie}{{\em i.e.}}
\newcommand{\eg}{{\em e.g.}}
\newtheorem{task}{Task}
\newtheorem{problem}{Problem}[section]
\def\TITLE{Title Here}
\def\heading{\TITLE, \today}
\begin{document}
\formattitle{\TITLE}{Nick Feamster, University of Chicago}
\section*{Overview}
\begin{tabular}{p{2in}p{4in}}
Title: & \parbox{4in}{\TITLE} \\ \\
Principal Investigators: &
\parbox{4in}{
Professor Nick Feamster \\
Department of Computer Science \\
University of Chicago \\
Chicago, Illinois 60637 \\
+1 773 702 2322 \\
\\
}
\end{tabular}
\pagebreak
\begin{small}
\bibliographystyle{abbrv}
%\bibliography{paper}
\end{small}
\end{document}