Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • 2
    Please provide a full minimal working example starting with \documentclass{...} and ending with \end{document} instead of code snippets. How are we supposed to know how you defined the column type M? Commented Aug 24, 2017 at 11:39
  • if i changeM to m, i cant reproduce your problem. without knowing your document preamble is not possible to help you. consider above comment. Commented Aug 24, 2017 at 11:45
  • In a standard document that table does not produce an overfull box. If I however do \documentclass[twocolumn]{article} then I do get an overfull warning, as the table is wider than a single column. And the solution is then obvious: make the columns of the table narrower. But it's not really clear what your setup is, so please elaborate. Commented Aug 24, 2017 at 11:53
  • In general "overfull \hbox" means that a content of a \hbox is too wide for the box. You can solve it by either reducing the stuff inside the box in question, or by increasing the box's size. Commented Aug 24, 2017 at 11:53
  • I edited to have a minimal working example ( sorry) Commented Aug 24, 2017 at 12:56