dandavison / xenops

An editing environment for LaTeX mathematical documents
MIT License
228 stars 14 forks source link

How to increase font-size of the typeset math equations? #36

Closed curioustolearn closed 2 years ago

curioustolearn commented 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.

(setq xenops-math-image-scale-factor 4)

Thank you!

curioustolearn commented 2 years ago

I realized that I had to run xenops-regenerate after the change. Now it works great. Thank you.