-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbioinfo.tex
84 lines (62 loc) · 2.11 KB
/
bioinfo.tex
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
\documentclass{bioinfo}
% Include a series of generic definitions and usepackage commands
\copyrightyear{$year$} \pubyear{$year$}
\access{Advance Access Publication Date: Day Month Year}
\appnotes{$class$}
% This code to use {caption} will wipe out the ability of pandoc-crossref
% to prepend the "Figure" reference to the caption.
\usepackage{caption}
\DeclareCaptionLabelFormat{nolabel}{}
\captionsetup{labelformat=nolabel}
% This section was added with pandoc 2.9.
$if(csl-refs)$
\newlength{\cslhangindent} % set up new length
\setlength{\cslhangindent}{$if(csl-hanging-indent)$2em$else$0em$endif$}
\newenvironment{cslreferences}%
{\everypar{\setlength{\hangindent}{\cslhangindent}}}%
{\par} % by default, this env does not change anything
$endif$
\begin{document}
\firstpage{1}
\subtitle{$section$}
\title[$short_title$]{$title$}
% \author[Sample \textit{et~al}.]{Corresponding Author\,$$^{\text{\sfb 1,}*}$$, Co-Author\,$$^{\text{\sfb 2}}$$ and Co-Author\,$$^{\text{\sfb 2,}*}$$}
% \address{$$^{\text{\sf 1}}$$Department, Institution, City, Post Code, Country and \\
% $$^{\text{\sf 2}}$$Department, Institution, City, Post Code,
% Country.}
\def \email { abcdefg }
$for(author)$
$if(author.correspondence)$
\edef \email { \email $author.correspondence$ }
$endif$
$endfor$
% Set up authors and affiliations
\author{
$for(author)$
$if(author.name)$
$if(author.correspondence)$
$author.name$$$^{\text{\sfb $author.affiliation$,*}}$$
$else$
$author.name$$$^{\text{\sfb $author.affiliation$}}$$
$endif$
$endif$
$endfor$
}
% institutions must come after \author definitions so that corresponding tag comes last.
\address{
$for(institutions)$
$if(institutions.name)$
$$^{\text{\sf $institutions.key$}}$$ $institutions.name$
$endif$
$endfor$
}
\corresp{$$^\ast$$To whom correspondence should be addressed.}
\history{Received on XXXXX; revised on XXXXX; accepted on XXXXX}
\editor{Associate Editor: XXXXXXX}
\abstract{$abstract$\\
\textbf{Contact:} \href{$contact$}{\email}\\
\textbf{Supplementary information:} Supplementary data are available at \textit{Bioinformatics}
online.}
\maketitle
$body$
\end{document}