Atom-LaTeX
Atom-LaTeX copied to clipboard
The only LaTeX package you need for typesetting with Atom.
If I press Cmd-L Cmd-S while the preview window is closed, nothing happens. I have to press Cmd-L Cmd-P to open the preview window, then change back to the text...
Code inside a `lstlisting` block is highlighted as code. It would be nice if this would work for `minted` as well.
Consider the following minimal document: ```latex \documentclass{article} \usepackage{tikz} \newenvironment{foo}{\begin{tikzpicture}}{\end{tikzpicture}} \begin{document} \begin{foo} \draw(0,0) circle (1cm); \end{foo} \end{document} ``` This compiles without any errors. However, with the current grammar, every line after...
If I individually highlight all the fruit words in this sentence with Atom's multiple-highlight feature (with cmd + click on OSX for example): `I love bananas because apples are grape!`...
Could you help me in detecting why, after the following command \newcommand{\be}{\begin{equation}} the color palette becomes wrong, with the plain text becoming green? I attach a screenshot to show what...
This is critics on a high level, just from my personal experience. The gray log messages at the the bottom are nice, but one easily overlooks when the compiler is...
Hi, I am usually compiling bigger projects. But even if it is just one page with a lot of images, compilation time can get large. So I get info bubbles...
Currently the non-default position of panes is not saved after the pane is closed. For example personally I prefer to view the PDF on the left hand side, and it...
Currently the package supports the TeX root magic comment, and should be enhanced to support other comments such as compiler (#154) and JobName (#151) comments.
Hey @ashthespy, @allefeld and I have been [drawing up](https://discuss.atom.io/t/announce-pdfjs-viewer-a-better-pdf-viewer-for-atom/71064) a PDF viewer service intended to make it possible to use any viewer that implements the service. It's currently more of...