-
Notifications
You must be signed in to change notification settings - Fork 60
Labels
enhancementNew feature or requestNew feature or request
Description
Use TEXINPUTS
for file search path. Files \input
ed not using a path relative to root, but a location in TEXINPUTS
won't be picked up by TexLab. This causes two things:
- no path autocomplete;
- bib resources not picked up and causing many
Undefined references
false positives.
In my personal use case, I'm setting TEXINPUTS
in my latexmkrc
file using:
ensure_path("TEXINPUTS", "src//");
Maybe there is a way to get the file search paths from latexmk
somehow?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request