Multiple file ref not quite working
Brought to you by:
srinathava,
tmaas
I have created a multifile LaTeX document. I have included the main.tex.latexmain file and everything compiles correctly. However, when trying to using completion in eqref the only thing that comes up are the labels defined in main.tex. Any label that has been defined in an input file does not appear.
I had a similar issue. The problem seems to be, in the ftplugin/latex-suite/outline.py, that the regex searching for \input only searches it at the line beginning (^). I usually have indented inputs, therefore it breaks. I've just remove the ^ from the regex, and added an ugly hack to support the \subimport command from the import-package. Works for me.
Last edit: pkxl2 2014-06-30