Cleaning up / Extending Timetable in LaTeX

Posted in LaTeX by Julian Kessel - Aug 23, 2010

The Class always had a “buggy” behavior for me, so I thought about some fixes for that problems and since I never discovered a better package, I made up fixes for that problems:

The snippet below is for printing the exact begin- and ending times of your lessons, since The class gives the timestring too little space, it grows slightly over the cell border. This “hack” has some exploit flavor.

...
\setprinttimestamps{2} %view also ending time
\settimestyle{\vspace{1mm}\tiny} %_HACK_ push down the Time entries
...

I also recommend adding the command below, if you haven’t already, IMHO the default value is too big.

\setbottomspace{2pt}
Tags: COMMENTS

Leave a Reply