I never before had problems with tabular. However with this code:
Code: Select all
\documentclass[12pt]{report}
\usepackage{amsmath}
\begin{document}
\begin{tabular}{llll}
+6 & -12 & 7 & $\dfrac{3}{5}$ \\
$\dfrac{8]{15}$ & 0 & -4 & -2,5 \\
\end{tabular}
\end{document}
I've been trying to fix it but i can't see anything. Is there something wrong?