Nicolas Goaziou <m...@nicolasgoaziou.fr> writes:

> Hello,
>
> Rasmus <ras...@gmx.us> writes:
>
>> What's wrong with equation (potentially coupled with mathtools for
>> handling numbering automatically)?  Is it worth breaking old documents
>> (irrespective of org-lint) for this inconvenience?
>
> Actually, the idea behind this patch is to mimic the expected LaTeX
> behaviour,i.e., treat \[..\] as an equivalent
> to \begin{equation*}...\end{equation*}.
>
> This was requested at least once before, so I guess it may make sense to
> follow the path of least surprise.

And I'm saying that people should just write:

     #+latex_header: \usepackage{mathtools} \mathtoolsset{showonlyrefs}
     aaa
     \begin{equation}
     bbb
     \end{equation}
     ccc

Org isn't LaTeX and there’s no difference in the output from \[⋯\]
and \begin{equation*}⋯\end{equation*} or the above.

Nonetheless, I don't feel strongly about the (non)issue so if this
behavior is better, somehow, go for it.

Rasmus

-- 
This is the kind of tedious nonsense up with which I will not put

Reply via email to