The badness tag has no wiki summary.
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 ...
7
votes
1answer
247 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}
...