Hello, a...@fastmail.fm (Albert Z. Wang) writes:
> I've just recently been having an issue I was wondering if anybody > could help with, namely, that fill-paragraph does not seem to work as > expected. > > For display math equations delimited as > \[ > a^2 + b^2 = c^2 > \] > the equation gets folded inline -- seems to work fine with explicit > environments though ( \begin{equation*}...\end{equation*} ). Has > anybody else experienced this? Tweaking paragraph-start and > paragraph-separate do not seem to be doing the trick... Yes, \[...\] constructs are considered as inline objects (they belong to a paragraph, so they will be filled along with the paragraph). On the other hand, \begin{equation*} environments are full-fledged elements: they do not belong to a paragraph and are not filled. Regards, -- Nicolas Goaziou