emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix clipped LaTeX fragments (not Babel)


From: Ihor Radchenko
Subject: Re: [PATCH] Fix clipped LaTeX fragments (not Babel)
Date: Wed, 23 Nov 2022 23:12:59 +0000

Rudolf Adamkovič <salutis@me.com> writes:

> In aaccbb2f9, I fixed the clipping problems plaguing Babel LaTeX/SVG
> output by adjusting Inkscape arguments.  Here, I fix the same problem
> but for Org LaTeX fragments, this time adjusting dvisvgm arguments.
> Also, I also made before/after screenshots, so that you can readily see
> the difference.  Thank you for your time!

Thanks!

> -     :image-converter ("dvisvgm %f -n -b min -c %S -o %O"))
> +     :image-converter ("dvisvgm %f -n -e -c %S -o %O"))

Maybe you can use full argument versions instead of short ones?
Similar to
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=17425599c

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]