Atom (text editor): Difference between revisions

From David's Wiki
Line 9: Line 9:
===Latex===
===Latex===
Install the following packages
Install the following packages
* <code>latex</code> - for compiling latex
* <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
* <code>pdf-view</code> - for viewing the compiled PDFs
* <code>pdf-view</code> - for viewing the compiled PDFs

Revision as of 16:28, 23 January 2020

Atom

Getting Started

Installation

Reference

Ubuntu

  • Make sure to add the repo to get updates

Languages

Latex

Install the following packages

  • latex - for compiling latex (requires TeX Live on the system)
  • language-latex - for latex syntax highlighting
  • pdf-view - for viewing the compiled PDFs

Julia

Keybindings

You can create custom keybindings by editing the keymap.cson file.
This can be found at C:\Users\[username]\.atom\keymap.cson

My Keybindings

Useful Packages

atom-ternjs

Provides documentation and autocomplete functionality for JavaScript (ES5+)