Some nice printable calendars to share.
Typst 2.6%
Other 97.4%
5 1 0

Clone this repository

https://tangled.org/frabarz.cl/calendars https://tangled.org/did:plc:danquophndol7n2ho6g3rqns/calendars
git@git.frabarz.cl:frabarz.cl/calendars git@git.frabarz.cl:did:plc:danquophndol7n2ho6g3rqns/calendars

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Calendars#

I used to use these free calendars some stores gift you, or the typical blue grid you can buy in the street. But I need to make small annotations some days to keep track of things, and these never had space... Then I found about typst, which intends to be the next LaTeX. And it's actually pretty good. So if the wind of inspiration blows new calendars might appear. Or not. Contributions and ideas are welcome though.

Compilation#

Manual compilation#

  1. Install typst (if you haven't already).
  2. Open your terminal and run the compile command, for example:
    typst compile --root calendars/blue.typ blue.pdf
    

Nix compilation#

# Init the development environment
nix develop
# Run the compile command
typst compile calendars/blue.typ blue.pdf

Previews#

Blue, US Oficio sheet, 3 pages

Large, 180x90cm, 1 page

Horizontal, US Letter sheet, 12 pages

Font specimen#

To help find suitable fonts among the ones installed in your system, the dev environment includes the script font-specimen which generates a typst document and its compiled PDF, with a sample for each of the fonts available to typst. Feel free to modify the document and recompile it.

You can also put font files directly on the ./fonts folders and will be included too.

License#

The Unlicense. Do as you please.