davidcarlisle / dpctex

Assorted TeX packages
93 stars 30 forks source link

colortbl: lost color when space is in \hhline #25

Closed FrankMittelbach closed 4 years ago

FrankMittelbach commented 4 years ago

\documentclass{article}
\pagestyle{empty}
\usepackage{colortbl,hhline} \setlength\arrayrulewidth{1pt}
\begin{document}
\begin{tabular}{c|c|c}
\hline
 A  & B  & C  \\ \hhline{= >{\arrayrulecolor{blue}}==}
100 & 10 & 1  \\ \hhline{=>{\arrayrulecolor{blue}}==}
\end{tabular}
\end{document}

First \hhline is completely black.

Screenshot 2020-01-15 at 19 58 49
davidcarlisle commented 4 years ago

I think you are using the ctan version, it works OK if I use the version from here, I'll try and push it out this evening.

FrankMittelbach commented 4 years ago

indeed. I thought it was already on CTAN. so I can confirm the new version works for me