Last active
May 10, 2019 18:45
-
-
Save bbdaniels/41ac804fa1cd37948123315eb8aa4f07 to your computer and use it in GitHub Desktop.
Simple tex document
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[fleqn,10pt]{wlscirep} | |
\usepackage[utf8]{inputenc} | |
\usepackage[T1]{fontenc} | |
\usepackage{setspace} | |
\doublespacing | |
\title{Scientific Reports Title to see here} | |
\author[1,*]{Alice Author} | |
\author[2]{Bob Author} | |
\author[1,2,+]{Christine Author} | |
\author[2,+]{Derek Author} | |
\affil[1]{Affiliation, department, city, postcode, country} | |
\affil[2]{Affiliation, department, city, postcode, country} | |
\affil[*]{corresponding.author@email.example} | |
\affil[+]{these authors contributed equally to this work} | |
%\keywords{Keyword1, Keyword2, Keyword3} | |
\begin{abstract} | |
Example Abstract. Abstract must not include subheadings or citations. Example Abstract. Abstract must not include subheadings or citations. Example Abstract. Abstract must not include subheadings or citations. Example Abstract. Abstract must not include subheadings or citations. Example Abstract. Abstract must not include subheadings or citations. Example Abstract. Abstract must not include subheadings or citations. Example Abstract. Abstract must not include subheadings or citations. Example Abstract. Abstract must not include subheadings or citations. | |
\end{abstract} | |
\begin{document} | |
\flushbottom | |
\maketitle | |
% -------------------- PAPER BODY --------------------------- | |
\newpage | |
\section*{Appendix A: Sampling and Survey Completion} | |
\newpage | |
\section*{Appendix B: Medical Vignettes} | |
\newpage | |
\section*{Appendix C: Additional Results} | |
% -------------------- BACKMATTER --------------------------- | |
\singlespacing | |
\newpage | |
\bibliographystyle{alpha} | |
\bibliography{sample} | |
% -------------------- TABLES AND FIGURES ------------------- | |
\newpage | |
\section*{Figure: Title} | |
\includegraphics[width=1\textwidth]{PATH.eps} | |
\newline | |
\textbf{Notes:} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment