ig0774
ig0774
@agamemnon314: Again that looks like a different issue. In particular, your `texpath` setting looks like it contains `$PATH:/usr/texbin:$PATH:/usr/texbin:$PATH:/usr/texbin`. `$PATH` isn't (currently) supported in the `texpath` setting. Try adjusting that and...
Aside from the specific keybindings affected, this is exactly the same underlying problem as #98 and #115, i.e. a (still unresolved) issue in Atom itself (atom/atom-keyboard#35 and atom/atom-keyboard#37). The key...
Thanks for pointing this out. I'll have to dig into what's happening.
I think this is a straightforward error in how we are passing options to `texify`.
@timtro: Thanks for grasping the intention of that! A couple of small notes: 1. The drop-down: Right now, it's populated with static text from the `config` object in `latextools.coffee`. I'm...
Forward search (or even displaying the PDF) definitely won't. You'll lose any relevant warnings or errors in the console because latextools won't be able to read the log file and...
Hrm... I can't reproduce with the default theme in Atom 1.17.2. There's a new issue with scrolling up, but I'm not seeing items not actually showing up. Which theme are...
`Ctrl+L, J` should open the PDF in the configured view. I'm confused if you're trying to use the **pdf-view** viewer (which requires the Atom pdf-view extension and is independent of...
The "section" names are simply derived from the ways the properties are named which in turn are based on the values returned from `process.platform`. Basically we're using the strings that...
Thanks for the suggestion. That's a really good idea.