On 2007-03-22 20:35:19 +0100, Charilaos Skiadas skiadas@hanover.edu said:
On Mar 22, 2007, at 3:17 PM, Helge Hartmann wrote:
Hello!
Two Problems on the Latex bundle.
[snipped example]
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.
Hm, that's an interesting case, I'll have to think about that, though keep in mind that \include's can't be nested: http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/ latex2e-html/ltx-245.html (look towards the end)
Ok, in my document I use input instead of include. And the inputs are nested. Maybe this is the problem.
Helge