We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is how preview-dvisgm currently renders latex math:
preview-dvisgm
How can I change the font color? Changing "Preview Reference Face" does not seem to have an effect.
The text was updated successfully, but these errors were encountered:
Some findings: it seems the SVG overlay inherits the foreground color of the first character.
Example:
This can be fixed by setting a :foreground your-color attribute on the overlay:
:foreground your-color
(overlay-put ov 'display (list 'image :type imagetype :text text :file image :ascent 'center :pointer 'hand :foreground "#bbc2cf" :scale 0.33))))
This results in all fragments having the same foreground color:
Sorry, something went wrong.
No branches or pull requests
This is how
preview-dvisgm
currently renders latex math:How can I change the font color? Changing "Preview Reference Face" does not seem to have an effect.
The text was updated successfully, but these errors were encountered: