Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corymccartan/science
Science Journals Quarto Template
https://github.com/corymccartan/science
latex quarto quarto-extension quarto-journals quarto-template r tex
Last synced: 13 days ago
JSON representation
Science Journals Quarto Template
- Host: GitHub
- URL: https://github.com/corymccartan/science
- Owner: CoryMcCartan
- Created: 2023-05-03T04:00:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-03T06:41:44.000Z (over 1 year ago)
- Last Synced: 2024-11-12T04:01:54.805Z (2 months ago)
- Topics: latex, quarto, quarto-extension, quarto-journals, quarto-template, r, tex
- Language: TeX
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Science Journals
This is a Quarto template that assists you in creating a manuscript for *Science* Journals.
See [the *Science* website](https://www.science.org/content/page/preparing-manuscripts-using-latex) 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.
## Creating a New Article
To create a new article using this format:
```bash
quarto use template CoryMcCartan/science
```This will create a new directory with an example document that uses this format.
## Using with an Existing Document
To add this format to an existing document:
```bash
quarto add CoryMcCartan/science
```Then, add the format to your document options:
```yaml
format:
science-pdf: default
```## Options
*TODO*: If your format has options that can be set via document metadata, describe them.
## Example
Here is the source code for a minimal sample document: [template.qmd](template.qmd).