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

https://github.com/leocolomb/dotdocs

📄 Paper documents templates
https://github.com/leocolomb/dotdocs

paper templates typst

Last synced: 11 months ago
JSON representation

📄 Paper documents templates

Awesome Lists containing this project

README

          

# .docs

> 📄 Paper documents templates

## Getting Started

### Files

* `assets/fonts`: Fonts (`TYPST_FONT_PATHS`)
* `packages/**`: Packages (https://github.com/typst/packages)

## Usage

### Direct

```console
typst compile src/main.typ dist/main.pdf
```

### Container

```console
docker run --rm \
-v "${PWD}/src:/opt/data/src" \
-v "${PWD}/dist:/opt/data/dist" \
ghcr.io/leocolomb/dotdocs:latest \
compile \
"/opt/data/src/main.typ" \
"/opt/data/dist/main.pdf"
```

## Acknowledgments

### Software

* [Typst](https://typst.app/)

### Fonts

* [The Bold Font](https://www.dafont.com/the-bold-font.font)
* [Source Sans Pro](https://adobe-fonts.github.io/source-sans/)
* [IBM Plex Sans](https://www.ibm.com/plex/)

## License

MIT Š [LÊo Colombaro](https://colombaro.fr)