latex-kalender/README.md

21 lines
1009 B
Markdown
Raw Normal View History

2024-06-03 08:46:47 +02:00
# Calendar creation in Latex
[![en](https://img.shields.io/badge/lang-en-red.svg)](https://git.kuschel.at/latex-kalender/README.md)
[![de](https://img.shields.io/badge/lang-de-green.svg)](https://git.kuschel.at/latex-kalender/README-DE.md)
2024-06-03 18:19:40 +02:00
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.
2024-06-03 08:46:47 +02:00
2024-06-05 21:07:49 +02:00
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.
2024-06-03 18:19:40 +02:00
2024-06-05 21:07:49 +02:00
The macros use packages calc and ifthen.
2024-06-03 08:46:47 +02:00
2024-06-05 21:07:49 +02:00
![The Kalender](img/kalender2025-1.png)
2024-06-03 08:46:47 +02:00
## 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.