I've been playing around with Latex and I am getting 2 bad box errors when I build the document. I've read and researched this, and although it doesn't seem to be that significant I am a perfectionist and would like to ensure no errors.
Could someone please point why I'm getting this error? I hope this isn't too basic.
My code:
Code: Select all
\documentclass[fleqn]{article}
\usepackage{polynom}
\usepackage{amsmath}
\begin{document}
This equation \\
\begin{eqnarray*}
y &=& \frac{2}{x-2} \\
&=& \frac{2}{x-2}
\end{eqnarray*} \\
\polylongdiv{x^2+2x+1}{x-1} \\
\[
\binom{m}{n} \]
\end{document}