Hi community,
I am working on a NIH grant which consists of several separate sections;
specific aims, background and goals, significance, etc. I have a
separate LaTeX file for each of these sections with one file for macros.
My question is how I can tell AUCTeX that the macro file is shared
with multiple TeX files. In other words, how can I define multiple
TeX-master in the macros file.
Below is what I currently have at the end of my `personal_macros.sty`
file,
```
%%% Local Variables:
%%% TeX-master: “../specific_aims.tex”
%%% End:
```
How can I add other files (like `background_and_goals.tex`) as a
TeX-master too?
Thanks,
Kourosh