Variable: org-latex-toc-command

org-latex-toc-command is a customizable variable defined in ox-latex.el.gz.

Value

"\\tableofcontents\n\n"

Documentation

LaTeX command to set the table of contents, list of figures, etc.

This command only applies to the table of contents generated with the toc:nil option, not to those generated with #+TOC keyword.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-latex.el.gz
(defcustom org-latex-toc-command "\\tableofcontents\n\n"
  "LaTeX command to set the table of contents, list of figures, etc.
This command only applies to the table of contents generated with
the toc:nil option, not to those generated with #+TOC keyword."
  :group 'org-export-latex
  :type 'string)