Horizontal distinguished lines in the multirow environment

Darío darioslc at protonmail.com
Mon Jul 15 03:17:22 CEST 2019


Hello! I am using the environment multirow for a table, and I need that the horizontal line has a bit more distinguished, the total rows is 14 (whitout the header) and exactly in the middle, I want a horizontal line with more emphases for distinguish dates.
My resume code is:
\begin{center}
\begin{table}[H]
\begin{tabular}{|*{14}{l|}p{1.25cm}|c|c|c|c|c|c|c|c|c|c|c|c|}
\hline
Estate & Del days & Ene & Feb & Mar & Abr & May & Jun & Jul & Ago & Sep & Oct & Nov & Dic \\
\cline{1-14}
\multirow{3}{1cm}{text1} & \makebox[1.3cm][c]{1} & 0,53 & 0,79 & 0,76 & 1,20 & 1,08 & 0,89 & 1,11 & 1,03 & 1,14 & 0,93 & 0,81 & 0,56 \\
\cline{2-14}
& \makebox[1.3cm][c]{2} & 0,78 & 1,13 & 1,12 & 1,68 & 1,48 & 1,29 & 1,54 & 1,48 & 1,60 & 1,30 & 1,21 & 0,83 \\
\cline{2-14}
& \makebox[1.3cm][c]{3} & 0,97 & 1,39 & 1,39 & 2,05 & 1,83 & 1,59 & 1,90 & 1,83 & 1,96 & 1,60 & 1,51 & 1,03 \\
\cline{1-14}
\multirow{3}{1cm}{text2} & \makebox[1.3cm][c]{1} & 0,65 & 1,02 & 0,82 & 1,14 & 1,19 & 0,86 & 1,17 & 0,91 & 1,05 & 0,94 & 0,94 & 0,79 \\
\cline{2-14}
& \makebox[1.3cm][c]{2} & 0,92 & 1,44 & 1,23 & 1,63 & 1,60 & 1,25 & 1,59 & 1,31 & 1,49 & 1,34 & 1,37 & 1,13 \\
\cline{2-14}
& \makebox[1.3cm][c]{3} & 1,14 & 1,78 & 1,51 & 2,01 & 1,99 & 1,53 & 1,99 & 1,63 & 1,83 & 1,63 & 1,67 & 1,38 \\
\cline{1-14}
\end{tabular}
\end{table}
\end{center}

I proof with two \cline{1-14} between the middle (when beginning the new \makebox), but not work (it the same), options for \cline command I don't found.
If I use \midrule instead of \cline, not complete the vertical lines in the extremes; the same with \cmidrule[0.5mm]{1-14} or \toprule.

Thanks a lot!
Darío
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/texhax/attachments/20190715/5adceb15/attachment.html>


More information about the texhax mailing list