I'm a plain TeX user, so I must use the double dollar to display equations.
The problem only occurs when the displayed equation is two or more lines long, and only for the text succeding the equation, not for the preceding text. So: bla bla bla <M-q> $$ long equation = over two lines$$ bla bla bla becomes: bla bla bla $$ long equation = over two lines$$ bla bla bla , but: bla bla bla $$ long equation = over two lines$$ bla bla <M-q> bla becomes: bla bla bla $$ long equation = over two lines$$ bla bla bla . If I use a blank commented line between the equation and text, it works again: bla bla bla $$ long equation = over two lines$$ % bla bla <M-q> bla becomes: bla bla bla $$ long equation = over two lines$$ % bla bla bla Can this bug be fixed? Thanks Rodolfo _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
