I see ways to make a standalone equation, like here, but I want to have a little bit more than that. I want to make something like
\begin{document}
Blah blah blah.
\begin{equation*}
F(V, T) = E(V) + D(T)
\end{equation*}
Blah blah blah.
\end{document}
It seems like all the templates I have to work with default to having the size of a full sheet of paper, but I just want a little rectangle with that content inside.
The bot asked me to clarify but I'm not sure what wasn't understood. I just want to write a document that's about a paragraph in size, maybe with a few equations interlaced with text, maybe an align environment. The purpose is for something to copy-paste into a powerpoint. The standalone document class is often recommended but it doesn't allow for multiple lines, or changing environment types in it.