Search found 3 matches

by rscottbailey
Mon Apr 04, 2016 4:18 pm
Forum: Graphics, Figures & Tables
Topic: longtable and colored rules?
Replies: 3
Views: 5667

Re: longtable and colored rules?

I just wanted to close the loop on this in case it helps somebody else.

RHEL 5 supplies booktabs v1.618. Using booktabs v1.61803 retrieved from CTAN corrected my problem, and colored rules in longtables now work correctly.
by rscottbailey
Mon Apr 04, 2016 3:21 pm
Forum: Graphics, Figures & Tables
Topic: longtable and colored rules?
Replies: 3
Views: 5667

Re: longtable and colored rules?

That's exactly what I was expecting.

I appreciate the sanity check... I guess now I will start comparing the current versions of the packages in question with the ones bundled with RHEL 5 and see what is needed to reproduce your results.
by rscottbailey
Fri Apr 01, 2016 5:46 pm
Forum: Graphics, Figures & Tables
Topic: longtable and colored rules?
Replies: 3
Views: 5667

longtable and colored rules?

What am I doing wrong? The following code compiles cleanly but does not produce the desired result:

\documentclass{article}

\usepackage{longtable}
\usepackage{booktabs}
\usepackage{colortbl}

\newcommand\mytoprule{
\arrayrulecolor{red} % This seems to have no effect :(
\toprule[4.5pt ...