Function: flymake-proc--get-tex-args
flymake-proc--get-tex-args is a byte-compiled function defined in
flymake-proc.el.gz.
Signature
(flymake-proc--get-tex-args FILE-NAME)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake-proc.el.gz
;;;; tex-specific init-cleanup routines
(defun flymake-proc--get-tex-args (file-name)
;;(list "latex" (list "-c-style-errors" file-name))
(list "texify" (list "--pdf" "--tex-option=-c-style-errors" file-name)))