Package Information
- Last Updated
- Authors
- Malte Kumlehn
- Categories
- officeutility
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/simple-tubs-letter:0.1.22. Initialize from template
Create a new project from this template:
typst init @preview/simple-tubs-letter:0.1.2A simple typst letter template for the Technische Universität Braunschweig
This project losely follows the corporate design of the Technische Universität Braunschweig. You are welcome to contribute to the project for a better match of the original latex templates.
File structure
.
├── template
│ ├── assets/figure/tubs
│ │ ├── institute_logo.jpg
│ │ └── tubs_logo.svg
│ ├── letter.typ
│ └── metadata.typ
├── template.typ
├── thumbnail.png
└── typst.toml
Usage
You have to edit the following three files to use this template:
institute_logo.jpg
Replace it with your logo. If you change the file type, you have to edit the file name inmetadata.typ.- You also need to edit the
logo-dxandlogo-dyto move the new logo to the correct position.
- You also need to edit the
metadata.typ
This file defines the content of the sidebar and address field.letter.typ
Here the actual letter is written.
Development
In case you want to contribute, check out the repo into a typst package directory.
mkdir -p ~/.local/share/typst/packages/local/simple-tubs-letter
cd ~/.local/share/typst/packages/local/simple-tubs-letter
git clone https://github.com/Cangarw/simple-tubs-letter.git
mv simple-tubs-letter 0.1.1
Licence
The licence can be found in COPYING.
Acknoledgments
Thanks to Valentin Riess and his optimal-ovgu-thesis which was used as a starting point for this project.