emacs: Export utf8 symbols, when exporting to latex

This commit is contained in:
Marco Thomas
2021-10-03 13:04:53 +02:00
parent e741777c4f
commit 7697ba94d4
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
__pycache__/ __pycache__/
__init__.py __init__.py
/fonts/.uuid

View File

@@ -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