emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: latex export [9.2.2 (9.2.2-18-g0ff705-elpaplus @ /home/sdor


From: Nicolas Goaziou
Subject: Re: [O] Bug: latex export [9.2.2 (9.2.2-18-g0ff705-elpaplus @ /home/sdorof/.emacs.d/elpa/25.3/develop/org-plus-contrib-20190325/)]
Date: Sat, 06 Apr 2019 10:55:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

Сергей Дорофеенко <address@hidden> writes:

>  The command
>
>  \marginnote{$A_{BC}$}
>
>  will be exported to LaTeX as
>
>  \marginnote\{\(A_{BC}\)\}
>
>  while expected
>
>  \marginnote{\(A_{BC}\)}
>
> However, if don't use nested {}, it will be exported as expected.

This is not a bug. Org doesn't handle the full LaTeX syntax. For
complicated constructs, like nested ones, you need to use specific
syntax, e.g.,

  @@latex:\marginnote{$A_{BC}$}@@

Regards,

-- 
Nicolas Goaziou



reply via email to

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