Is it possible to make LaTeX mark overfull boxes in the output, for example by drawing red rectangles in the PDF where the boxes overflow? The purpose -- to more easily "see" where the problems are in the output.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
As David Carlisle and egreg said, you can use the If you wish to do it by hand (for example, you need a
in the document preamble. |
||||
|
|
\documentclass[draft]{article}– David Carlisle Oct 3 '12 at 10:29draftoption to\documentclass– egreg Oct 3 '12 at 10:30underfull \hbox, norover/underfull \vboxnorover/underfull \vbox while \output is active. You have to read the.logto find these. – tohecz Oct 3 '12 at 11:27