Prettify code block export

This commit is contained in:
coolneng 2022-09-10 02:52:37 +02:00
parent fb1695bed4
commit fdcd5a4c6b
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 5 additions and 2 deletions

View File

@ -69,8 +69,10 @@
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))))
;; Enable listings for LaTeX export
(setq org-latex-listings 't)
;; Prettify code block export
(use-package! engrave-faces-latex
:after ox-latex)
(setq org-latex-src-block-backend 'engraved)
;; Set up bibliography management
(setq citar-bibliography '("~/Documents/Education/Bibliography/references.bib"))
;; Add citeproc and metadata-file options to ox-pandoc

View File

@ -10,3 +10,4 @@
(package! wallabag :recipe (:host github :repo "chenyanming/wallabag.el" :files ("*.el" "*.alist" "*.css")))
(package! elfeed-protocol)
(package! magit-delta)
(package! engrave-faces)