Package Information
- Last Updated
- Minimum Typst Version
- 0.11.1
- Authors
- Pierre Marshall
- Categories
- office
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/october:1.0.12. Initialize from template
Create a new project from this template:
typst init @preview/october:1.0.1October
This template generates a monthly calendar, designed to be printed in landscape.
Usage
The calendar function accepts one parameter for the year, which should be formatted as an integer.
#show: calendar.with(
year: 2025
)
Otherwise, the current year can be passed in with datetime.today().year().
#show: calendar.with(
year: datetime.today().year()
)
When printed on A4 paper there isn't much space for writing in each day box, the calendar is more suited to blocking out days with a highlighter.
For example, to mark days of rest in a variable pattern of work shifts.
License
MIT No Attribution © Pierre Marshall.