Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hzkonor/bubble-template
Simple and colorful template for typst
https://github.com/hzkonor/bubble-template
typst typst-template
Last synced: 6 days ago
JSON representation
Simple and colorful template for typst
- Host: GitHub
- URL: https://github.com/hzkonor/bubble-template
- Owner: hzkonor
- Created: 2024-02-21T11:19:21.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T14:17:16.000Z (7 months ago)
- Last Synced: 2024-06-09T02:32:57.194Z (5 months ago)
- Topics: typst, typst-template
- Language: Typst
- Homepage:
- Size: 2.18 MB
- Stars: 20
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-typst - bubble-template - A simple and colorful template for reports (Templates & Libraries / General)
README
# Bubble template
Simple and colorful template for [Typst](https://typst.app).
Also available as a [package](https://typst.app/universe/package/bubble).
This template includes the package [codelst](https://github.com/jneug/typst-codelst), and you can add others if you want.
## Features
You can select a main color (default is `#E94845`) which is coloring :
- list items
- links
- inline blocks
- headings
- words in the `color-words` array (be careful to put a comma if you're highlighting one word : `("word",)`)Every page is numbered and has the title of the document and the name of the author at the top.
## Examples
You can find an example Typst file [here](https://github.com/hzkonor/bubble-template/blob/main/main.typ) and the corresponding [pdf](https://github.com/hzkonor/bubble-template/blob/main/main.pdf)
### Default color
| Main page | TOC | List of features | Page |
| -- | -- | -- | -- |
| ![main page](assets/red_1.png) | ![Table of Contents](assets/red_2.png) | ![List of features](assets/red_3.png) | ![Example page](assets/red_4.png) |### Other color
Here, `#4DA6FF`
| Main page | TOC | List of features | Page |
| -- | -- | -- | -- |
| ![main page](assets/blue_1.png) | ![Table of Contents](assets/blue_2.png) | ![List of features](assets/blue_3.png) | ![Example page](assets/blue_4.png) |