Switch to minted for listings
This commit is contained in:
parent
8dc8ecdbc8
commit
a05d11d637
5 changed files with 11 additions and 5 deletions
|
@ -5,10 +5,11 @@
|
|||
("\\section{%s}" . "\\addsec{%s}")
|
||||
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
|
||||
(org-latex-src-block-backend . 'listings)
|
||||
(org-latex-src-block-backend . minted)
|
||||
(org-latex-prefer-user-labels . t)
|
||||
(org-html-prefer-user-labels . t)
|
||||
(org-latex-toc-command . "\\frontmatter\n\\addchap{Table of Contents}\n\\label{chap:toc}\n\\listoftoc*{toc}\n\n")
|
||||
(org-latex-pdf-process . ("latexmk -f -pdf -%latex -interaction=nonstopmode -shell-escape -output-directory=%o %f"))
|
||||
(fill-column . 200)))
|
||||
(org-mode . ((eval . (progn (visual-line-mode)
|
||||
(org-toggle-link-display)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue