Atom-LaTeX icon indicating copy to clipboard operation
Atom-LaTeX copied to clipboard

The only LaTeX package you need for typesetting with Atom.

Results 31 Atom-LaTeX issues
Sort by recently updated
recently updated
newest added

Feature request: when this package is enabled, it seems to override the characters set for auto-completition in the package `bracket-matcher`. For instance, I do not want automatically close any `'`...

enhancement
PRs Welcome

Hello, I think it would be great if one could refactor names in labels (i.e. to change labels everywhere on the code as done with variables in "Refactor Package"), Thanks,...

enhancement

Hi, I'm recently having problems with the [latextools](https://github.com/msiniscalchi/atom-latextools) package, which seems to be abandoned. Now I'm looking to modernize my latex integration in Atom with a new package (or multiple...

Would it be possible to set the viewer that is shipped in this package as the default viewer for all PDFs in Atom? The viewer you all have made here...

enhancement

When writing a Beamer presentation, the continuous PDF view is a bit inconvenient. How hard would it be to implement the single page view? Isn't that already part of PDF.js?...

enhancement

I hate to be that guy, but in order to collaborate on this project, we could look to elaborate the code documentation by adding comments. This would make it much...

enhancement

\iffalse \fi are highlighted, but the text between them does not display as commented text.

enhancement

In my lab, a couple of persons use this feature in Vim. Basically, if you type something like `\alpha` it will automatically be converted to `α`. Note that the conversion...

enhancement

Here is a suggestion for you on how it would be possible to add autocompletion for packages without a big effort. I would recommend you to look at .cwl files...

enhancement

Currently the additionalInserts for environments are specified like this: ``` latex: figure: text: 'figure' additionalInsert: '\\caption{title}' ``` It would be great to have similar behaviour as the self defined snippets...

enhancement