Latex-workshop: Output directory config not respected

Created on 17 Apr 2017  路  2Comments  路  Source: James-Yu/LaTeX-Workshop

Hi,

I have set my outputDir config option to the following:

"latex-workshop.latex.outputDir": "./build/"

However, the temporary files and the output .pdf still appear in the same directory as the root file, and it clutters everything. Am I missing something there? I am running vscode on Archlinux, for what it's worth.

Most helpful comment

Then the documentation of the option should be updated, because it is a bit ambiguous as it is.
That being said, it would be nice to be able to specify a build folder more easily. If one has to tweak latexmk's options to do it, I suggest documenting the proper way to do it in the extension's README.

All 2 comments

This only specifies the folder where vscode should look for the generated files. You need to use latex commands to redirect your latex workflow.

Then the documentation of the option should be updated, because it is a bit ambiguous as it is.
That being said, it would be nice to be able to specify a build folder more easily. If one has to tweak latexmk's options to do it, I suggest documenting the proper way to do it in the extension's README.

Was this page helpful?
0 / 5 - 0 ratings