https://github.com/spyrales/quarto-gouv
A Quarto extension for French governmental documents
https://github.com/spyrales/quarto-gouv
programme10pourcent
Last synced: 8 days ago
JSON representation
A Quarto extension for French governmental documents
- Host: GitHub
- URL: https://github.com/spyrales/quarto-gouv
- Owner: spyrales
- License: eupl-1.2
- Created: 2022-10-04T14:44:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T16:40:35.000Z (over 2 years ago)
- Last Synced: 2024-05-08T10:30:51.989Z (about 1 year ago)
- Topics: programme10pourcent
- Homepage:
- Size: 346 KB
- Stars: 14
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quarto-gouv
[](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12)

A [Quarto](https://quarto.org) extension for French governmental documents
## Licence
This work is licenced under the [European Union Public Licence 1.2](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12).
## Formats
The following formats have been implemented so far.
### Letters
- `lettre-gouv`: this format allows you to create a document with a letter layout compliant with the French Design System. Available extensions:
- `docx`### Presentations
- `presentation-dinum`: this format allows you to create a presentation compliant with the [DINUM](https://www.numerique.gouv.fr/dinum/) Design System. Available extensions:
- `pptx`### All formats
To use any of the available formats, you can follow these steps:
```bash
quarto use template spyrales/quarto-gouv
```Then run the following command:
```bash
quarto render .qmd
```You can customise the rendering with [some parameters](https://quarto.org/docs/reference/formats/docx.html).