-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy path00_Article_Merge.tex
More file actions
30 lines (23 loc) · 973 Bytes
/
00_Article_Merge.tex
File metadata and controls
30 lines (23 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
%% select between bioRxiv style or submission style by commenting either line
% class files moved into `theme/` — reference via relative path
\documentclass[twocolumn]{theme/bioRxiv}
% \documentclass[submit]{theme/bioRxiv}
%% forces sans serif
\renewcommand\familydefault{\sfdefault}
%% for this example - not needed for manuscript
\usepackage{lipsum}
%% setup specific to this preprint -- add or remove as you need.
\hyphenation{empire} % prevents word "empire" being split across lines
\sisetup{range-units = single,
separate-uncertainty = true,
multi-part-units = single,
range-phrase = --} % units setup
\usepackage{multirow} % allows merging of cells in tables
%% the document starts here
\begin{document}
%% comment out any files that you don't want to include as sections
\include{01_Article_MainText}
\include{02_Article_Supplementary}
\include{03_Article_SupplementaryVideos}
\include{04_Article_SupplementaryTables}
\end{document}