Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 525 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 525 Bytes

Atom Macaulay2 Interface

A package for executing Macaulay2 commands from Atom. Fork of platformio-atom-ide-terminal.

  • f12 to open Macaulay2
  • f9 to send a line or selection to Macaulay2
  • use language-macaulay2 for syntax highlighting
  • TAB completion
  • $LaTeX$ presentation
  • linter

Installation

git clone https://github.com/mahrud/atom-macaulay2.git
cd atom-macaulay2
apm install
apm link .

Then restart Atom.