Place table captions below the table
This commit is contained in:
parent
30372c087c
commit
9aa1d9ff14
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
("\\section{%s}" . "\\addsec{%s}")
|
("\\section{%s}" . "\\addsec{%s}")
|
||||||
("\\subsection{%s}" . "\\subsection*{%s}")
|
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||||
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
|
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
|
||||||
|
(org-latex-caption-above . nil)
|
||||||
(org-latex-src-block-backend . minted)
|
(org-latex-src-block-backend . minted)
|
||||||
(org-latex-minted-options . (("linenos" . "true")))
|
(org-latex-minted-options . (("linenos" . "true")))
|
||||||
(org-latex-prefer-user-labels . t)
|
(org-latex-prefer-user-labels . t)
|
||||||
|
|
1
build.el
1
build.el
|
@ -14,6 +14,7 @@
|
||||||
("\\section{%s}" . "\\addsec{%s}")
|
("\\section{%s}" . "\\addsec{%s}")
|
||||||
("\\subsection{%s}" . "\\subsection*{%s}")
|
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||||
("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
|
("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
|
||||||
|
org-latex-caption-above nil
|
||||||
org-latex-src-block-backend 'minted
|
org-latex-src-block-backend 'minted
|
||||||
org-latex-minted-options '(("linenos" . "true"))
|
org-latex-minted-options '(("linenos" . "true"))
|
||||||
org-latex-prefer-user-labels t
|
org-latex-prefer-user-labels t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue