-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.yml
161 lines (161 loc) · 4.75 KB
/
template.yml
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
jtex: v1
title: Springer
description: Official template for Springer journals
version: 1.0.0
license: LPPL-1.3a
source: https://www.springernature.com/gp/authors/campaigns/latex-author-support
thumbnail: ./thumbnail.png
authors:
- name: Springer Nature
website: https://www.springernature.com/
affiliations:
- Springer Nature Group
tags:
- paper
- two-column
parts:
- id: abstract
required: true
description: >
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.
- id: acknowledgments
required: false
description: >
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.
- id: appendix
required: false
description: >
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.
- id: declarations
required: false
description: >
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':
- Funding
- Conflict of interest/Competing interests (check journal-specific guidelines for which heading to use)
- Ethics approval
- Consent to participate
- Consent for publication
- Availability of data and materials
- Code availability
- Authors' contributions
If any of the sections are not relevant to your manuscript, please include
the heading and %%write `Not applicable' for that section.
- id: supplementary_information
required: false
description: >
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
doc:
- id: title
required: true
- id: short_title
required: false
- id: bibliography
- id: subtitle
required: false
- id: keywords
required: false
- id: authors
required: true
- id: affiliations
required: false
options:
- id: formatting
required: false
type: choice
description: Type of column formatting (one- or two-column article).
default: onecolumn
choices:
- onecolumn
- twocolumn
- id: referee
type: boolean
default: false
description: Mark the document as draft
- id: line_numbers
type: boolean
default: false
- id: unnumbered_headings
type: boolean
default: false
- id: numbered_referencing
type: boolean
default: false
description: >
The reference styles (see option reference_style) support Namedate and
Numbered referencing. By default the style follows the most common style.
To switch between the options you can active (true) or deactivate (false)
the `numbered` option.
- id: pdf_latex
type: boolean
default: true
description: When compiling with pdflatex/xelatex use pdflatex option.
- id: reference_style
required: false
type: choice
default: default
description: The type the references are handled.
choices:
- default
- nature
- basic
- mathphys
- vancouver
- apa
- chicago
- id: theorem_style
type: choice
default: none
choices:
- none
- one
- two
- three
- id: theorem_sectionwise_numbering
type: boolean
default: false
- id: proposition_by_theorem_numbering
type: boolean
default: false
files:
- template.tex
- sn-jnl.cls
- sn-apacite.bst
- sn-aps.bst
- sn-basic.bst
- sn-chicago.bst
- sn-mathphys.bst
- sn-nature.bst
- sn-vancouver.bst
packages:
- algorithm
- algorithmicx
- algpseudocode
- amsfonts
- amsmath
- amssymb
- amsthm
- appendix
- booktabs
- graphicx
- listings
- manyfoot
- mathrsfs
- multirow
- textcomp
- xcolor
- lineno
- etoolbox
myst: v1