Search found 2 matches

by TheChefkoch
Thu Jan 27, 2022 1:27 pm
Forum: Graphics, Figures & Tables
Topic: [SOLVED] Finishing hline after using newline in table
Replies: 2
Views: 2874

Finishing hline after using newline in table

Bartman wrote:The missing \\ macro before the \hline command at the end of the table is another obstacle to an error-free LaTeX run.
Many thanks, this actually solved the issue (in my work-version)!
by TheChefkoch
Wed Jan 26, 2022 6:37 pm
Forum: Graphics, Figures & Tables
Topic: [SOLVED] Finishing hline after using newline in table
Replies: 2
Views: 2874

[SOLVED] Finishing hline after using newline in table

Hi,

board newcomer here. I have the below table where the lower boundary \hline is not being drawn correctly. Any hints on how to resolve this?

Many thanks in advance for any guidance


\documentclass{article}
\usepackage{multirow}
\begin{document}

\begin{table}[!htbp]
\centering
\begin{tabular ...