The badness tag has no wiki summary.
3
votes
2answers
127 views
badbox of “underful hbox (badness 1158)”
I wrote the following reference in my .bib file:
@ARTICLE{Auvinet11,
author = {E. Auvinet and F. Multon and A. St-Arnaud and J. Rousseau and J. Meunier},
title = {Fall Detection With Multiple ...
3
votes
1answer
55 views
How reduce badbox sensitivity locally?
In my document I have a Underfull \vbox (badness 2662). I want to ingnore this specific badbox but none of the others. Therefore, I want to make LaTeX locally less sensitive to badboxes. I tried
...
5
votes
1answer
259 views
underfull \hbox (badness 1342) in paragraph
This message of warning appears at the line 967, which says:
Las ecuaciones en \eqref{eq1.32} sugieren un m\'etodo para calcular las factorizaciones \QR reducidas. Dados $a^1,a^2,\dotsc$, podemos ...
6
votes
1answer
200 views
Penalty or badness for linebreak near start or end of sentence
I would like to set a penalty or badness for breaking a sentence (or the contents of some \command{...}) too early. More specifically, I would like the penalty of a line break to be dependent on the ...
4
votes
1answer
102 views
\newcommand creates underfull\hbox (badness 10000) in paragraph
I have a 2-column document with repeating boxes.
So I created these macros (don't mind the colors and boxheight):
% -------------------------------------------------------
% aitparagraph
%
% gives ...
7
votes
1answer
294 views
Badbox from PGF layer using fit
Why does the code
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{backgrounds,fit}
\tikzstyle{internal} = [draw, fill, shape=circle]
\begin{document}
...
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.
...
2
votes
2answers
158 views
Ignore badness 10000 in \ttfamily
Due to zero stretch in \ttfamily the lines get Underfull \hbox (badness 10000) often. I would like to ignore these, still being informed about other badnesses in the same paragraph. See the example:
...
-3
votes
1answer
2k views
Underful hbox badness 10000
A while back I ran across a web page that explained how to avoid this error by not using \\ but hfill or hspace. I can't remember which one or find anything else about it. It was a very simple ...
14
votes
1answer
3k views
How to properly code a TeX file, or at least avoid `badness 10000`
I'm coding a TeX file and although the .pdf is correctly rendered, I'm using "stone age" tools to code it. As some examples, I use \\ to leave a line space between two paragraphs, or \noindent in ...
3
votes
1answer
126 views
Changing the color of the typeblock by changing the color of the text
Admittedly a looooooong shot...
We're all taught that one of the prime objectives of typesetting is providing a uniform typeblock color (ie. the proportion of ink / no-ink on a page) as that is ...
6
votes
1answer
100 views
Adding a cost of extra pages / forcing a page limit
TeX creates a document by solving an optimization problem, where different spacings etc. are assigned different costs, or "badness".
All writers of papers, especially for conferences proceedings have ...
2
votes
1answer
157 views
How does \everyhbox work?
Knuth in the TexBook Chapter 24, gives a short list of the every commands. The \everyhbox command inserts a token list - as its name implies- before a horizontal box.
Here is a short example:
...