A Typst package that incorporates all of my preferred settings for relatively simple documents, like assignments and class notes. This project is based on an earlier, much more complicated LaTeX template which I have created a year ago. It will be available on Github soon.
- Create nicer looking subheadings for assignment questions with
#subpart - Add spaces after commas in equations for better viewing with
comma-add-space(credit) - Custom pseudocode configuration with
lovelace
Simply copy main.typ and template.typ into your Typst workspace and place your main content under the #show: project.with(...) block. Remember to replace the title and subtitle with your own.
If you want a clean cover page, the following code at the top of your content should do well:
#outline()
#pagebreak(weak: true)
