I have a project that is composed of a main file and inputed files from subdirectory like this
project
|- chap1
| `- foo.tex
` main.tex
Is it currently possible to compile main.tex when foo.tex is opened without switching?
It would be nice, if the project evaluation would be aware of files in subdirectories.