emacs: Export utf8 symbols, when exporting to latex
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
__init__.py
|
__init__.py
|
||||||
|
/fonts/.uuid
|
||||||
|
|||||||
@@ -403,7 +403,10 @@
|
|||||||
:after org
|
:after org
|
||||||
:config
|
:config
|
||||||
(add-to-list 'org-export-filter-bold-functions 'mth/beamer-bold)
|
(add-to-list 'org-export-filter-bold-functions 'mth/beamer-bold)
|
||||||
(add-to-list 'org-latex-logfiles-extensions "tex")) ;; dont generate .tex file
|
(add-to-list 'org-latex-logfiles-extensions "tex")
|
||||||
|
(setq org-latex-inputenc-alist '(("utf8" . "utf8x"))
|
||||||
|
org-latex-default-packages-alist (cons '("mathletters" "ucs" nil) org-latex-default-packages-alist)))
|
||||||
|
|
||||||
|
|
||||||
;; Fancy bullets for org
|
;; Fancy bullets for org
|
||||||
(use-package org-superstar
|
(use-package org-superstar
|
||||||
|
|||||||
Reference in New Issue
Block a user