On 2012-01-02, Kristina D.C. Hoeppner wrote: > Thank you very much for your explanation. It is interesting though > that one of the underfull warnings is only given for "warning" but not > "note". However, as it is just a warning, I'll review them and see if > I can ignore them.
The "underful \hbox warning means that a line is too short (i.e. not reaching the right margin). This means it very much depends on the content of the admonition (warning, note, ...) whether this warning occurs. I suppose you will see this warning with a note too, if you change the notes content - just play with it (most simply by changing the generated LaTeX source and re-running latex...). Of course, a clean solution would be to avoid needless warnings (as they tend to mask the places where the warnings are sensible). Maybe the Sphinx-generated LaTeX source is not "clean" and could be improved. BTW: overfull \hbox warnings might be far more serious: they signify a line that goes into the margin. Sometimes this is not visible (1 pt or so) but sometimes (especially with teletype/monospace/literal text) it requires action. Günter -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.