-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocument.tex
79 lines (46 loc) · 1.37 KB
/
document.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
\documentclass[11pt]{article}
% [fleqn] left-aligns all equations
\input{preamble}
\addbibresource{my_library.bib}
\graphicspath{{./fig/}}
\title{Title of the Paper}
\author{Leon Di Stefano}
\date{\today}
\begin{document}
% % % % % % % % % % % % % % % % % % % % % % % % % % %
\maketitle
% \vspace{0.1in}
% % % % % % % % % % % % % % % % % % % % % % % % % % %
\begin{abstract}\noindent
Four sentences:
State the problem.
Why it's an interesting problem.
What your solution achieves.
What follows from your solution.
% State the problem
% Why it's an interesting problem
% What your solution achieves
% What follows from your solution
\end{abstract}
\section{Introduction}
% Describe the problem
% Use an example to introduce it
\subsubsection*{Describe the problem}
Use an example to introduce it.
% State your contributions
% Explicit list, to be backed up with evidence
\subsubsection*{State your contributions}
Use an explicit list, to be backed up by evidence.
\section{The problem}
Describe the problem, in 1 page.
\section{The main idea}
Describe your idea, in 2 pages.
\section{The idea in detail}
Peyton-Jones suggests 5 pages for this.
\section{Related work}
Put this last. 1-2 pages; be generous with credit.
\section{Conclusions and further work}
\printbibliography
\newpage
\section*{Appendix}
\end{document}