thomasjo / atom-latex

Compile LaTeX or knitr documents from within Atom
https://atom.io/packages/latex
MIT License
223 stars 42 forks source link

'Settings' button disappears #516

Closed TimHe95 closed 5 years ago

TimHe95 commented 5 years ago

See below:

I install atom-latex as following:

cd .atom/packages

git clone https://github.com/thomasjo/atom-latex.git

cd atom-latex

npm install atom-latex

Because i got error using apm install atom-latex

Or could you please tell me how can i change configurations?

Thank you for help.

thomasjo commented 5 years ago

If you want to install this package, you'll need to do apm install latex because this package is called latex. There's another Atom package called atom-latex. Sorry about the naming confusion.

Ensure you install the package properly using either apm install latex, or directly from within Atom. Be sure to completely remove the manually cloned repo first.

If the problem persist after installing the package via apm or Atom, please re-open the issue and share any potential errors shown in the Developer Console.