-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate_with_comments.tex
299 lines (230 loc) · 14.6 KB
/
template_with_comments.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
%Version 2.1 April 2023
% See section 11 of the User Manual for version history
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% Please do not use \input{...} to include other tex files. %%
%% Submit your LaTeX manuscript as one .tex document. %%
%% %%
%% All additional figures and files should be attached %%
%% separately and not embedded in the \TeX\ document itself. %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%\documentclass[referee,sn-basic]{sn-jnl}% referee option is meant for double line spacing
%%=======================================================%%
%% to print line numbers in the margin use lineno option %%
%%=======================================================%%
%%\documentclass[lineno,sn-basic]{sn-jnl}% Basic Springer Nature Reference Style/Chemistry Reference Style
%%======================================================%%
%% to compile with pdflatex/xelatex use pdflatex option %%
%%======================================================%%
%%\documentclass[pdflatex,sn-basic]{sn-jnl}% Basic Springer Nature Reference Style/Chemistry Reference Style
%%Note: the following reference styles support Namedate and Numbered referencing. By default the style follows the most common style. To switch between the options you can add or remove �Numbered� in the optional parenthesis.
%%The option is available for: sn-basic.bst, sn-vancouver.bst, sn-chicago.bst, sn-mathphys.bst. %
%%\documentclass[sn-nature]{sn-jnl}% Style for submissions to Nature Portfolio journals
%%\documentclass[sn-basic]{sn-jnl}% Basic Springer Nature Reference Style/Chemistry Reference Style
%%\documentclass[sn-mathphys,Numbered]{sn-jnl}% Math and Physical Sciences Reference Style
%%\documentclass[sn-aps]{sn-jnl}% American Physical Society (APS) Reference Style
%%\documentclass[sn-vancouver,Numbered]{sn-jnl}% Vancouver Reference Style
%%\documentclass[sn-apa]{sn-jnl}% APA Reference Style
%%\documentclass[sn-chicago]{sn-jnl}% Chicago-based Humanities Reference Style
%%\documentclass[default]{sn-jnl}% Default
%%\documentclass[default,iicol]{sn-jnl}% Default with double column layout
%% Introduced by Myst template author
\documentclass[
[#- if options.pdflatex -#]
pdflatex
[#- else -#][#- endif -#]
[#- if options.referee -#], referee [#- endif -#]
[#- if options.numbered -#], Numbered [#- endif -#]
[#- if options.reference_style == "default" -#], default [#- endif -#]
[#- if options.reference_style == "apa" -#], sn-apa [#- endif -#]
[#- if options.reference_style == "aps" -#], sn-aps [#- endif -#]
[#- if options.reference_style == "basic" -#], sn-basic [#- endif -#]
[#- if options.reference_style == "chicago" -#], sn-chicago [#- endif -#]
[#- if options.reference_style == "nature" -#], sn-nature [#- endif -#]
[#- if options.reference_style == "mathphys" -#], sn-mathphys [#- endif -#]
[#- if options.reference_style == "vancouver" -#], sn-vancouver [#- endif -#]
[#- if options.formatting == "twocolumn" -#] , iicol [#- endif -#]
]{sn-jnl}
%%%% Standard Packages
%%<additional latex packages if required can be included here>
\usepackage{graphicx}%
\usepackage{multirow}%
\usepackage{amsmath,amssymb,amsfonts}%
\usepackage{amsthm}%
\usepackage{mathrsfs}%
\usepackage[title]{appendix}%
\usepackage{xcolor}%
\usepackage{textcomp}%
\usepackage{manyfoot}%
\usepackage{booktabs}%
\usepackage{algorithm}%
\usepackage{algorithmicx}%
\usepackage{algpseudocode}%
\usepackage{listings}%
%%%%
[- IMPORTS -]
%%%%%=============================================================================%%%%
%%%% Remarks: This template is provided to aid authors with the preparation
%%%% of original research articles intended for submission to journals published
%%%% by Springer Nature. The guidance has been prepared in partnership with
%%%% production teams to conform to Springer Nature technical requirements.
%%%% Editorial and presentation requirements differ among journal portfolios and
%%%% research disciplines. You may find sections in this template are irrelevant
%%%% to your work and are empowered to omit any such section if allowed by the
%%%% journal you intend to submit to. The submission guidelines and policies
%%%% of the journal take precedence. A detailed User Manual is available in the
%%%% template package for technical guidance.
%%%%%=============================================================================%%%%
%\jyear{2021}%
%% as per the requirement new theorem styles can be included as shown below
\theoremstyle{thmstyleone}%
\newtheorem{theorem}{Theorem}% meant for continuous numbers
%%\newtheorem{theorem}{Theorem}[section]% meant for sectionwise numbers
%% optional argument [theorem] produces theorem numbering sequence instead of independent numbers for Proposition
\newtheorem{proposition}[theorem]{Proposition}%
%%\newtheorem{proposition}{Proposition}% to get separate numbers for theorem and proposition etc.
\theoremstyle{thmstyletwo}%
\newtheorem{example}{Example}%
\newtheorem{remark}{Remark}%
\theoremstyle{thmstylethree}%
\newtheorem{definition}{Definition}%
\raggedbottom
%%\unnumbered% uncomment this for unnumbered level heads
\begin{document}
\title[[-doc.short_title-]]{[-doc.title-]}
%%=============================================================%%
%% Prefix -> \pfx{Dr}
%% GivenName -> \fnm{Joergen W.}
%% Particle -> \spfx{van der} -> surname prefix
%% FamilyName -> \sur{Ploeg}
%% Suffix -> \sfx{IV}
%% NatureName -> \tanm{Poet Laureate} -> Title after name
%% Degrees -> \dgr{MSc, PhD}
%% \author*[1,2]{\pfx{Dr} \fnm{Joergen W.} \spfx{van der} \sur{Ploeg} \sfx{IV} \tanm{Poet Laureate}
%% \dgr{MSc, PhD}}\email{[email protected]}
%%=============================================================%%
%%\author*[1,2]{\fnm{First} \sur{Author}}\email{[email protected]}
%%\author[2,3]{\fnm{Second} \sur{Author}}\email{[email protected]}
%%\equalcont{These authors contributed equally to this work.}
%%\author[1,2]{\fnm{Third} \sur{Author}}\email{[email protected]}
%%\equalcont{These authors contributed equally to this work.}
%%\affil*[1]{\orgdiv{Department}, \orgname{Organization}, \orgaddress{\street{Street}, \city{City}, \postcode{100190}, \state{State}, \country{Country}}}
%%\affil[2]{\orgdiv{Department}, \orgname{Organization}, \orgaddress{\street{Street}, \city{City}, \postcode{10587}, \state{State}, \country{Country}}}
%%\affil[3]{\orgdiv{Department}, \orgname{Organization}, \orgaddress{\street{Street}, \city{City}, \postcode{610101}, \state{State}, \country{Country}}}
[#- for author in doc.authors #]
\author[[- author.affiliations | join(',', 'index') -]]{
[#- if author.given_name #]\fnm{[-author.given_name-]} [# endif -#]
[#- if author.surname #] \sur{[-author.surname-]} [# endif -#]
[#- if author.email #] \email{[-author.email-]} [# endif -#]}
[# endfor -#]
[# for author in doc.authors #]
[# if author.affiliations #]
\affil[[-loop.index-]]{[-author.affiliations | join(', ', 'value')-]}
[# endif #]
[# endfor #]
%%==================================%%
%% sample for unstructured abstract %%
%%==================================%%
%%\abstract{The abstract serves both as a general introduction to the topic and as a brief, non-technical summary of the main results and their implications. Authors are advised to check the author instructions for the journal they are submitting to for word limits and if structural elements like subheadings, citations, or equations are permitted.}
[#- if parts.abstract -#]
\abstract{
[-parts.abstract-]
}
[#- endif -#]
%%================================%%
%% Sample for structured abstract %%
%%================================%%
% \abstract{\textbf{Purpose:} The abstract serves both as a general introduction to the topic and as a brief, non-technical summary of the main results and their implications. The abstract must not include subheadings (unless expressly permitted in the journal's Instructions to Authors), equations or citations. As a guide the abstract should not exceed 200 words. Most journals do not set a hard limit however authors are advised to check the author instructions for the journal they are submitting to.
%
% \textbf{Methods:} The abstract serves both as a general introduction to the topic and as a brief, non-technical summary of the main results and their implications. The abstract must not include subheadings (unless expressly permitted in the journal's Instructions to Authors), equations or citations. As a guide the abstract should not exceed 200 words. Most journals do not set a hard limit however authors are advised to check the author instructions for the journal they are submitting to.
%
% \textbf{Results:} The abstract serves both as a general introduction to the topic and as a brief, non-technical summary of the main results and their implications. The abstract must not include subheadings (unless expressly permitted in the journal's Instructions to Authors), equations or citations. As a guide the abstract should not exceed 200 words. Most journals do not set a hard limit however authors are advised to check the author instructions for the journal they are submitting to.
%
% \textbf{Conclusion:} The abstract serves both as a general introduction to the topic and as a brief, non-technical summary of the main results and their implications. The abstract must not include subheadings (unless expressly permitted in the journal's Instructions to Authors), equations or citations. As a guide the abstract should not exceed 200 words. Most journals do not set a hard limit however authors are advised to check the author instructions for the journal they are submitting to.}
%%\keywords{keyword1, Keyword2, Keyword3, Keyword4}
[#- if doc.keywords #]
\keywords{[- doc.keywords | join(", ") -]}
[# endif -#]
%%\pacs[JEL Classification]{D8, H51}
%%\pacs[MSC Classification]{35A01, 65L10, 65L12, 65L20, 65L70}
\maketitle
[-CONTENT-]
\backmatter
[#- if parts.supplementary_information #]
\bmhead{Supplementary information}
[-parts.supplementary_information-]
[# endif -#]
%%If your article has accompanying supplementary file/s please state so here.
%%Authors reporting data from electrophoretic gels and blots should supply the full unprocessed scans for key as part of their Supplementary information. This may be requested by the editorial team/s if it is missing.
%%Please refer to Journal-level guidance for any specific requirements.
[#- if parts.acknowledgments #]
\bmhead{Acknowledgments}
[-parts.acknowledgments-]
[# endif -#]
%Acknowledgments are not compulsory. Where included they should be brief. Grant or contribution numbers may be acknowledged.
%%Please refer to Journal-level guidance for any specific requirements.
[#- if parts.declarations #]
\section*{Declarations}
[-parts.declarations-]
[# endif -#]
%%Some journals require declarations to be submitted in a standardised format. Please check the Instructions for Authors of the journal to which you are submitting to see if you need to complete this section. If yes, your manuscript must contain the following sections under the heading `Declarations':
%%\begin{itemize}
%%\item Funding
%%\item Conflict of interest/Competing interests (check journal-specific guidelines for which heading to use)
%%\item Ethics approval
%%\item Consent to participate
%%\item Consent for publication
%%\item Availability of data and materials
%%\item Code availability
%%\item Authors' contributions
%%\end{itemize}
%%\noindent
%%If any of the sections are not relevant to your manuscript, please include the heading and %%write `Not applicable' for that section.
%%===================================================%%
%% For presentation purpose, we have included %%
%% \bigskip command. please ignore this. %%
%%===================================================%%
%%\bigskip
%%\begin{flushleft}%
%%Editorial Policies for:
%%\bigskip\noindent
%%Springer journals and proceedings: \url{https://www.springer.com/gp/editorial-policies}
%%\bigskip\noindent
%%Nature Portfolio journals: \url{https://www.nature.com/nature-research/editorial-policies}
%%\bigskip\noindent
%%\textit{Scientific Reports}: \url{https://www.nature.com/srep/journal-policies/editorial-policies}
%%\bigskip\noindent
%%BMC journals: \url{https://www.biomedcentral.com/getpublished/editorial-policies}
%%\end{flushleft}
[#- if parts.appendix #]
\begin{appendices}
[-parts.appendix-]
\end{appendices}
[# endif -#]
%%An appendix contains supplementary information that is not an essential part of the text itself but which may be helpful in providing a more comprehensive understanding of the research problem or it is information that is too cumbersome to be included in the body of the paper.
%%=============================================%%
%% For submissions to Nature Portfolio Journals %%
%% please use the heading ``Extended Data''. %%
%%=============================================%%
%%=============================================================%%
%% Sample for another appendix section %%
%%=============================================================%%
%% \section{Example of another appendix section}\label{secA2}%
%% Appendices may be used for helpful, supporting or essential material that would otherwise
%% clutter, break up or be distracting to the text. Appendices can consist of sections, figures,
%% tables and equations etc.
%%===========================================================================================%%
%% If you are submitting to one of the Nature Portfolio journals, using the eJP submission %%
%% system, please include the references within the manuscript file itself. You may do this %%
%% by copying the reference list from your .bbl file, paste it into the main manuscript .tex %%
%% file, and delete the associated \verb+\bibliography+ commands. %%
%%===========================================================================================%%%
[#- if doc.bibliography #]
\bibliography{[- doc.bibliography | join(", ") -]}
[# endif -#]
%%\bibliography{sn-bibliography}% common bib file
%% if required, the content of .bbl file can be included here once bbl is generated
%%\input sn-article.bbl
\end{document}