ig0774
ig0774
It hasn’t been integrated into LaTeXTools yet. The above code from @r-stein and setup should still work, though I haven’t tested it recently.
The other suggestion would be to try the basic builder (ctrl + shift + b should let you change the builder). TeXify is the default builder when using MiKTeX on...
Lazy-loading the stuff included via the internal plugin mechanism should be pretty straight-forward. It's just a matter of delaying the `add_plugin_path()` call as long as possible (currently, this is handled...
IIRC `start` isn't properly a separate Windows executable but a shell built-in (i.e., it only works in the context of a command prompt). So to get this to work, you...
The command you pass in to the command viewer is passed to a Python `subprocess.Popen()` call, which allows us to directly ask the OS to run an executable, so the...
There’s definitely some stuff in the docs we should clarify and we’d always welcome suggestions on that front. When the docs say “SumatraPDF is the default viewer...” it really means...
Honestly, we strongly recommend TeXLive rather than whatever package manager your distro uses because 1) it’s usually more up-to-date and 2) exactly these sort of issues. Unfortunately, I really have...
It's not completely dead, but I haven't had a lot of time to work on it lately. Patches, etc. are welcome, though.
@diraimondo: Thanks for pointing that out. Generally, I don't make any guarantees that that fork will work (its primarily there so I can test new features before they get added)....
You probably have to run `apm install` in the directory `~/.atom/packages/LaTeXTools` and restart Atom.