Is there any way to run LaTeX without it trying to produce output, only producing an .aux file with section, equation, table, figure, references, etcetera. I understand it obviously can't produce page references.
I know about the virtues of \includeonly, externalization, etcetera; I'm not asking about anything other than the question above.
pdflatexknows the--draftoption, which does not generate a.pdfoutput\pdfdraftmode=1to the document (which does the same as the command line option)..auxfile requires typesetting the document anyway: how can the page numbers be found, otherwise?