-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.tex
53 lines (43 loc) · 1.36 KB
/
template.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
\documentclass[fleqn,10pt[# if options.line_numbers #],lineno[# endif #]]{physiome}
[-IMPORTS-]
%% Choose from Original, Retrospective, Review, Letter
\articletype{[-options.article_type-]}
\title{[-doc.title-]}
[# for author in doc.authors #]
\author[[-author.affiliations|join(", ", "index")-]]
[#- if author.corresponding #][[-author.email-]][# endif -#]
{[-author.name-]}
[# endfor #]
[# for affiliation in doc.affiliations #]
\affil[[-affiliation.index-]]{[-affiliation.value.name-]}
[# endfor #]
[# if options.published #]
\publicationdate{[-options.publication_date-]}
\editor{[-options.editor-]}
\curator{[-options.curator-]}
\submitteddate{[-options.submitted_date-]}
\accepteddate{[-options.accepted_date-]}
\citethisas{[-options.cite_as-]}{[-doc.doi-]}
[# else #]
% The following information will be added by editors:
\publicationdate{Publication Date}
\editor{A Physiome Editor}
\curator{The Chief Editor}
\submitteddate{Submision Date}
\accepteddate{Accepted Date}
\citethisas{First and Second (2020) Example Article Title. Physiome 00(0).}{000.0000/a00000}
[# endif #]
\begin{document}
\maketitle
\begin{abstract}
[-parts.abstract-]
\end{abstract}
[# if doc.keywords #]
\keywords{[-doc.keywords|join(", ")-]}
[# endif #]
[# if options.primary_pubs #]
\primarypubs[[-doc.doi-]]{main}{[-options.primary_pubs-]}
[# endif #]
[-CONTENT-]
\bibliography{main}
\end{document}