[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with PDF sync to Skim
From: |
Arash Esbati |
Subject: |
Re: Problem with PDF sync to Skim |
Date: |
Fri, 13 Sep 2024 15:28:48 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Kourosh Kalayeh <kourosh2@umbc.edu> writes:
> Below is my relevant settings and I don't have problem with syncing
> AUCTeX and Skim. Of course make sure the paths are consistent with
> your system.
>
> * Emacs
>
> #+begin_src emacs-lisp
> (use-package tex
> :ensure auctex
Just a note: It should be sufficient to say:
(use-package auctex
:ensure t
...)
> :hook
> ((LaTeX-mode latex-mode TeX-mode tex-mode) . (lambda ()
There is no need to hook stuff into `TeX-mode-hook' and `tex-mode-hook';
these modes are sort of "meta" and not meant for end users.
Can you do me a favor and try the recipe I wrote in my other message?
TIA. Best, Arash