
RECOMB paper template
作者:
Can Alkan
最近上传:
17 天前
许可:
Creative Commons CC BY 4.0
摘要:
template for RECOMB, RECOMB-Seq, and RECOMB-Arch papers.

template for RECOMB, RECOMB-Seq, and RECOMB-Arch papers.
\documentclass[11pt,a4paper]{article}
\usepackage{authblk}
\usepackage{tabularx,booktabs}
\usepackage{fullpage}
\usepackage{graphicx}
\usepackage{lipsum}
\usepackage[utf8]{inputenc}
\usepackage[margin=1.0in]{geometry}
\usepackage[hidelinks]{hyperref}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amssymb}
\usepackage{bm}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{placeins}
\usepackage{dsfont}
\usepackage{url}
\usepackage{svg}
\usepackage{graphics}
\usepackage[export]{adjustbox}
\usepackage{todonotes}
\usepackage{soul}
\usepackage{bbding}
\usepackage{dsfont}
\usepackage[labelfont=bf]{caption}
\usepackage{amsmath,amssymb}
\newcommand{\junk}[1]{}
\begin{document}
\thispagestyle{empty}
\title{RECOMB paper template}
\setcounter{Maxaffil}{2}
\author[1]{The Master}
\author[2]{Yoda}
\author[1,2,\thanks{Corresponding author. Email: \href{thirteenth@doctorwho.com}{thirteenth@doctorwho.com}}]{The Doctor}
\affil[1]{\small Dept of Dalek Affairs, Time Lord Academy, 42424 Gallifrey}
\affil[2]{\small Dept of Light Saber Engineering, Jedi Academy, 12345 Coruscant}
\date{}
\maketitle
\begin{abstract}
\input{abstract.tex}
\end{abstract}
\section{Introduction}
\input{intro.tex}
\section{Methods}
\input{methods.tex}
\section{Results}
\input{results.tex}
\section{Future work}
\input{future.tex}
\section{Acknowledgements}
This work was supported by a grant by ...
\bibliographystyle{myrecomb}
\bibliography{mybib}
\end{document}