I'm seeing a little bug in the weekly timetable template. The bottom line of the calendar is not always drawn. For example, this works as expected:
Code: Select all
\begin{calendar}{\hsize}
\day{}{}
\day{}{hello, world}
\day{}{}
\day{}{}
\day{}{}
\finishCalendar
\end{calendar}
Code: Select all
\begin{calendar}{\hsize}
\day{}{}
\day{}{hello, world}
\day{}{}
\day{}{}
\day{}{}
\day{}{}
\finishCalendar
jjfoersch