[doc] use mathjax when exporting the org documentation
[hkl.git] / Documentation / default.el
bloba4d15a18832935daf40fb5f36043f858b40f722c
1 (custom-set-variables
2 ;; custom-set-variables was added by Custom.
3 ;; If you edit it by hand, you could mess it up, so be careful.
4 ;; Your init file should contain only one such instance.
5 ;; If there is more than one, they won't work right.
6 '(org-babel-load-languages
7 (quote
8 ((latex . t)
9 (python . t)
10 (emacs-lisp . t))))
11 '(org-confirm-babel-evaluate nil)
12 '(org-latex-listings (quote minted))
13 '(org-latex-minted-langs
14 (quote
15 ((emacs-lisp "common-lisp")
16 (cc "c++")
17 (cperl "perl")
18 (shell-script "bash")
19 (caml "ocaml")
20 (python "python"))))
21 '(org-latex-pdf-process
22 (quote
23 ("pdflatex -interaction nonstopmode --shell-escape -output-directory %o %f" "pdflatex -interaction nonstopmode --shell-escape -output-directory %o %f" "pdflatex -interaction nonstopmode --shell-escape -output-directory %o %f")))
24 '(org-export-with-sub-superscripts nil))