roysuman / texmaker

Automatically exported from code.google.com/p/texmaker
0 stars 0 forks source link

Detection of files included via import (analogous to input) #1078

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I am using v4.0.4 on Ubuntu 12.04.

When I have LaTeX code like ...

\input{../subdir/filename}

the file ../subdir/filename will be displayed in the structure list.

It seems that entries for that list are detected by scanning the
LaTeX source.

Would it be possible to also detect files and add them to the structure list 
which are included by the import command?

Like:

\import{../subdir/}{filename}   % has two parameters

Should be listed as:

../subdir/filename

Thanks
rol

P.S.: And thanks for the good work :-)

Original issue reported on code.google.com by mamei.sm...@gmail.com on 25 Sep 2013 at 9:31

GoogleCodeExporter commented 8 years ago
For the command \subimport{path}{filename}, too.

import and subimport are really helpful, if you have larger projects or want to 
reuse the same files in different context. It would be very helpful, if you 
could integrate these files into the structure list.

Kind regards,
fsd

Original comment by frs...@gmail.com on 23 Oct 2013 at 4:40