This is normal text.
Last active
November 30, 2023 20:54
-
-
Save jdtsmith/de34aac901fc9f96f1a88a1b1b67d46e to your computer and use it in GitHub Desktop.
LaTeX Preview with SVG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Emacs, previews can be generated as SVG images with
org-latex-create-formula-image-program = 'dvisvgm
thenC-u C-u C-c C-x C-l
in the org document above. Enablevisual-line-mode
in this org buffer, show the previews, and change the width of the frame. On various image and text locations, check(window-text-pixel-size nil (cons (point) -1) (point) nil nil nil t)
(viaM-:
); you'll see different values. Sometimes 0, sometimes too high, sometimes low, depending on what it grabs.