Show list of tables in latex

This commit is contained in:
Marcus Kammer 2025-01-15 14:01:48 +01:00
parent 0cf535ee07
commit 809284e483

View file

@ -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)