-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhotspots.tex
78 lines (63 loc) · 2.54 KB
/
hotspots.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
\documentclass[letterpaper]{article}
\usepackage{natbib,alifeconf} %% The order is important
\usepackage{hyperref}
\usepackage{import}
% *****************
% Requirements:
% *****************
%
% - All pages sized consistently at 8.5 x 11 inches (US letter size).
% - PDF length <= 8 pages for full papers, <=2 pages for extended
% abstracts.
% - Abstract length <= 250 words.
% - No visible crop marks.
% - Images at no greater than 300 dpi, scaled at 100%.
% - Embedded open type fonts only.
% - All layers flattened.
% - No attachments.
% - All desired links active in the files.
% Note that the PDF file must not exceed 5 MB if it is to be indexed
% by Google Scholar. Additional information about Google Scholar
% can be found here:
% http://www.google.com/intl/en/scholar/inclusion.html.
% If your system does not generate letter format documents by default,
% you can use the following workflow:
% latex example
% bibtex example
% latex example ; latex example
% dvips -o example.ps -t letterSize example.dvi
% ps2pdf example.ps example.pdf
% For pdflatex users:
% The alifeconf style file loads the "graphicx" package, and
% this may lead some users of pdflatex to experience problems.
% These can be fixed by editing the alifeconf.sty file to specify:
% \usepackage[pdftex]{graphicx}
% instead of
% \usepackage{graphicx}.
% The PDF output generated by pdflatex should match the required
% specifications and obviously the dvips and ps2pdf steps become
% unnecessary.
% Note: Some laser printers have a serious problem printing TeX
% output. The use of ps type I fonts should avoid this problem.
\title{Spatial resource heterogeneity creates local hotspots of evolutionary potential}
\author{Emily Dolson \and Charles Ofria \\
\mbox{}\\
BEACON Center for the Study of Evolution in Action \\
Department of Computer Science, Michigan State University, East Lansing, MI, USA \\
Ecology, Evolutionary Biology, and Behavior Program, Michigan State University, East Lansing, MI, USA \\
dolsonem@msu.edu} % email of corresponding author
% For several authors from the same institution use the same number to
% refer to one address.
%
% If the names do not fit well on one line use
% Author 1, Author 2 ... \\ {\Large\bf Author n} ...\\ ...
%
% If the title and author information do not fit in the area
% allocated, place \setlength\titlebox{<new height>} after the
% \documentclass line where <new height> is 2.25in
\begin{document}
\maketitle
\input{hotspots_main}
\bibliographystyle{apalike}
\bibliography{Zotero} % replace by the name of your .bib file
\end{document}