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. |