Closed curioustolearn closed 2 years ago
Hi,
The math typeset in the buffer is very small in size. Can I increase its size? I am using Doom Emacs. I added the following line to my config.el, but it does not change the size of the math in the buffer.
config.el
(setq xenops-math-image-scale-factor 4)
Thank you!
I realized that I had to run xenops-regenerate after the change. Now it works great. Thank you.
xenops-regenerate
Hi,
The math typeset in the buffer is very small in size. Can I increase its size? I am using Doom Emacs. I added the following line to my
config.el
, but it does not change the size of the math in the buffer.(setq xenops-math-image-scale-factor 4)
Thank you!