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
- Host: GitHub
- URL: https://github.com/leocolomb/dotdocs
- Owner: LeoColomb
- License: mit
- Created: 2021-01-22T17:00:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T13:53:36.000Z (about 1 year ago)
- Last Synced: 2025-03-17T14:45:51.253Z (about 1 year ago)
- Topics: paper, templates, typst
- Language: Typst
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)