1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Daniele Tricoli 8703c4a5f2 Rephrase better a line 3 weeks ago
.gitignore Initial import 3 weeks ago
LICENSE Initial import 3 weeks ago
Makefile Initial import 3 weeks ago
README.md Rephrase better a line 3 weeks ago
monthly-calendar.tex Initial import 3 weeks ago
screenshot.png Use relative path of the image 3 weeks ago

README.md

monthly-calendar

A minimal calendar for the calendar technique to fight procrastination.

Dependencies

To build you need lualatex, tikz and Erewhon font (if you want to build as is, but you can choose your font of choice). You also need arara if you want to use the Makefile.

Hot to use it

  1. Clone this repository.

  2. Create in the root of the repository a file named data.txt with the following content:

    TITLE
    
    YYYY-MM
    

    where TITLE is your desired title and YYYY-MM is the year and month of the calendar.

  3. Run make.

Example

With the following data.txt:

That nasty thing I want make in May 2023

2023-05

you will get:

Screenshot of the generated calendar using the data file above: title ison top, days are surrounded by black squares.