Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gl-eb/minimal-doc
A PDF (Typst) template for Quarto
https://github.com/gl-eb/minimal-doc
quarto quarto-extension quarto-pub quarto-template quartopub typst typst-template
Last synced: about 1 month ago
JSON representation
A PDF (Typst) template for Quarto
- Host: GitHub
- URL: https://github.com/gl-eb/minimal-doc
- Owner: gl-eb
- License: mit
- Created: 2024-01-27T17:13:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T18:49:33.000Z (2 months ago)
- Last Synced: 2024-11-01T19:29:51.726Z (2 months ago)
- Topics: quarto, quarto-extension, quarto-pub, quarto-template, quartopub, typst, typst-template
- Language: Typst
- Homepage:
- Size: 311 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - gl-eb/minimal-doc - A PDF (Typst) template for Quarto (Typst)
README
# Minimal Doc Format
## Introduction
This template gets rid of much of the white space that you find in most title blocks, reduces page margins and uses a smaller default font size of 10pt.
Thus more text fits on one page.
It also features a header that includes identifying information of the document.[See an example document here](template.pdf)
## Installation
### Creating a New Project
You can use this Minimal Document template to start a new project by running the following command in the terminal:
```bash
quarto use template gl-eb/minimal-doc
```### Using the Template in an Existing Project
You can install this Minimal Document template into an existing project by running the following command in the terminal:
```bash
quarto add gl-eb/minimal-doc
```