Description
When I try to use .latexmain file as mentioned in "File .latexmain specifier" section of the documentation,
- if the corresponding mainfile.tex includes the current file, that file is correctly detected.
- otherwise, it will not be detected.
This is according to the behavior in the source code:
|
if s:file_reaches_current(l:cand) |
The corresponding documentation:
|
File .latexmain specifier ~ |
I think this is mostly a documentation bug (nevertheless, would it be preferable to edit the source code instead to use that file as main regardless?)