Tagged Questions
2
votes
1answer
29 views
Underfull hbox in tabular
I'm trying to make a table with fixed column widths. Cells in the first column will generally not have enough text to require a line break within the cell. The second column's cells will quite often ...
4
votes
2answers
185 views
Removing an “Overfull \vbox” message caused by a nested table
I am trying to typeset a nested table, like this:
\documentclass{article}
\usepackage{bigstrut}
\usepackage{multirow}
\begin{document}
\begin{tabular}{|lll|}
\hline
A & \multirow{2}{*}{
...
1
vote
1answer
419 views
Badbox overfull with figures and tables in TexMaker
I have a lot of badboxtype of error in my document. It doesn't seem to affect the layout but what does it means ? Should I resize my figures and tables ?
Overfull \hbox (6.77963pt too wide) in ...
3
votes
1answer
3k views
Tabular: Underfull \hbox (badness 10000) in paragraph at lines
I read all the questions regarding the error message Underfull \hbox (badness 10000) in paragraph at lines but I am still not sure if my code is correct. The problem is with the tabular of a table.
...
6
votes
4answers
5k views
Overfull \hbox warning when using tabular
I keep getting this warning
Overfull \hbox (0.63303pt too wide) in paragraph at lines xxx--xxx`
wherever I have this line in the code
\begin{tabular}{p{2cm}|p{4cm}|p{3cm}|p{3cm}}
It does ...