Hi Sébastien,
I originally made my patch because otherwise adding '(:background
"Transparent") to org-format-latex-options always resulted in a white
background (\pagecolor{white} would be forcefully added to the
generated LaTeX). Then I found that dvipng still produced a white
background even wit
Hi Roshan,
Roshan Shariff writes:
I can confirm this bug with dvipng --- with the "-bg Transparent"
option, dvipng ignores the background color from the input tex file,
whereas without that option it always produces an opaque background.
There's currently no way to dynamically change command lin
I can confirm this bug with dvipng --- with the "-bg Transparent"
option, dvipng ignores the background color from the input tex file,
whereas without that option it always produces an opaque background.
There's currently no way to dynamically change command line
parameters, so I'm not sure how to
To reproduce with `emacs -Q` :
- Open an org buffer
- Call ~(setq org-format-latex-options '(:foreground default
:background "Black" :matchers ("$")))~
- Call =C-c C-x C-l= (org-latex-preview) on a latex fragment such as
$abc$
This bug was introduced by the commit 2f9e1569f which adds