jsinglet / latex-preview-pane

Makes LaTeX editing less painful by providing a updatable preview pane
130 stars 24 forks source link

fail to update when file name contains `tex` in the middle #59

Open HuStmpHrrr opened 1 year ago

HuStmpHrrr commented 1 year ago

https://github.com/jsinglet/latex-preview-pane/blob/5297668a89996b50b2b62f99cba01cc544dbed2e/latex-preview-pane.el#L299

This is caused by the line above. It should be fixed by changing the pattern to "\.tex".