浏览代码

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.
Bastien Guerry 13 年之前
父节点
当前提交
5d5e5631ca
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-latex.el

+ 1 - 1
lisp/ox-latex.el

@@ -408,7 +408,7 @@ argument."
   :group 'org-export-latex
   :group 'org-export-latex
   :type 'string)
   :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...
   "LaTeX command to set the table of contents, list of figures...
 This command only applies to the table of contents generated with
 This command only applies to the table of contents generated with
 toc:nil option, not to those generated with #+TOC keyword."
 toc:nil option, not to those generated with #+TOC keyword."