emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Inserting LaTex expressions using a filter fails


From: Maxim Nikulin
Subject: Re: Inserting LaTex expressions using a filter fails
Date: Wed, 6 Jan 2021 22:48:44 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 06/01/2021 01:33, Mart van de Wege wrote:
I'm trying to replace U+00BD in an org buffer with \sfrac{1}{2} during
export to LaTex, and obviously I'm doing something wrong, or I don't
understand the documentation.

Do you really need to replace unicode characters? If you are just trying to avoid LaTeX errors then there is another approach:

#+BEGIN_SRC elisp
(add-to-list 'org-latex-inputenc-alist '("utf8" . "utf8x"))
#+END_SRC




reply via email to

[Prev in Thread] Current Thread [Next in Thread]