Answers for "latex white table rule color"

0

latex white table rule color

\documentclass{article}
\usepackage[table]{xcolor}

\begin{document}

\bgroup
\arrayrulecolor{white}	% Rule color set to white
\begin{tabular}{|*6{c|}}\hline
 a & b & c & d & e & f\\\hline
 a & b & c & d & e & f\\\hline
\end{tabular}
\egroup

\end{document}
Posted by: Guest on July-12-2021

Browse Popular Code Answers by Language