Atom-LaTeX
Atom-LaTeX copied to clipboard
Find .latexcfg in subdirectory
I would like to work with a directory structure like
.
├── code
└── doc
├── .latexcfg
└── main.tex
If this is opened as a project, it does not detect the .latexcfg because it is not at the top level of the project. Would be nice to detect that, too. For example when building something down in the doc directory, the path is traversed upwards until a .latexcfg is found.
It will not be implemented. Assume someone has 1000 sub-folders in the root.
However I agree that this use case should be considered. Can we come up with some alternative solutions?
The idea I briefly pointed out is not about iterating through each and every subfolder. Only the ones upwards, towards the root, starting from the level of the currently opened file (the one that was active when firing the build command).
This was my first idea how this could work. Maybe some better approaches exist ;)