Variable: LaTeX-top-caption-list

LaTeX-top-caption-list is a customizable variable defined in latex.el.

Value

nil

Documentation

List of float environments with top caption.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-top-caption-list nil
  "List of float environments with top caption."
  :group 'LaTeX-environment
  :type '(repeat (string :format "%v")))