1
0
Fork 0
Go to file
Daniele Tricoli ffc3c95272 Put figure on top page 2024-03-04 17:14:58 +01:00
.gitignore Initial import 2023-05-18 04:54:12 +02:00
LICENSE Initial import 2023-05-18 04:54:12 +02:00
Makefile Initial import 2023-05-18 04:54:12 +02:00
README.md Rephrase better a line 2023-05-21 00:19:33 +02:00
monthly-calendar.tex Put figure on top page 2024-03-04 17:14:58 +01:00
screenshot.png Use relative path of the image 2023-05-21 00:03:52 +02:00

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.