Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```