thistlillo / TeXalendar

LaTeX weekly planner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeXalendar: print your own weekly planner

Features:

  • LaTeX powered
  • automated build for any year
  • printable file ready for binding
  • final size A6, but printable on common A4 printers
  • academic format: weekly timetable and September to September year
  • customizable
  • many languages supported

Timetable spread image Week page spread image

Printing

  1. run $ make imposition.pdf
  2. print imposition.pdf, double sided on A4 paper
  3. cut horizontally to A5 size
  4. fold vertically to A6 size
  5. glue the spines together as in the perfect binding technique
  6. finish the planner by adding a cover of your choice

If you want another printing method, check out the other .pdf files, you'll probably find something useful.

Customization

You can edit config.ini

[Planner]
first_year = 2020

[Localisation]
# Language detected from system's locale
language = auto
# or set manually, eg:
# language = en_US.utf8

first_semester_label = First Semester
second_semester_label = Second Semester

[Preferences]
font = default
# font = Gentium
week_days_abbreviated = True
months_abbreviated = False

Troubleshooting

No text is showing, there are missing characters

Make sure the font has all the characters needed for your language. Some good multilingual font choices are Gentium and EB Garamond.

The layout of timetables is broken

This can happen if weekdays have long names in your language. Try again with week_days_abbreviated = True in config.ini.

About

LaTeX weekly planner

License:MIT License


Languages

Language:TeX 51.9%Language:Python 43.0%Language:Makefile 5.1%