Closed tomrunia closed 7 years ago
Some of the compiler packages for Atom have taken the omnibus approach that Sublime's LaTeX tools has taken, but we are currently trying to keep this package focused on the compilation phase.
Autocompletion and editing assist is then provided by several other packages in Atom. See below for a list of packages that I have found to be useful (in no particular order).
Thanks for the quick and complete response! Regarding the BibTex suggestions the latexer
package works like a charm! The shortkeys for inserting the formatting options are not yet working using of the plug-in you mention, but I guess I can also add manual shortkeys for inserting them.
Glad to be of help!
This is not an issue but a question (or feature request). I am very happy with this plugin for Atom, but coming from SublimeText with the LaTeXTools plug-in some features would make this plug-in even better I believe.
Is there a possibility to add suggestions/auto-completion for BibTex references? With LaTeXTools you would always get a list of available references in your
.bib
when opening the\cite
tag. Currently using this plugin I always have to switch to the bib file and copy the citation key which makes citing a little more cumbersome.Is there a way to automatically insert
\emph
,\textbf
and other formatting options? In SublimeText using the LaTeX plugin I could simpleCTLR+L, CTRL+E
press to insert\emph
for example.Thanks in advance for answering my question! Keep up the good work with the plugin :+1: