Official template for Springer journals
- Author: Springer Nature (Springer Nature Group)
- Author Website: https://www.springernature.com/
- Submission Guidelines
- ๐ Create this repository. Nailed it. ๐
- ๐ Replace the
template.tex
with your existing LaTeX template/article - ๐ฏโโ๏ธ Copy in any other style, definitions or images necessary for the template
- ๐ฉโ๐ฌ Add the files necessary into
files
list in thetemplate.yml
(documentation) - ๐งโโ๏ธ Start replacing template values with
[-options.my_value-]
and put in[# if parts.abstract #]
conditions to toggle sections on and off (documentation) - ๐ฉ๐ฟโ๐ป Install jtex (
npm install -g jtex
) and runjtex check
(documentation) - ๐ช Continue to improve the options in your template for
parts
andoptions
(documentation) - ๐พ When ready, save your
template.yml
and runjtex check --fix
, this will add various packages that are auto detected and fix document options (documentation) - ๐งช Test with real content:
myst build my-document.md --template ../path/to/template
(documentation) - ๐ธ Create a
thumbnail.png
with an accurate screenshot of the template - ๐งญ Update this README, and check all values in the
template.yml
- ๐ Push to GitHub, and contribute to the community templates repository
The Springer documentation used to setup this template can be found here:
This is a table of options the template provides based on the above information (release 2.1):
Option | Type | Default | Required | Functionality | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
reference_style |
choice | default | false | Defines the bibliograhy style used by the templated. The following options are available
|
|||||||||||||||||||||||||||
pdf_latex |
boolean | true | false | Enables pdflatex option to compile the file with โpdflatex/xelatexโ. |
|||||||||||||||||||||||||||
line_numbers |
boolean | false | false | Enables line numbers in the margin. | |||||||||||||||||||||||||||
referee |
boolean | false | false | Enables double-line spacing requested for the peer review and editoral stages. | |||||||||||||||||||||||||||
formatting |
choice | onecolumn | false | twocolumn enables double column layout to suit journal-level submission requirements. |