https://github.com/kelly-sovacool/quarto-manuscript
Quarto template for manuscripts & preprints
https://github.com/kelly-sovacool/quarto-manuscript
quarto-extension quarto-journals quarto-template
Last synced: 2 months ago
JSON representation
Quarto template for manuscripts & preprints
- Host: GitHub
- URL: https://github.com/kelly-sovacool/quarto-manuscript
- Owner: kelly-sovacool
- License: other
- Created: 2022-10-12T23:39:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T18:48:20.000Z (about 3 years ago)
- Last Synced: 2025-10-25T23:55:06.292Z (8 months ago)
- Topics: quarto-extension, quarto-journals, quarto-template
- Language: TeX
- Homepage:
- Size: 199 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Manuscript Preprint Template
This is a Quarto template that assists you in creating a manuscript for
submission to a preprint server or journal.
## Creating a New Article
To create a new manuscript, use the following command:
```bash
quarto use template kelly-sovacool/quarto-manuscript
```
This will install the extension and create an example qmd file and bibiography that you can use as a starting place for your article.
## Installation For Existing Document
You may also use this format with an existing Quarto project or document. From the quarto project or document directory, run the following command to install this format:
```bash
quarto install extension kelly-sovacool/quarto-manuscript
```
## Usage
To use the format, you can use the format names `manuscript-pdf` and `manuscript-html`. For example:
```bash
quarto render article.qmd --to manuscript-pdf
```
or in your document yaml
```yaml
format:
pdf: default
manuscript-pdf:
keep-tex: true
```
You can view a preview of the rendered template at .