Federico Beffa <[email protected]> writes:
> to help me understand what kind of problems one could face with HTML (or
> another back-end), could you give a concrete example?
line 1
line 2
\[1+1\]
==>
<p>
line 1
line 2
<img... />
</p>
whereas
line 1
line 2
\begin{equation*}
1+1
\end{equation*}
==>
<p>
line 1
line 2
</p>
<p>
<img ... />
</p>
IOW, there are two different structures in the document:
((paragraph latex))
vs
((paragraph) (latex))
even though M-q cannot tell that difference (with your proposal, the
behaviour would be the same in both cases).
Regards,
--
Nicolas Goaziou 0x80A93738