I use Aquamacs and TeX Live 2009 to edit my LaTeX files. Since my publications tend to get quite large, I want to structure the source folder containing all my LaTeX files. For instance,
- [bib]
- [Images]
- [chapters]
- main.tex
At the end of each "under" file, you can define the local variable %%% TeX-master: "main" to determine the main file containing all the headers, etc. This works fine if the subfiles are in the same directory as the main file. If I try to define the main file here (for example, main.tex in chapter1.tex), LaTeX cannot find the specified file.
What can I do in this case?
source share