ig0774
ig0774
Unfortunately, that feature doesn't currently support `\graphicspath`. That will have to be addressed in a future release.
Not to be negative, but there are a few other considerations that need to be taken into account: - The block starting at [L154](https://github.com/SublimeText/LaTeXTools/blob/master/latextools_utils/external_command.py#L154) ensures that on Windows, the argument...
Which builder are you trying to use?
Just to be really clear why I'm asking: there shouldn't be any need to copy files as you suggest. The `aux-directory` setting basically redirects any output written to the specified...
@fph: Hmmm... the story is very similar with `output_directory`. Certainly it _should_ work with the configuration you described. Have you checked the `blg` file to see if it reports any...
The `—aux-directory` is a MiKTeX-only feature, so if you’re not using MiKTeX, it won’t do anything. IIRC, the appropriate syntax for `\bibliography{}` is to actually leave-off the `.bib` extension, so...
Does the absolute path for the bib file work either with `”output_directory”: “”` or without using the output directory option at all? The most likely thing is you’ve got a...
The message your seeing is caused by LaTeX itself not being able to find the references. You might have better luck asking on tex.stackexchange.com...
That "Can't find initialization file..." error message sounds like a messed up GS install. I'm not sure what we can do to alleviate the issue.
@maboloshi Sorry this is quite a late review 😬. One thing I'm unsure of in this: does MiKTeX now install latexmk by default? The real reason we were using texify...