From 809284e4834433992874dd686f19297eaae3cdec Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 15 Jan 2025 14:01:48 +0100 Subject: [PATCH] Show list of tables in latex --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index b9638eec..4d8edd41 100755 --- a/init.el +++ b/init.el @@ -1763,7 +1763,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory." (setq org-latex-tables-booktabs t) (setq org-latex-images-centered t) (setq org-latex-prefer-user-labels t) - (setq org-latex-toc-command "\\tableofcontents\n\\listoffigures\n\\lstlistoflistings\n") + (setq org-latex-toc-command "\\tableofcontents\\n\\listoffigures\\n\\listoftables\\n\\lstlistoflistings\\n") (setq org-latex-listings nil) (setq org-latex-listings-options nil) (setq org-latex-src-block-backend 'listings)