Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilofreire/quarto-templates
A collection of personal templates for Quarto
https://github.com/danilofreire/quarto-templates
article-template cv-templates latex latex-template letter-template quarto quarto-format quarto-pub quarto-template syllabus-template title-page-template
Last synced: about 1 month ago
JSON representation
A collection of personal templates for Quarto
- Host: GitHub
- URL: https://github.com/danilofreire/quarto-templates
- Owner: danilofreire
- Created: 2024-03-31T08:10:05.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T02:43:39.000Z (6 months ago)
- Last Synced: 2024-09-29T04:23:58.345Z (about 2 months ago)
- Topics: article-template, cv-templates, latex, latex-template, letter-template, quarto, quarto-format, quarto-pub, quarto-template, syllabus-template, title-page-template
- Language: TeX
- Homepage: https://danilofreire.github.io/quarto-templates/
- Size: 1.74 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quarto Templates
This repository contains a collection of personal [Quarto](https://quarto.org) PDF templates. The templates share a similar style, using [Pandoc Markdown](https://pandoc.org/getting-started.html), [Libertine](https://libertine-fonts.org/) and [Inconsolata](https://fonts.google.com/specimen/Inconsolata) fonts, British English spelling, coloured links, double spacing, back references, and numbered sections. Future updates will include templates for presentations and academic posters.
To compile the PDFs, you need to install [Quarto](https://quarto.org/docs/get-started/) and [TinyTex](https://quarto.org/docs/output-formats/pdf-engine.html). If you prefer TeX Live, you can find instructions for installing it here: .
The templates require [Python](https://www.python.org/downloads/) and [Jupyter](https://jupyter.org/install) for optimal functionality, thus installing these is advised. [R](https://www.r-project.org/) users should remove the `jupyter: python` line from the YAML header within the templates and install both the [`quarto-r`](https://quarto-dev.github.io/quarto-r/) and [`rmarkdown`](https://rmarkdown.rstudio.com/lesson-1.html) packages in addition to the [Quarto-cli](https://quarto.org/docs/get-started/).
Every folder contains a PDF file displaying the template's output. Check them out to see how the documents look like. A screenshot of the article template is shown below.
![](article-screenshot.png)
Comments and suggestions are most welcome. Feel free to open an issue or submit a pull request. If you find the templates useful, please consider starring the repository. Thank you!