Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.05 KB

MELPA

preview-dvisvgm

Generate SVG images for preview-latex

Installation:

This package requires the preview-latex package. It is tested with version 13.0.12 of the preview-latex package. Furthermore, it requires a working LaTeX installation and the programm dvisvgm.

preview-dvisvgm is available via Melpa. After setting-up melpa as installation source you can install it with:

M-x package-install RET preview-dvisvgm RET

Alternatively, put preview-dvisvgm.el somewhere in your load-path and require it in your init file (e.g., "~/.emacs.d/init.el") with:

(require 'preview-dvisvgm)

Note, that this package adds an entry for dvisvgm to preview-image-creators.

Usage:

If you like preview-latex to generate svg images customize option preview-image-type to "dvisvgm".