From 3db70c17be664c968bf68f83514ee15384437661 Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Sat, 16 Apr 2022 20:28:39 +0200 Subject: [PATCH] org article change toc spacing and page num style --- lisp/my/my-org-article.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/my/my-org-article.el b/lisp/my/my-org-article.el index d5c6ef81..df431021 100644 --- a/lisp/my/my-org-article.el +++ b/lisp/my/my-org-article.el @@ -1959,7 +1959,8 @@ Text like <<...>>> will be replaced according to ;; e.g. in \\RedeclareSectionCommand[tocbeforeskip=2.25em plus 1pt, ...]{section} ;; ("" "tocbasic" nil) "\\KOMAoptions{sectionentrydots=true}" - "\\DeclareTOCStyleEntry[beforeskip=.5em]{section}{section}" ;; set spacing between section entries inside toc + "\\DeclareTOCStyleEntry[beforeskip=.7em]{section}{section}" ;; set spacing between section entries inside toc + "\\setkomafont{sectionentrypagenumber}{\\normalfont\\normalcolor}" ("" "scrwfile" nil ("pdflatex")) ;; avoid trouble with the limited number of write handles ('No room for new \\write') ;;; - Section ToC (especially for appendix) "\\makeatletter"