language-latex icon indicating copy to clipboard operation
language-latex copied to clipboard

Syntax highlighting for LaTeX for Atom.

Results 36 language-latex issues
Sort by recently updated
recently updated
newest added

When handling complex data or drawing complex images, it comes in handy to use a programming language that is more capable than TeX is. For this exact issue, the [`pythontex`...

Things to do: - [ ] Refine the grammar itself to support everything the TextMate one does (where possible; injections may be out of our control for now) - [...

version2

The single citation commands and keys look fine, but the multiple citation commands do not (e.g. `\autocites{}`). I took a look to see if it looked like an easy fix,...

feature

Different from #36 and PR126 ### Background .dtx files are "documented tex files" which compile to produce .cls / .sty files and .pdf documentation from the same source. In .dtx...

### Prerequisites - [ X] Put an `X` in this box if you have done the following: - Ensured the issue has not already been raised - Ensured the issue...

According to this [fix](https://github.com/area/language-latex/pull/131), the latest release (1.1.0) should have no problem highlighting the syntax post 100 tokens. But after updating to this release, looks like that issue still persists....

wontfix

### Description of the Change I added support for autocompletion of `\binom{}{}` and `\intertext{}` for use within equations. ### Alternate Designs This design was selected due to the absence of...

The lexer provided by https://github.com/sisl/pygments-julia is vastly superior to the standard julia lexer. This PR adds support for this lexer and the two environments that it provides.

Wthout `fileTypes`, the `firstLineMatch` is never tested and the grammar is never used.

### Description of the Change I've added a snippet for verbatim tag `\verb|...|`. This tag is designed for writing inline code. ### Alternate Designs I don't know... Just the possibility...