Variable: org-latex-image-default-height

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

Value

""

Documentation

Default height for images.

This value will not be used if a width is provided, or if the image is wrapped within a "figure" or "wrapfigure" environment.

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-height ""
  "Default height for images.
This value will not be used if a width is provided, or if the
image is wrapped within a \"figure\" or \"wrapfigure\"
environment."
  :group 'org-export-latex
  :version "24.4"
  :package-version '(Org . "8.0")
  :type 'string)