Variable: LaTeX-includegraphics-strip-extension-flag
LaTeX-includegraphics-strip-extension-flag is a customizable variable
defined in tex-style.el.
Value
t
Documentation
Non-nil means to strip known extensions from image file name.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-style.el
(defcustom LaTeX-includegraphics-strip-extension-flag t
"Non-nil means to strip known extensions from image file name."
:type 'boolean)