--- a +++ b/4x/paper/manuscript.tex @@ -0,0 +1,145 @@ +% Template for PLoS +% Version 1.0 January 2009 +% +% To compile to pdf, run: +% latex plos.template +% bibtex plos.template +% latex plos.template +% latex plos.template +% dvipdf plos.template + +\documentclass[10pt]{article} + +% amsmath package, useful for mathematical formulas +\usepackage{amsmath} +% amssymb package, useful for mathematical symbols +\usepackage{amssymb} + +% graphicx package, useful for including eps and pdf graphics +% include graphics with the command \includegraphics +\usepackage{graphicx} + +% cite package, to clean up citations in the main text. Do not remove. +\usepackage{cite} + +\usepackage{color} + +% Use doublespacing - comment out for single spacing +%\usepackage{setspace} +%\doublespacing + + +% Text layout +\topmargin 0.0cm +\oddsidemargin 0.5cm +\evensidemargin 0.5cm +\textwidth 16cm +\textheight 21cm + +% Bold the 'Figure #' in the caption and separate it with a period +% Captions will be left justified +\usepackage[labelfont=bf,labelsep=period,justification=raggedright]{caption} + +% Use the PLoS provided bibtex style +\bibliographystyle{plos2009} + +% Remove brackets from numbering in List of References +\makeatletter +\renewcommand{\@biblabel}[1]{\quad#1.} +\makeatother + + +% Leave date blank +\date{} + +\pagestyle{myheadings} +%% ** EDIT HERE ** + + +%% ** EDIT HERE ** +%% PLEASE INCLUDE ALL MACROS BELOW + +%% END MACROS SECTION + +\begin{document} + +% Title must be 150 characters or less +\begin{flushleft} +{\Large +\textbf{Computational histopathology for the structural analysis of hepatic integrity in Soay sheep} +} +% Insert Author names, affiliations and corresponding author email. +\\ +Quentin Caudron$^{1,\ast}$, +Romain Garnier$^{1}$, +Bryan T. Grenfell$^{1}$, +Others$^{2}$, +Andrea L. Graham$^{1}$ +\\ +\bf{1} Department of Ecology and Evolutionary Biology, Princeton University, Princeton, NJ, 08544, USA +\\ +\bf{2} Author2 Dept/Program/Center, Institution Name, City, State, Country +\\ +$\ast$ E-mail: qcaudron@princeton.edu +\end{flushleft} + +% Please keep the abstract between 250 and 300 words +\section*{Abstract} + +% Please keep the Author Summary between 150 and 200 words +% Use first person. PLoS ONE authors please skip this step. +% Author Summary not valid for PLoS ONE submissions. + +\section*{Introduction} + + +\section*{Methods} + + +% Results and Discussion can be combined. +\section*{Results} + +\subsection*{Subsection 1} + +\subsection*{Subsection 2} + +\section*{Discussion} + + + +% Do NOT remove this, even if you are not including acknowledgments +\section*{Acknowledgements} + + +%\section*{References} +% The bibtex filename +\bibliography{template} + +\section*{Figure Legends} +%\begin{figure}[!ht] +%\begin{center} +%%\includegraphics[width=4in]{figure_name.2.eps} +%\end{center} +%\caption{ +%{\bf Bold the first sentence.} Rest of figure 2 caption. Caption +%should be left justified, as specified by the options to the caption +%package. +%} +%\label{Figure_label} +%\end{figure} + + +\section*{Tables} +%\begin{table}[!ht] +%\caption{ +%\bf{Table title}} +%\begin{tabular}{|c|c|c|} +%table information +%\end{tabular} +%\begin{flushleft}Table caption +%\end{flushleft} +%\label{tab:label} +% \end{table} + +\end{document} +