the edges are not drawn, why ? How can it be solved?
I want complete table:
\documentclass[12pt]{article}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{copyrightbox}
%https://tex.stackexchange.com/questions/65604/hhline-adds-white-line-where-no-line-is-intended
\usepackage{colortbl}
\usepackage{hhline}
\begin{document}
\begin{table}
\centering
\copyrightbox[b]{
\begin{tabular}{|p{25mm}|c|c|c|c|}
\hhline{*{3}{|-}|~|}
technique & \multicolumn{2}{c|}{aaaaa}\\
\hhline{*{3}{|-}|~|}
%I dont yet know how to do it locally, so modiying the multirow color globally and then redefining it.
\hhline{|>{\arrayrulecolor{cyan}}->{\arrayrulecolor{black}}|-|-|}
\multirow{-2}{=}{{\cellcolor{cyan}1}}& {\cellcolor{cyan}1e-1} & {\cellcolor{cyan}1e-2} & {\cellcolor{cyan}1e-2} \\
\multirow{-2}{=}{{2}}& {1e-1} & {1e-2} & {1e-2} \\
\hhline{*{3}{|-}|~|}
\multirow{-2}{=}{{3}}& {1e-1} & {1e-2} & {1e-2} \\
\hhline{*{3}{|-}|~|}
\multirow{-2}{=}{{4}}& {1e-1} & {1e-2} & {1e-2} \\
\hhline{*{3}{|-}|~|}
\multirow{-2}{=}{{5}}& {1e-1} & {1e-2} & {1e-2} \\
\hhline{*{3}{|-}|~|}
% etc. ...
\end{tabular}
}{copyright info text}
\end{table}
\end{document}




\hhlineformulations. – Raaja_is_at_topanswers.xyz Jan 23 '19 at 14:18