>>>>> Nicolas Goaziou <[email protected]> writes:
> Timothy <[email protected]> writes:
>> Nicolas Goaziou <[email protected]> writes:
>>
>>> I strongly disagree with this. \[...\] is an inline element, not
>>> a block element. As such, it can be filled, and filling function
>>> should obey to the inner structure of the document.
>>>
>>> You can use a real block element here, e.g.,
>>> \begin{equation*}...\end{equation*}, which will not be filled.
>>
>> Given that \[ ... \] is an alias for \begin{equation*} ...
>> \end{equation*}
> This is true in LaTeX, not in Org, obviously.
But shouldn't org be consistent with LaTeX. In both org-mode and LaTeX I
would write an in-line equation as $1+3=3$ and not as \[1+2=3\]. I would
reserve the latter for an unlabelled block equation. As has been said,
\[ is an alias for \begin{equation*}. For me, I would rather not write
equations in org-mode differently from LaTeX.
Best wishes,
Colin Baxter.