* Paul Broadbent (2011-03-13) writes: > I don't understand AUCTeX well enough to know if this is the same > problem as above, but if I enable TeX-source-correlate-mode using my > .emacs
What does "using my .emacs" mean exactly? Did you set the variable using Customize? > then I have to turn it on and off again, using C-c C-t C-s > twice for it to produce the correct page numbers. I've tried also > setting TeX-source-correlate-method to source- specials in my .emacs, > but that doesn't help. > > (By the way, not sure if this is significant, but I'm using pdfsync.) Yes, this is significant because in this case a different function to determine the output page is used. The output of `C-h v TeX-source-correlate-output-page-function <RET>' should return `LaTeX-pdfsync-output-page' (among other text). You might want to make sure that the variables mentioned on the first page of AUCTeX's manual are set accordingly and that you have the file variables regarding the master file are set, especially if you are editing a multi-file document. -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
