From 5ec94489dfc77effb6dc758080fa0fbdf61b5a03 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 1 Mar 2019 23:54:23 -0500 Subject: [PATCH] Add unicode quotes to ~latex-quote-list~ --- global.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/global.org b/global.org index 05b4555..5bdb4e9 100644 --- a/global.org +++ b/global.org @@ -876,6 +876,10 @@ #+BEGIN_SRC emacs-lisp (setq font-latex-fontify-script nil) #+END_SRC + Add unicode quotes to the quote-list + #+BEGIN_SRC emacs-lisp +; (defvar font-latex-quote-list '(("``" "''") ("“" "”") ("<<" ">>" french) ("«" "»" french)) ; + #+END_SRC *** Default labels #+BEGIN_SRC emacs-lisp (setq LaTeX-equation-label "e_"