Latex-workshop: The PDF output is not generated into the outdir defined by "latex-workshop.latex.outputDir"

Created on 8 Dec 2017  Â·  3Comments  Â·  Source: James-Yu/LaTeX-Workshop

Description

The PDF output is not generated into the outdir defined by "latex-workshop.latex.outputDir" . Rather, it is generated at ./.

I have tried reloading VSCode and the extension but, there has been no impact.

How to reproduce

  1. Add workspace setting for "latex-workshop.latex.outputDir"

Expected behavior

The PDF files should be generated into the directory assigned to the "latex-workshop.latex.outputDir" contribution point.

Actual behavior

Output is generated at ./ instead.

Most helpful comment

I'd thank you for raising the issue. Actually this config should have a better description. Change on the way.

All 3 comments

The directory where output files (e.g., PDF and SyncTeX files) are located.\nBoth relative and absolute pathes are supported. Relative path start from the root file location, so be ware if it is located in sub-directory.

This does not control your toolchain. Rather, this config guides the extension to find the output file in the given folder.

Thanks for clearing it. I associated it with the toolchain – my bad.

I'd thank you for raising the issue. Actually this config should have a better description. Change on the way.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mdrozdo picture mdrozdo  Â·  4Comments

s-ilic picture s-ilic  Â·  3Comments

wstcegg picture wstcegg  Â·  5Comments

kookma picture kookma  Â·  4Comments

sabicalija picture sabicalija  Â·  6Comments