Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsinglet/latex-preview-pane
Makes LaTeX editing less painful by providing a updatable preview pane
https://github.com/jsinglet/latex-preview-pane
Last synced: 9 days ago
JSON representation
Makes LaTeX editing less painful by providing a updatable preview pane
- Host: GitHub
- URL: https://github.com/jsinglet/latex-preview-pane
- Owner: jsinglet
- Created: 2013-10-20T19:21:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T01:36:00.000Z (10 months ago)
- Last Synced: 2024-08-02T01:26:23.864Z (3 months ago)
- Language: Emacs Lisp
- Size: 215 KB
- Stars: 129
- Watchers: 5
- Forks: 24
- Open Issues: 27
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
latex-preview-pane is a minor mode for Emacs that enables you to preview your LaTeX files directly in Emacs.
It supports PDF previews, your choice of pdflatex or xelatex, and it highlights errors in your LaTeX buffer.
To enable, place the following in your .emacs file:
(latex-preview-pane-enable)
The latest version of latex-preview-pane can always be found at
https://github.com/jsinglet/latex-preview-paneYou can find the documentation for latex-preview-pane either on GitHub (above) or on EmacsWiki at: http://www.emacswiki.org/emacs/LaTeXPreviewPane