Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 2
    Try \begin{tabular}[b]{...} or merge 'Date' into table, i.e. `\begin{tabular}{l|*{6}{l|}}{\cline{2-7} Date: & & & & & \\ ... \end{tabular} Commented Sep 4, 2015 at 7:40
  • @ChristianHupfer, or simple \begin{tabular}{...}, which gives the same result as Heiko Oberdiek answer. Commented Sep 4, 2015 at 8:16
  • Yeah, removing the [t] alignment from tabular gives the same result as Heiko Oberdiek's answer. Thanks @ChristianHupfer and @Zarko :) Commented Sep 4, 2015 at 8:37