Skip to content
Snippets Groups Projects
Commit 687b8048 authored by mirabilos's avatar mirabilos
Browse files

[verein.git] render months correctly

parent e026c315
No related branches found
No related tags found
No related merge requests found
...@@ -409,6 +409,15 @@ ...@@ -409,6 +409,15 @@
\@tempcnta=\tktmY% \@tempcnta=\tktmY%
\fi% \fi%
\ifnum\@tempcntb=\tktmM\else% \ifnum\@tempcntb=\tktmM\else%
\ifnum\count@<29%
\csname tkCalLine29\endcsname=\expandafter{\the\csname tkCalLine29\endcsname \tkCalColsep\tkCalColsep\tkCalColsep}%
\fi
\ifnum\count@<30%
\csname tkCalLine30\endcsname=\expandafter{\the\csname tkCalLine30\endcsname \tkCalColsep\tkCalColsep\tkCalColsep}%
\fi
\ifnum\count@<31%
\csname tkCalLine31\endcsname=\expandafter{\the\csname tkCalLine31\endcsname \tkCalColsep\tkCalColsep\tkCalColsep}%
\fi
\tkCalToks={}% \tkCalToks={}%
\ifnum\@tempcntb=\z@\else% \ifnum\@tempcntb=\z@\else%
\tkAmdToks{\tkCalColsep}% \tkAmdToks{\tkCalColsep}%
...@@ -495,6 +504,7 @@ ...@@ -495,6 +504,7 @@
\tkCalClineB=\expandafter{\the\expandafter\tkCalClineB \the\tkCalToks}% \tkCalClineB=\expandafter{\the\expandafter\tkCalClineB \the\tkCalToks}%
\fi% \fi%
\fi\fi% \fi\fi%
\count@=\tktmD%
\ifnum\tkjd < \tkcalend% \ifnum\tkjd < \tkcalend%
\advance\tkjd by 1% \advance\tkjd by 1%
\repeat% \repeat%
...@@ -542,9 +552,9 @@ ...@@ -542,9 +552,9 @@
\the\csname tkCalLine26\endcsname\\\hline \the\csname tkCalLine26\endcsname\\\hline
\the\csname tkCalLine27\endcsname\\\hline \the\csname tkCalLine27\endcsname\\\hline
\the\csname tkCalLine28\endcsname\\\hline \the\csname tkCalLine28\endcsname\\\hline
\the\csname tkCalLine19\endcsname\\\the\tkCalClineA \the\csname tkCalLine29\endcsname\\\the\tkCalClineA
\the\csname tkCalLine20\endcsname\\\the\tkCalClineB \the\csname tkCalLine30\endcsname\\\the\tkCalClineB
\the\csname tkCalLine21\endcsname\\\hline \the\csname tkCalLine31\endcsname\\\hline
\end{tabu} \end{tabu}
Legende:\keinumbruch Legende:\keinumbruch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment