tecosaur / org-latex-preview-todos

A tracker for the Org LaTeX Preview effort on https://git.tecosaur.net/tec/org-mode
4 stars 0 forks source link

Sizing issues on MacOS with dvisvgm option --bbox=preview #14

Open karthink opened 6 months ago

karthink commented 6 months ago

There are two options for dvisvgm to determine the bounding box of the preview image in the DVI.

-- --exact-bbox, not sure how this works: This used to be slightly wrong everywhere but broke significantly in dvisvgm 3.1+.

I think it's clear we want to stick with --bbox=preview, but it would be nice if we could tweak increase the size of the bounding box a tiny bit on MacOS systems. I'm not sure how to do this yet.