Show list of tables in latex
This commit is contained in:
parent
0cf535ee07
commit
809284e483
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -1763,7 +1763,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
||||||
(setq org-latex-tables-booktabs t)
|
(setq org-latex-tables-booktabs t)
|
||||||
(setq org-latex-images-centered t)
|
(setq org-latex-images-centered t)
|
||||||
(setq org-latex-prefer-user-labels 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 nil)
|
||||||
(setq org-latex-listings-options nil)
|
(setq org-latex-listings-options nil)
|
||||||
(setq org-latex-src-block-backend 'listings)
|
(setq org-latex-src-block-backend 'listings)
|
||||||
|
|
Loading…
Add table
Reference in a new issue