TobiasZawada / texfrag

Emacs package for previewing LaTeX fragments such as in doxygen comments.
GNU General Public License v3.0
68 stars 4 forks source link

texfrag breaks preview #27

Open AlvaroMartinez opened 2 years ago

AlvaroMartinez commented 2 years ago

somehow in a lot of situations, the line 1120 makes preview not work anymore by setting a variable that is asigned outside. But if i comment the line 1120 in textfrag.el, ;; (setq-local preview-scale-function #'texfrag-scale-from-face) and set the value in customize, everything works again.

I suggest not to modify variables from other packages.