From 608b8425e2af16e5559219d5692b986aae98f4b3 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser <thorsten.glaser@teckids.org> Date: Sun, 8 Jan 2017 01:24:50 +0100 Subject: [PATCH] [verein.git] some added hackery to shrink holidays --- teckidscaltmp.sty | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/teckidscaltmp.sty b/teckidscaltmp.sty index dc97f3d..7953413 100644 --- a/teckidscaltmp.sty +++ b/teckidscaltmp.sty @@ -217,8 +217,8 @@ \loop% \pgfcalendar@Easter\@tempcnta% %% debugging -\tk@mkholiday{\@tempcnta-08-19}{Dummy-Feiertag Eins}% -\tk@mkholiday{\@tempcnta-02-01}{Dummy-Feiertag Zwei}% +\tk@mkholiday{\@tempcnta-08-19}{Dummy FT1}% +\tk@mkholiday{\@tempcnta-02-01}{Dummy FT2}% %% Neujahrstag (01.01.) \tk@mkholiday{\@tempcnta-01-01}{Neujahr}% %% Karfreitag (Ostersonntag - 2) @@ -231,7 +231,7 @@ \tkFromJD{\csname pgfcalendar@Easter@\the\@tempcnta\endcsname}% \tk@mkholiday{\tktmY-\tktmM-\tktmD+1}{Ostermontag}% %% Tag des Bekenntnisses zu Freiheit und Frieden, sozialer Gerechtigkeit, Völkerversöhnung und Menschenwürde (01.05.) - \tk@mkholiday{\@tempcnta-05-01}{Tag des Friedens und der Völkerversöhnung}% + \tk@mkholiday{\@tempcnta-05-01}{Maifeiertag} %Tag des Friedens und der Völkerversöhnung}% %% Christi-Himmelfahrts-Tag (Ostersonntag + 39) \tkFromJD{\csname pgfcalendar@Easter@\the\@tempcnta\endcsname}% \tk@mkholiday{\tktmY-\tktmM-\tktmD+39}{Christi Himmelfahrt}% @@ -245,7 +245,7 @@ \tkFromJD{\csname pgfcalendar@Easter@\the\@tempcnta\endcsname}% \tk@mkholiday{\tktmY-\tktmM-\tktmD+60}{Fronleichnam}% %% Tag der Deutschen Einheit (03.10.) - \tk@mkholiday{\@tempcnta-10-03}{Tag der Deutschen Einheit}% + \tk@mkholiday{\@tempcnta-10-03}{Tag der Dt. Einheit}% %% Allerheiligentag (01.11.) \tk@mkholiday{\@tempcnta-11-01}{Allerheiligen}% %% 1. Weihnachtstag (25.12.) @@ -448,6 +448,7 @@ \tkAmdToks{\cellcolor}% \tkAddTokp{teckidscal\csname tkDayType\number\tkjd\endcsname}% \tkAmdToks{\color{black}}% + \tkAmdToks{\scriptsize}% \tkAddToks{\csname tkDayHoliday\number\tkjd\endcsname}% }% }{% @@ -478,7 +479,7 @@ %\detokenize\expandafter{\the\csname tkCalLine19\endcsname} - \begin{tabu} to \linewidth {|*{\the\tkCalNumMon}{rlX|}} + \begin{tabu} to \linewidth {|*{\the\tkCalNumMon}{rlX[m]|}} \the\tkCalLineY\\\hline \the\csname tkCalLine0\endcsname\\\hline \the\csname tkCalLine1\endcsname\\\hline -- GitLab