Place table captions below the table

This commit is contained in:
Charlotte Van Petegem 2024-01-31 16:53:46 +01:00
parent 30372c087c
commit 9aa1d9ff14
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@
("\\section{%s}" . "\\addsec{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
(org-latex-caption-above . nil)
(org-latex-src-block-backend . minted)
(org-latex-minted-options . (("linenos" . "true")))
(org-latex-prefer-user-labels . t)

View file

@ -14,6 +14,7 @@
("\\section{%s}" . "\\addsec{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
org-latex-caption-above nil
org-latex-src-block-backend 'minted
org-latex-minted-options '(("linenos" . "true"))
org-latex-prefer-user-labels t