You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just finished debugging an issue where Texlab was, on forward seach, still looking into the root directory, even though I have set the directories in Neovim config as following:
When there's not a latexmkrc file present in the root directory, the process finishes sucessfuly.
However, when there's a latexmkrc file present in the root directory without out_dir=<path> set, the server does not fall back to the settings it has in its configuration, therefore searches for the PDF file in the root directory.
Also, based on the documentation of latexmkrc, the variables must be set with $ pre-pended to the string, i.e. $out_dir=<path>, however when done so, Texlab does not recognize this setting. When variable is introduced without the $, the latexmk process fails due to invalid latexmkrc format.
Tested on Texlab 5.15.0
The text was updated successfully, but these errors were encountered:
Hi!
I have just finished debugging an issue where Texlab was, on forward seach, still looking into the root directory, even though I have set the directories in Neovim config as following:
When there's not a
latexmkrc
file present in the root directory, the process finishes sucessfuly.However, when there's a
latexmkrc
file present in the root directory withoutout_dir=<path>
set, the server does not fall back to the settings it has in its configuration, therefore searches for the PDF file in the root directory.Also, based on the documentation of
latexmkrc
, the variables must be set with$
pre-pended to the string, i.e.$out_dir=<path>
, however when done so, Texlab does not recognize this setting. When variable is introduced without the$
, the latexmk process fails due to invalid latexmkrc format.Tested on Texlab 5.15.0
The text was updated successfully, but these errors were encountered: