Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 422 Bytes

README.org

File metadata and controls

16 lines (15 loc) · 422 Bytes

calc-textrail

Turn your Emacs Calc into a graphical scientific calculator.

screenshot.png

Requirement

  • Texlive
  • parsec.el
  • latex-math-preview.el

Installation

  • quelpa-use-package
    (use-package calc-textrail
      :quelpa (calc-textrail :fetcher github :repo "bohonghuang/calc-textrail")
      :defer t
      :hook (calc-mode . calc-textrail-mode))