This one line command:
$ pdflatex "\documentclass{article} \begin{document} \begin{equation} f(x) = 0 \iff x = 1 \end{equation} \end{document}"
is generating a file whose default name is texput.pdf
. But I don’t know if it is what you want…
This one line command:
$ pdflatex "\documentclass{article} \begin{document} \begin{equation} f(x) = 0 \iff x = 1 \end{equation} \end{document}"
is generating a file whose default name is texput.pdf
. But I don’t know if it is what you want…