The wiki says that to auto-initialize latex-preview-pane-mode when opening tex files, you have to place (latex-preview-pane-enable) in your .emacs file. This has never worked for me.
Also, calling latex-preview-pane-mode works as expected, so the problem is just with the auto-initialization.
My .emacs code:
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/"))
(latex-preview-pane-enable)
The wiki says that to auto-initialize latex-preview-pane-mode when opening tex files, you have to place
(latex-preview-pane-enable)in your .emacs file. This has never worked for me.Also, calling
latex-preview-pane-modeworks as expected, so the problem is just with the auto-initialization.My .emacs code: