o

october

@preview

Simple printable year calendar

v1.0.1
MIT-0
Template

Package Information

Last Updated
Minimum Typst Version
0.11.1
Categories
office

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/october:1.0.1

2. Initialize from template

Create a new project from this template:

typst init @preview/october:1.0.1

Version History

1.0.10.11.1
1493436c4123...
1.0.00.11.1
54e85ce4693d...

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.

#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.