Roger Lipsett <[email protected]> writes: > Everything now works, but I need to put '%%% > TeX-source-correlate-mode: t' in each child file.
Hmm, I suspect this depends on how you process your files; if you exclusively do 'C-c C-c' for `TeX-command-master', then I think it should be sufficient to have this only in your master file (see the example files I sent). > Is that the best solution, or can I put something in my startup files? If you want to have the mode activated for every single .tex file you process, you can customize the variable `TeX-source-correlate-mode'. This is a documented feature[1]. > 1. I'm pretty sure I never had to do that before. > 2. I really don't know what I changed in my startup files to make this > now work. I did remove some (allegedly) unnecessary stuff from them. Hard to tell, but I'm also pretty sure that this mode was never on by default. Best, Arash Footnotes: [1] https://elpa.gnu.org/devel/doc/auctex.html#index-TeX_002dsource_002dcorrelate_002dmode
