Tagged Questions
6
votes
1answer
86 views
Without playing with “border” option of “standalone”, how to remove the top white space?
Without playing with border option of standalone, how to remove the top white space?
\documentclass[preview]{standalone}
\usepackage{amsmath}
\begin{document}
\abovedisplayskip=0pt
\[
F(V, T) = ...
4
votes
3answers
2k views
LaTeX math whitespace
when I try to display a math equation with LaTeX, there is always whitespace to the right and left of the math equation. I am trying it with code like this:
\documentclass{standalone}
...
