I foresee not needing a table of contents in the CV

This commit is contained in:
Óscar Nájera 2018-03-23 02:07:19 +01:00
parent bce5558259
commit ac5da5b0f5

View file

@ -129,12 +129,6 @@ holding export options."
((string-match "\\(?:[^%]\\|^\\)%s" command) ((string-match "\\(?:[^%]\\|^\\)%s" command)
(format command title)) (format command title))
(t command)))) (t command))))
;; Table of contents.
(let ((depth (plist-get info :with-toc)))
(when depth
(concat (when (integerp depth)
(format "\\setcounter{tocdepth}{%d}\n" depth))
(plist-get info :latex-toc-command))))
;; Document's body. ;; Document's body.
contents contents
;; Creator. ;; Creator.