Hello!
Two Problems on the Latex bundle.
I have a project structure like this:
-Projectfolder projectmain.tex (master file) -- subfolder1 -- file_1_1.tex -- file_1_2.tex -- subfolder 2 -- file_2_1.tex When I now drag file file_1_2.tex into file_2_1.tex, I get
\include{../subfolder1/file_1_2.tex}
The problem is, that IĀ“get an error, because the file can not be found. The file path has to be
\include{subfolder1/file_1_2.tex}
because it depends on the master file. But when I then invoke the command "Show outline", the file file_1_2.tex is not found, because it expects the path as the first statement.
Another problem is, that latex does not typeset the files, that where included. Why does the drag command produce a include command?
Helge