Skip to content

Include global folder via settings.json #4199

Answered by wolflu05
wolflu05 asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you very much for your quick help, I think that's exactly what I'm looking for.

It took me a lot of playing around with different methods, because they do not worked correctly, but the following now works:

  "latex-workshop.latex.tools": [
    {
      "name": "latexmk",
      "command": "latexmk",
      "args": [
        "-synctex=1",
        "-interaction=nonstopmode",
        "-file-line-error",
        "-pdf",
        "-outdir=%OUTDIR%",
        "%DOC%"
      ],
      "env": {
        "TEXINPUTS": "/path/to/folder/with/signarure/image//:",
      }
    }
  ]

Important here is that I use the folder and not the image and add //: to the end. As I read:

  • // means search in the folder …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@wolflu05
Comment options

@jlelong
Comment options

jlelong Mar 14, 2024
Collaborator

@wolflu05
Comment options

Answer selected by wolflu05
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