https://github.com/extua/october
Typst template for a simple printable calendar
https://github.com/extua/october
calendar typst-template
Last synced: 5 months ago
JSON representation
Typst template for a simple printable calendar
- Host: GitHub
- URL: https://github.com/extua/october
- Owner: extua
- License: mit-0
- Created: 2024-10-03T08:07:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-28T14:50:24.000Z (8 months ago)
- Last Synced: 2025-10-28T16:33:22.284Z (8 months ago)
- Topics: calendar, typst-template
- Language: Typst
- Homepage: https://typst.app/universe/package/october
- Size: 80.1 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typst - october - A simple printable month calendar (Templates & Libraries / Calendar / Timetable)
README
# October
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.
```typst
#show: calendar.with(
year: 2026
)
```
Otherwise, the current year can be passed in with `datetime.today().year()`.
```typst
#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](https://github.com/extua/october/blob/main/LICENSE) © Pierre Marshall.