Simple standalone minimum working example - creates an output PDF with only the content (i.e., no borders).
The size of the generated PDF is the same as the content (tight).

\documentclass{standalone}
\begin{document}
Testing a standalone
\end{document}
|