Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcanouil/quarto-letter
Letter template for Quarto
https://github.com/mcanouil/quarto-letter
letter quarto quarto-extension quarto-format quarto-pub quarto-template quartopub
Last synced: about 2 months ago
JSON representation
Letter template for Quarto
- Host: GitHub
- URL: https://github.com/mcanouil/quarto-letter
- Owner: mcanouil
- License: mit
- Created: 2022-08-21T12:55:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T12:57:20.000Z (6 months ago)
- Last Synced: 2024-11-18T06:43:58.842Z (about 2 months ago)
- Topics: letter, quarto, quarto-extension, quarto-format, quarto-pub, quarto-template, quartopub
- Language: TeX
- Homepage: https://m.canouil.dev/quarto-letter/index.pdf
- Size: 41 KB
- Stars: 67
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - mcanouil/quarto-letter - Letter template for Quarto. (TeX)
README
# Letter Format Template
This is a Quarto template that assists you in creating a manuscript using the letter format.
## Creating a New Letter
You can use this as a template to create a letter.
To do this, use the following command:```bash
quarto use template mcanouil/quarto-letter
```This will install the extension and create an example qmd file and bibliography 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 add mcanouil/quarto-letter
```## Usage
To use the format, you can use the format name `letter-pdf`[^1].
For example:```bash
quarto render template.qmd --to letter-pdf
```or in your document yaml
```yaml
format: letter-pdf
```It's possible to change the subject title and the subject suffix, e.g., for a French letter:
```yaml
subject-title: Objet
subject-suffix: " :"
```You can view a preview of the rendered template at .
[^1]: Currently only PDF is supported but HTML support will be added as soon as Paged.js is made available in [Quarto](https://quarto.org).