ig0774

Results 95 comments of ig0774

Currently we don't have a way to run a custom set of commands. However, our default build (using `latexmk` or `texify`) does this sequence automatically. It certainly works for documents...

Currently this isn't supported, but something will be made available in a future version.

I suppose you could abuse the `skim-viewer.coffee` file to do this...

This is, unfortunately a known issue (see, e.g. #98) in Atom / Chromium. There isn't much we can do to "avoid" it since the underlying issue is that the character...

The `begin` thing is caused by a snippet that's actually triggered by the text `begin` and which inserts ``` \begin{...} \end{...} ``` If you type a `\` before `begin`, the...

It's a matter of what key bindings are in use. Probably none of other plugins you are using try to map ASCII quote characters to TeX quotes, etc.

The most likely cause is that `gs` isn't available on the path specified by your texpath, especially if you've modified the `texpath` setting. Can you check what your `latextools.texpath` setting...

It's in the per-OS section of the latextools settings. The relevant one is `"Darwin Texpath."` The default value includes `/usr/local/bin`.

This is where the log file might be helpful...

What the log tells you is that the `.eps` file was last modified before the corresponding generated `.pdf` file, which is whats actually loaded into your final document. `epstopdf` is...