Switch back to minted for listings
This commit is contained in:
parent
c7daf11c77
commit
f3f4e2a6f4
4 changed files with 23 additions and 37 deletions
|
@ -5,24 +5,9 @@
|
|||
("\\section{%s}" . "\\addsec{%s}")
|
||||
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
|
||||
(org-latex-src-block-backend . listings)
|
||||
(org-latex-listings-options . (("backgroundcolor" "\\color{white}")
|
||||
("commentstyle" "\\color{green}")
|
||||
("keywordstyle" "\\color{magenta}")
|
||||
("numberstyle" "\\color{gray}")
|
||||
("stringstyle" "\\color{purple}")
|
||||
("basicstyle" "\\ttfamily")
|
||||
("breakatwhitespace" "false")
|
||||
("breaklines" "true")
|
||||
("captionpos" "b")
|
||||
("keepspaces" "true")
|
||||
("numbers" "left")
|
||||
("numbersep" "5pt")
|
||||
("showspaces" "false")
|
||||
("showstringspaces" "false")
|
||||
("showtabs" "false")
|
||||
("tabsize" "2")))
|
||||
(org-latex-src-block-backend . minted)
|
||||
(org-latex-prefer-user-labels . t)
|
||||
(org-latex-pdf-process . ("latexmk -f -pdf -%latex -shell-escape -interaction=nonstopmode -output-directory=%o %f"))
|
||||
(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")
|
||||
(flycheck-languagetool-language . "en-GB")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue