I've gradually blundered upon a number of useful pdflatex command line options from questions in this forum, but not all of these are documented (specifically the useful -file-line-error parameter). My command line now includes the following "goodies"
pdflatex -file-line-error -synctex=1 --max-print-line=1000 -interaction batchmode
Is there a better manual for the command line options than the url given? I am using MikTex 2.9 which matches the document url.
If this is the best that the docs get, are there more similar undocumented options that are commonly used and helpful?
texdoc pdflatexseems pretty good... – cmhughes May 28 '12 at 18:51texdoc pdftexdoes). However, there's still nothing there for-file-line-error. – Peeter Joot May 28 '12 at 19:00