Re: [O] Bug: inline latex fragment preview cropping window [9.2.2 (release_9.2.2-290-g300f15 @ /home/joaooneillcortes/.emacs.d/org-mode/lisp/)]

2019-03-13 Thread João O'Neill Cortes
Using the header option #+OPTIONS: tex:dvisvgm and customizing org-preview-latex-process-alist, changing the :image-converter property of the dvisvgm entry like so ("dvisvgm %f -n -b min -c %S -o %O") --> ("dvisvgm %f -n -b min --exact -c %S -o %O") solves the issue. This may be a better

Re: [O] Bug: inline latex fragment preview cropping window [9.2.2 (release_9.2.2-290-g300f15 @ /home/joaooneillcortes/.emacs.d/org-mode/lisp/)]

2019-03-13 Thread João O'Neill Cortes
Nick Dokos writes: > Joao Cortes writes: > >> When previewing a Latex fragment, say \(a\), the cropping window is too >> tight and the resulting image has some edges broken. >> >> >> Is there any option to control the cropping window? >> > > C-h v org-format-latex-options RET > > Maybe the

Re: [O] Bug: inline latex fragment preview cropping window [9.2.2 (release_9.2.2-290-g300f15 @ /home/joaooneillcortes/.emacs.d/org-mode/lisp/)]

2019-03-12 Thread Nick Dokos
Joao Cortes writes: > When previewing a Latex fragment, say \(a\), the cropping window is too > tight and the resulting image has some edges broken. > > > Is there any option to control the cropping window? > C-h v org-format-latex-options RET Maybe the :scale option of