LaTeX forum ⇒ Graphics, Figures & Tablesfilling header cells with color

Information and discussion about graphics, figures & tables in LaTeX documents.
greg76
Posts: 1
Joined: Tue Oct 29, 2024 8:17 am

filling header cells with color

Postby greg76 » Tue Oct 29, 2024 8:27 am

Using the markup below, after rendering the PDF in different PDF viewers, the table header is displayed with artifacts: in Adobe Reader, when changing the zoom, the lines of the table header disappear. Sumatra PDF displays everything normally. How can I ensure there are no artifacts when viewing the PDF in Adobe Reader?
\begin{longtable}
    {|>{\centering\arraybackslash}m{13cm}|>{\centering\arraybackslash}m{4cm}|}
    \caption{Основные номинальные параметры устройства\hfill\vspace{-0.5\baselineskip}}\label{desc:chars}\\ 
    \hhline{|-|-|}
    \rowcolor{gray!30}
    
    Параметр & Значение \\
    \hhline{|-|-|}
    \endfirsthead
    \caption{\emph{Продолжение\hfill\vspace{-0.5\baselineskip}}} \\ % Отступ обозначения таблицы от таблицы и выравнивание надписи слева

    \rowcolor{gray!30}
    Параметр & Значение \\ \hhline{|-|-|}

    \endhead

    \endfoot

    \endlastfoot

    \flushleft Номинальный переменный ток, А  & \flushleft\arraybackslash 1; 5 \\  \hhline{|-|-|}
    \flushleft Номинальная частота, Гц  & \flushleft\arraybackslash 50 \\  \hhline{|-|-|}
    \flushleft Номинальное напряжение оперативного постоянного тока, В  & \flushleft\arraybackslash 110; 220 \\  \hhline{|-|-|}
    \flushleft Номинальное напряжение оперативного переменного тока, В  & \flushleft\arraybackslash \textcolor{red}{110; 220} \\  \hhline{|-|-|}

\end{longtable}


[img]
1.png
1.png (11.62 KiB) Viewed 443 times

[/img]

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics

Return to “Graphics, Figures & Tables”

Who is online

Users browsing this forum: No registered users and 5 guests