{warnings} is about dealing with and (hopefully) getting rid of compiler warnings.

learn more… | top users | synonyms (1)

3
votes
0answers
40 views

Duplicate identifier, subfig and hyperref

Why does LaTeX complain about destination with the same identifier (name{subfigure.1.2}) has been already used, duplicate ignored with this: \documentclass{article} \usepackage{tikz} ...
3
votes
0answers
49 views

Floatingtable, always “Underfull \hbox (badness 10000)”

What LaTeX is trying to do with this: \documentclass{article} \usepackage{floatflt} \begin{document} \begin{floatingtable}[r]{ \begin{tabular}{cc} 0 & 1 \\ 1 & 0 \end{tabular}} ...
3
votes
0answers
83 views

Overfull \hbox caused by em-dash

There is one problem that currently seems insolvable to me. I am typesetting a book in Russian language and I noticed that, in some cases, an overfull box appears which cannot be solved via manual ...
3
votes
0answers
113 views

Sudden “Overfull \hbox” warning messages

(Apologies if this is a duplicate; I didn't see my question among the many overfull \hbox questions already asked.) My TeX file had been typsetting without any problems for a few days, when suddenly ...
2
votes
0answers
65 views

Some errors with a little document

I have some errors with my paper in LaTeX, and I don't understand how to fix the problems : The first is : pdfTeX warning (ext4): destination with the sa me identifier (name{page.1}) has been ...
1
vote
0answers
60 views

list: overfull error

I'm getting error: Overfull \hbox (11.66551pt too wide) in paragraph Code: \documentclass{article} \usepackage{verbatim} \usepackage{graphicx} \usepackage{url} % typeset URL's reasonably ...
0
votes
0answers
9 views

algorithm2e with boxruled gives overfull hbox

I am using the algorithm2e package with the boxruled option to format my pseudo-code. However, I am getting an overfull hbox, which I suspect is due to margin/box conflicts. Does anyone have a fix ...