Diff of /4x/paper/manuscript.tex [000000] .. [171cba]

Switch to unified view

a b/4x/paper/manuscript.tex
1
% Template for PLoS
2
% Version 1.0 January 2009
3
%
4
% To compile to pdf, run:
5
% latex plos.template
6
% bibtex plos.template
7
% latex plos.template
8
% latex plos.template
9
% dvipdf plos.template
10
11
\documentclass[10pt]{article}
12
13
% amsmath package, useful for mathematical formulas
14
\usepackage{amsmath}
15
% amssymb package, useful for mathematical symbols
16
\usepackage{amssymb}
17
18
% graphicx package, useful for including eps and pdf graphics
19
% include graphics with the command \includegraphics
20
\usepackage{graphicx}
21
22
% cite package, to clean up citations in the main text. Do not remove.
23
\usepackage{cite}
24
25
\usepackage{color} 
26
27
% Use doublespacing - comment out for single spacing
28
%\usepackage{setspace} 
29
%\doublespacing
30
31
32
% Text layout
33
\topmargin 0.0cm
34
\oddsidemargin 0.5cm
35
\evensidemargin 0.5cm
36
\textwidth 16cm 
37
\textheight 21cm
38
39
% Bold the 'Figure #' in the caption and separate it with a period
40
% Captions will be left justified
41
\usepackage[labelfont=bf,labelsep=period,justification=raggedright]{caption}
42
43
% Use the PLoS provided bibtex style
44
\bibliographystyle{plos2009}
45
46
% Remove brackets from numbering in List of References
47
\makeatletter
48
\renewcommand{\@biblabel}[1]{\quad#1.}
49
\makeatother
50
51
52
% Leave date blank
53
\date{}
54
55
\pagestyle{myheadings}
56
%% ** EDIT HERE **
57
58
59
%% ** EDIT HERE **
60
%% PLEASE INCLUDE ALL MACROS BELOW
61
62
%% END MACROS SECTION
63
64
\begin{document}
65
66
% Title must be 150 characters or less
67
\begin{flushleft}
68
{\Large
69
\textbf{Computational histopathology for the structural analysis of hepatic integrity in Soay sheep}
70
}
71
% Insert Author names, affiliations and corresponding author email.
72
\\
73
Quentin Caudron$^{1,\ast}$, 
74
Romain Garnier$^{1}$,
75
Bryan T. Grenfell$^{1}$,
76
Others$^{2}$,
77
Andrea L. Graham$^{1}$
78
\\
79
\bf{1} Department of Ecology and Evolutionary Biology, Princeton University, Princeton, NJ, 08544, USA
80
\\
81
\bf{2} Author2 Dept/Program/Center, Institution Name, City, State, Country
82
\\
83
$\ast$ E-mail: qcaudron@princeton.edu
84
\end{flushleft}
85
86
% Please keep the abstract between 250 and 300 words
87
\section*{Abstract}
88
89
% Please keep the Author Summary between 150 and 200 words
90
% Use first person. PLoS ONE authors please skip this step. 
91
% Author Summary not valid for PLoS ONE submissions.   
92
93
\section*{Introduction}
94
95
96
\section*{Methods}
97
98
99
% Results and Discussion can be combined.
100
\section*{Results}
101
102
\subsection*{Subsection 1}
103
104
\subsection*{Subsection 2}
105
106
\section*{Discussion}
107
108
109
110
% Do NOT remove this, even if you are not including acknowledgments
111
\section*{Acknowledgements}
112
113
114
%\section*{References}
115
% The bibtex filename
116
\bibliography{template}
117
118
\section*{Figure Legends}
119
%\begin{figure}[!ht]
120
%\begin{center}
121
%%\includegraphics[width=4in]{figure_name.2.eps}
122
%\end{center}
123
%\caption{
124
%{\bf Bold the first sentence.}  Rest of figure 2  caption.  Caption 
125
%should be left justified, as specified by the options to the caption 
126
%package.
127
%}
128
%\label{Figure_label}
129
%\end{figure}
130
131
132
\section*{Tables}
133
%\begin{table}[!ht]
134
%\caption{
135
%\bf{Table title}}
136
%\begin{tabular}{|c|c|c|}
137
%table information
138
%\end{tabular}
139
%\begin{flushleft}Table caption
140
%\end{flushleft}
141
%\label{tab:label}
142
% \end{table}
143
144
\end{document}
145