tikz-kalender generates Austrian style calendar
Go to file
Thomas Kuschel b5db4437ba
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
UPD readme, runner demo
2024-06-05 21:07:49 +02:00
.gitea/workflows UPD readme, runner demo 2024-06-05 21:07:49 +02:00
img UPD readme en 2024-06-03 18:19:40 +02:00
.gitattributes UPD readme en 2024-06-03 18:19:40 +02:00
.gitignore init commit 2024-06-02 18:48:49 +02:00
geburtstage.events init commit 2024-06-02 18:48:49 +02:00
kalender2025.pdf init commit 2024-06-02 18:48:49 +02:00
kalender2025.tex init commit 2024-06-02 18:48:49 +02:00
README-DE.md ADD readme template 2024-06-03 08:46:47 +02:00
README.md UPD readme, runner demo 2024-06-05 21:07:49 +02:00
tikz-kalender_2025_schulferien.events init commit 2024-06-02 18:48:49 +02:00
tikz-kalender_feiertage.events init commit 2024-06-02 18:48:49 +02:00

Calendar creation in Latex

en de

The package used defines a macro \Kalender, which takes one argument, and generates a calendar for the year the argument specifies. The calendar provides a table of conversion of days to day of week, for the whole year plus December of the previous year and January of the following year.

We show here the possibility of changing the names of the months to the Austrian variant. These are the local words Jänner instead of January and Feber instead of February.

The macros use packages calc and ifthen.

The Kalender

Important

The repository uses git's lfs, large file system, to store pdf files. If you want to work on the project and commit with git, you must first install git-lfs. Afterwards, you can clone this repository.