auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] PDF Forward search


From: Damien Cassou
Subject: Re: [AUCTeX] PDF Forward search
Date: Mon, 20 Apr 2009 01:20:07 -0700 (PDT)


Ralf Angeli-3 wrote:
> 
> What is your Emacs version and how do you activate TeX Source Correlate
> mode?
> 

GNU Emacs 23.0.92.1 (i486-pc-linux-gnu, GTK+ Version 2.16.0) of 2009-04-11
on thallium, modified by Debian

from Romain Francoise.

(custom-set-variables
 [...]
 '(TeX-PDF-mode t)
 '(TeX-auto-save t)
 '(TeX-default-unit-for-image "\\linewidth")
 '(TeX-master nil)
 '(TeX-parse-self t)
 '(TeX-source-correlate-method (quote synctex))
 '(TeX-source-correlate-mode t)
 [...]



;; AucTex
(add-to-list 'load-path "~/.emacs.d/local/auctex")
(load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)
(add-hook 'text-mode-hook 'flyspell-mode)
(eval-after-load "tex"
  '(add-to-list 'TeX-command-list '("Dvips" "dvips %s.dvi" TeX-run-command t
t :help "Run dvips") t))
(eval-after-load "tex"
  '(add-to-list 'TeX-command-list '("Dvipdf" "dvipdfmx %s.dvi"
TeX-run-command t t :help "Run dvipdf") t))


-- 
View this message in context: 
http://www.nabble.com/PDF-Forward-search-tp17379001p23132288.html
Sent from the Gnu - AUCTeX - General mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]