Giter Site home page Giter Site logo

org-elp's Introduction

org-elp

https://melpa.org/packages/org-elp-badge.svg

Short for: Org Equation Live Preview. It allows previewing the latex fragment while typing. How it works is that it will generate a split window and update the preview while typing.

Installation

org-elp is now on melpa. Install simply by M-x package-install org-elp.

Usage

Load it with

(require 'org-elp)

To set the fraction of the window taken up by the previewing buffer

(setq org-elp-split-fraction 0.2)

To adjust buffer name

(setq org-elp-buffer-name "*Equation Live*")

To adjust idle time to run latex preview

(setq org-elp-idle-time 0.5)

These configurations can also be found in M-x customize-group org-elp.

An example configuration with use-package,

(use-package org-elp
  :config
  (setq org-elp-idle-time 0.5
        org-elp-split-fraction 0.25))

To Launch previewing, use M-x org-elp-mode, running the same command again will deactivate it.

Screenshots

Preview equations in org mode while editing. (Note that I used M-x org-elp in the screenshot. It has been changed to M-x org-elp-mode in the latest version.)

https://github.com/guanyilun/org-elp/raw/master/data/org-elp-demo.gif

org-elp's People

Contributors

guanyilun avatar aagon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.