SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2.01k stars 366 forks source link

Genious-complete breaks with (not on CTAN) inputx-package #321

Open adamal opened 10 years ago

adamal commented 10 years ago

The inputx package (not on CTAN, but provided in this tex.SE answer ) is pretty cool. It allows the the specication of additional search paths via \includepaths{{path/to/include1},{path/to/include2}}making it easier to reorganize files at will, without editing each \input argument.

A solution would include searching the paths defined in any \includepaths when searching for \input or \include.

A maybe-easier-to-achieve workaround could be to not panick and return, when inout is not found. I.e. being content with what bibtex files are findable.

chid commented 10 years ago

That sounds pretty cool. +1