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:t, toc:1, toc:2, toc:3, ... options, not to those generated with the #+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:t, toc:1, toc:2, toc:3, ... options, not to those generated with
the #+TOC keyword."
:group 'org-export-latex
:type 'string)