add in org latex package eurosym for \euro{}

This commit is contained in:
2022-01-07 15:30:13 +01:00
parent a549600e72
commit 46a1bb8514

View File

@@ -261,7 +261,9 @@ Example defines
(setq org-pretty-entities-include-sub-superscripts t) ;; if `org-pretty-entities' is active include also sub-superscripts.
(setq org-image-actual-width '(600)) ;; image width displayed in org
(setq org-startup-with-latex-preview t) ;; #+STARTUP: latexpreview|nolatexpreview
;; scale of latex image preview via `org-format-latex-options'. setting this here will overwrite settings in custom.el. see also `org-preview-latex-process-alist' and `org-preview-latex-default-process'
;; scale of latex image preview via `org-format-latex-options'. setting this here will overwrite settings in custom.el.
;; see also `org-preview-latex-process-alist', `org-preview-latex-default-process' and `org-format-latex-header' using `org-latex-default-packages-alist' and `org-latex-packages-alist'
(add-to-list 'org-latex-default-packages-alist '("" "eurosym" t) t)) ;; add \euro{} (also to latex snippets)
(setq org-tag-persistent-alist '(("ignore" . ?i) ("noexport" . ?n)))
;; todo see also org-todo-keyword-faces and org-superstar-todo-bullet-alist
(setq org-todo-keywords ;; (x!) record a time stamp, (x@) add a note (with time), (y/z) entering the state / leaving the state