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

Atom 1.25 [came out today](https://blog.atom.io/2018/03/15/atom-1-25.html), and with that is a new opt-in parser for syntax highlighting called [tree-sitter](https://github.com/tree-sitter/tree-sitter). Instead of doing regexes on each line of code, it actually parses...

feature

I have been using this package for a while now. And I am bothered by this issue more and more. I would **strongly** recommend using `\begin` as trigger as opposed...

feature

### Steps to reproduce & Minimum working example Crate a .tex file with the following line: `$a \in \{0,1\}^n$` #### Expected behaviour Both escaped curly brackets should be highlighted. ####...

I don't follow the template in this PR, but feel free to correct me. :warning: This pull request is __WORK IN PROGRESS__, hence __DO NOT MERGE__! Bunch of changes in...

### 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 is...

I have problems using language-tex in combination with [spell-check](https://github.com/atom/spell-check). Spell-check allows to define the scope it should make the suggestions for. Unfortunately language-tex provides only a `text.tex.latex` scope, which is...

feature

Hello, Any ideas about how to highlight the text inside `\footnote{}`? Thanks!

feature

Some snippets doesn't work. Like "frac","it",ect. ![image](https://cloud.githubusercontent.com/assets/17312605/23340217/80d400ee-fc6d-11e6-910c-21e30f900c2f.png) ![image](https://cloud.githubusercontent.com/assets/17312605/23340219/8f24b4f4-fc6d-11e6-9c64-1ceeb8ab0ad5.png) It's a .tex file in latex.

bug

This issue is about a very specific use case but I think it is common enough to make an issue. The screenshot below demonstrates the problem. ![image](https://user-images.githubusercontent.com/10349624/32866234-7696856c-ca1b-11e7-981d-e585b2336b91.png) That is, when...

As per AtomLinter/linter-spell-latex#21 the file path should be scoped to allow the spell check packages to blacklist it. This could also be done for `\biboptions` and other common constructions which...