Atom (text editor): Difference between revisions

 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
[https://flight-manual.atom.io/getting-started/sections/installing-atom/ Reference]<br>
[https://flight-manual.atom.io/getting-started/sections/installing-atom/ Reference]<br>
====Ubuntu====
====Ubuntu====
*Make sure to add the repo to get updates
<syntaxhighlight lang="bash">
wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
sudo apt-get update
sudo apt install atom
</syntaxhighlight>


==Languages==
==Languages==
===Latex===
===Latex===
Install the following packages
<pre>
apm install latex language-latex pdf-view
</pre>
 
* <code>latex</code> - for compiling latex (requires TeX Live on the system)
* <code>latex</code> - for compiling latex (requires TeX Live on the system)
* <code>language-latex</code> - for latex syntax highlighting
* <code>language-latex</code> - for latex syntax highlighting
Line 14: Line 22:


===Julia===
===Julia===
===JavaScript===
<pre>
apm install linter linter-jshint
</pre>


==Keybindings==
==Keybindings==