ox-latex.el (org-latex-toc-command): Don't add vertical space after the table of contents

* ox-latex.el (org-latex-toc-command): Don't add vertical
space after the table of contents.

Let the user decides about such aesthetic issues.
This commit is contained in:
Bastien Guerry 2013-02-23 13:33:36 +01:00
parent 917cc1d516
commit 5d5e5631ca
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ argument."
:group 'org-export-latex
:type 'string)
(defcustom org-latex-toc-command "\\tableofcontents\n\\vspace*{1cm}\n\n"
(defcustom org-latex-toc-command "\\tableofcontents\n\n"
"LaTeX command to set the table of contents, list of figures...
This command only applies to the table of contents generated with
toc:nil option, not to those generated with #+TOC keyword."