-
Notifications
You must be signed in to change notification settings - Fork 1
/
writeup_double_column.tex
74 lines (59 loc) · 1.44 KB
/
writeup_double_column.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
%\documentclass[10pt]{article}
\documentclass{sig-alternate-10}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{xcolor}
\usepackage{xspace}
\usepackage{euscript}
\usepackage{amstext}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{paralist}
\usepackage{theorem}
%\usepackage[boxed]{algorithm2e}
\usepackage{notes}
\usepackage[]{hyperref}
\usepackage[final]{microtype}
\usepackage{picins}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{listings}
\usepackage{color}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{pdfpages}
\usepackage{mathtools}
%\usepackage[margin=1in]{geometry}
%\usepackage{mathpazo}
%\usepackage{geometry}
%\usepackage[top=1.25in,bottom=1.25in,left=1.25in,right=1.25in]{geometry}
%\usepackage{geometry}
\setlength{\paperheight}{11in}
\setlength{\paperwidth}{8.5in}
\usepackage[
pass,%keep layout unchanged
% showframe,% show the layout
]{geometry}
%improve trypography
\usepackage{fixltx2e}
\usepackage{fullpage}
\usepackage{xspace}
\def\mparagraph#1{\par\medskip\noindent\textbf{#1.}\quad}
\input{prelim}
\begin{document}
\title{Cycle Breaking in Proxy Voting
}
\date{May 1, 2016}
\author{
Ben Chesnut, Jeremy Fox, Yixin Lin \thanks{%
Vince Conitzer, Department of Computer Science, Duke University, Durham, NC
27708-0129, USA;}}
\maketitle
%\input{abstract}
\input{Introduction}
\input{Previous}
\input{Results}
\input{Conclusion}
\input{Bibliography}
\end{document}