Skip to content

Commit

Permalink
Adding Supplementary Materials
Browse files Browse the repository at this point in the history
  • Loading branch information
matsen committed Sep 3, 2019
1 parent 7a191ed commit 97870e9
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion main.tex
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
\documentclass{article}

\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[hidelinks]{hyperref}
% \usepackage{lineno}
% \linenumbers

\newcommand{\median}{\operatorname{median}}

% http://bytesizebio.net/2013/03/11/adding-supplementary-tables-and-figures-in-latex/
\newcommand{\beginsupplement}{%
\setcounter{table}{0}
\renewcommand{\thetable}{S\arabic{table}}%
\setcounter{figure}{0}
\renewcommand{\thefigure}{S\arabic{figure}}%
}

\hyphenation{Ge-nome Ge-nomes hyper-mut-ation through-put}

Expand All @@ -17,7 +31,7 @@
\end{abstract}


\section{Introduction}
\section*{Introduction}
\cite{Felsenstein1981-zs}

% \begin{figure}[h]
Expand All @@ -33,4 +47,11 @@ \section{Introduction}
\bibliographystyle{plain}
\bibliography{main}


% \clearpage
% \section*{Supplementary Materials}
% \beginsupplement
% Supplementary text and figures here.


\end{document}

0 comments on commit 97870e9

Please sign in to comment.