This is a Quarto template that assists you in creating a manuscript for Science Journals. See the Science website for more information on LaTeX submissions.
For final submission, you will need to make some manual edits to the TeX source, to inline the .bbl
and and figure references.
To create a new article using this format:
quarto use template CoryMcCartan/science
This will create a new directory with an example document that uses this format.
To add this format to an existing document:
quarto add CoryMcCartan/science
Then, add the format to your document options:
format:
science-pdf: default
TODO: If your format has options that can be set via document metadata, describe them.
Here is the source code for a minimal sample document: template.qmd.