Skip to content

Expansion of Latex newcommand "variable." #3351

Answered by jlelong
Savvylion asked this question in Q&A
Discussion options

You must be logged in to vote

The discovery mechanism for included files is detailed at https://github.com/James-Yu/LaTeX-Workshop/wiki/Compile#the-dependencies

When parsing a file, LW never expands macros. This is the compiler's job. Hence, the log message [17:49:31] Cannot find .bib file: \pathE/VAMP_Biblio.bib. However, we implemented a second mechanism relying on the presence of the .fls file, which is generated by the LaTeX compiler when called with the -recorder option (this option is always passed when using latexmk). Compile your project once to see that the dependencies are properly discovered and all LW features (in particular completion) work well.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Savvylion
Comment options

Answer selected by Savvylion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants