Hello,
t...@tsdye.com (Thomas S. Dye) writes:
> With the patch, the user can now do something like this:
> (setq org-e-latex-toc-and-lists-string
> "\\tableofcontents\n\\listoffigures\n\n")
> which I find an improvement.
Good idea. I applied a slightly different version for this patch.
Thanks.
Aloha Nicolas,
The attached patch adds a new defcustom for the toc and listof commands
that are inserted after \maketitle with the new latex exporter.
In the old exporter, the undesirable \vspace*{1cm} could be replaced
with a user-defined function. The new exporter hard codes this. The
patch p