From: Mark Wooding Date: Mon, 9 Apr 2007 12:46:57 +0000 (+0100) Subject: mdwtab: Fix colours and \\ behaviour with longtable. X-Git-Tag: 1.8.0~16^2~1 X-Git-Url: https://git.distorted.org.uk/~mdw/mdwtools/commitdiff_plain/b1143cde89fdff7b39c6a65774ee44349f4241ad?hp=b1143cde89fdff7b39c6a65774ee44349f4241ad mdwtab: Fix colours and \\ behaviour with longtable. The \@mkpream hack failed to install the hooks used by the colour extension, so coloured table cells didn't work properly in longtables. Also, it failed to insert \tab@setcr in \tab@midtext, so \\ didn't work properly in >{\raggedright}p{...} cells. ---