Variable: org-latex-image-default-width
org-latex-image-default-width is a customizable variable defined in
ox-latex.el.gz.
Value
".9\\linewidth"
Documentation
Default width for images.
This value will not be used if a height is provided.
This variable was added, or its default value changed, in Org version
8.0.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-latex.el.gz
(defcustom org-latex-image-default-width ".9\\linewidth"
"Default width for images.
This value will not be used if a height is provided."
:group 'org-export-latex
:version "24.4"
:package-version '(Org . "8.0")
:type 'string)