LaTeX Page Size --- how do I produce a page that is "just big enough"?
Hi, I was learning about using the command line version of latex today, and I was experimenting with outputting .tex to .dvi, and then .dvi to .png. The problem is, I have a simple .tex document which contains some math. The goal is to eventually produce a png form of the equation. But when I run: $ latex -output-format=dvi test.tex $...