I'm getting whitespace on the left of a standalone document when rendering equations in the mode in which they are surrounded by [ and ] (I think that's the mode in which they are supposed to be on their own line. Any ideas how to prevent this?
\documentclass[preview]{standalone}
\usepackage{amsmath,array}
\begin{document}
\[ 2x + 8 + 3x = 6x \]
\end{document}
previewand type the equation as$\displaystyle ...$– egreg Jun 05 '17 at 22:41