Variable: org-latex-image-default-scale

org-latex-image-default-scale is a customizable variable defined in ox-latex.el.gz.

Value

""

Documentation

Default scale for images.

This value will not be used if a width or a scale is provided, or if the image is wrapped within a "wrapfigure" environment. Scale overrides width and height.

This variable was added, or its default value changed, in Org version
9.3.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-latex.el.gz
(defcustom org-latex-image-default-scale ""
  "Default scale for images.
This value will not be used if a width or a scale is provided,
or if the image is wrapped within a \"wrapfigure\" environment.
Scale overrides width and height."
  :group 'org-export-latex
  :package-version '(Org . "9.3")
  :type 'string)