https://github.com/ksqsf/org-xlatex
Instant LaTeX preview using xwidget and MathJax
https://github.com/ksqsf/org-xlatex
Last synced: about 1 month ago
JSON representation
Instant LaTeX preview using xwidget and MathJax
- Host: GitHub
- URL: https://github.com/ksqsf/org-xlatex
- Owner: ksqsf
- License: gpl-3.0
- Created: 2023-06-30T16:37:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T13:43:18.000Z (11 months ago)
- Last Synced: 2025-04-13T11:09:46.257Z (about 1 month ago)
- Language: Emacs Lisp
- Size: 381 KB
- Stars: 28
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# org-xlatex
This package provides instant latex preview for org buffers using xwidget and mathjax.
## Screencast
https://github.com/ksqsf/org-xlatex/assets/23358293/6518d97c-ecd7-40ed-9f5a-10093343a508
## Configuration
```elisp
(use-package org-xlatex
:after (org)
:hook (org-mode . org-xlatex-mode))
```