ig0774

Results 6 issues of ig0774

As requested in #26. This adds an Evince viewer using the same scripts we use on the Sublime version. This means it requires a python interpreter (2.7 or 3.4+; may...

Basically sets up the builders in a manner identical to #50. Unlike #50, for now, no new features are added, but this provides a basis for new builders to be...

Adds support for project files to latextools which allows configuration on a per-project basis. It's main use right now is to set the `TEXroot` without needing to use a magic...

Takes advantage of the `activationHook` feature of Atom to ensure the package is only loaded when the `language-latex` grammar has been used. Not a major feature, but hopefully helps out...

This PR uses `kpsewhich` to find bibliography files in the `TEXMF` tree (provided they'd otherwise be findable via kpsewhich... We probably have some work to do to support `TEXINPUTS`). In...

This makes `texpath` work like on Sublime Text, i.e., it allows the specification of `texpath` to include either `$PATH` or `%PATH%` using a (rough) equivalent to Python's `os.path.expandpath()`.