ruivieira / latex-friend

Atom package with extra utilities for LaTeX editing
https://atom.io/packages/latex-friend
MIT License
6 stars 1 forks source link

Document tree view fails when the main file has references to other files #27

Closed avazquezrd closed 4 years ago

avazquezrd commented 7 years ago

The package throws an error when I have the following structure in my project:

main.tex src/

introduction.tex chapter1.tex end.tex

And then, in my main.tex file I have some includes and inputs referencing files in 'src' folder (the code works fine).

There is no problem when I have only one .tex file with all sections, chapters, etc., but it throws the following error when you have a project as explained above:

UPDATE: The error is thrown in other package, but it still doesn't work the tree view when the project is structured as I have explained (it doesn't throw any error).