"Paminu" <[EMAIL PROTECTED]> writes: > It seems that the reason is the tex document that I use for testing: [...] > When I double click on a line arbitrary line in Yap it jumps to the line > just after a "\newline".
You probably mean \newpage. > I have now tried som other tex files and there it > works fine. > > But what is the reason for this behaviour? There are no places except for \newpage where specials can be inserted. Other possible places are typically paragraphs and display material. I hope you don't write your documents like in the example you gave. \\ is not supposed to separate paragraphs. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
