emacs-orgmode
[Top][All Lists]
Advanced

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

Re: LaTeX math export problems


From: Nicolas Goaziou
Subject: Re: LaTeX math export problems
Date: Tue, 18 Aug 2020 15:51:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Nick Higham <highamnj@gmail.com> writes:

> I thought this might be to do with something in my .emacs, but the same
> problem happens with a bare bones Emacs. A simple example is this file:
>
> #################################################################
> # ex1a_bad.org
> \[
>      \widehat{y} = f(x+\widehat{x}) + \Delta y,
>      \quad |\widehat{y}| \le \epsilon |y|, \;
>            |\widehat{x}| \le \epsilon |x|
> \]
> #################################################################

In Org, \[...\] is inline markup, so it is weaker than tables.
Therefore, Org cannot see your LaTeX environment. You can use

  \begin{equation*}
  ...
  \end{equation*}

instead and lift the ambiguity.

Regards,
-- 
Nicolas Goaziou



reply via email to

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