https://github.com/chantakan/typst_slide_template
Typstのslide用テンプレート
https://github.com/chantakan/typst_slide_template
slide template typst typst-template
Last synced: 3 months ago
JSON representation
Typstのslide用テンプレート
- Host: GitHub
- URL: https://github.com/chantakan/typst_slide_template
- Owner: chantakan
- License: mit
- Created: 2025-02-07T02:51:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T07:01:00.000Z (4 months ago)
- Last Synced: 2025-02-13T07:31:17.478Z (4 months ago)
- Topics: slide, template, typst, typst-template
- Language: Typst
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typst Slide Template
This is a Typst slide template based on [touying-typ/touying](https://github.com/touying-typ/touying), a powerful presentation framework for Typst.
## Features
- Clean and modern design
- Easy to customize
- Based on the touying presentation framework
- Includes basic slide layouts## Using with VSCode
-  Install the **Tynymist** extension ~~instead of Typst LSP, Typst Preview, etc.~~- Preview in main.typ \
Click the icon like this  in the top right corner.- Generate PDF \
Click the icon like this  in the top right corner.## Pympress
Using [Pympress](https://github.com/Cimbali/pympress), you can prepare a "PDF with comment notes" and display it on multiple displays.1. first, in `src/configs.typp`, add
```typst
show-notes-on-second-screen: right,.
```
and the pdf output

A pdf is output with the slides and notes combined, as shown in the image above.2. Install [Pympress](https://github.com/Cimbali/pympress)
- Ubuntu
```bash
apt-get install pympress libgtk-3-0 libpoppler-glib8 libcairo2 python3-gi python3-gi-cairo gobject-introspection libgirepository-1.0-1 gir1.2-gtk-3.0 gir1.2-poppler-0.18
```- macOS
```sh
brew install pympress
```- Windows Package Manager (winget)
```batch
winget install pympress
```
3. Start Pympress, open pdf
You can view it in presenter mode like this
## Credits
This template is built using [touying-typ/touying](https://github.com/touying-typ/touying). Special thanks to the original project contributors.
## License
MIT License - See [LICENSE](LICENSE) file for details