help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: File variables in tex-site.el


From: Matthias Rempe
Subject: Re: File variables in tex-site.el
Date: 07 May 2003 18:45:53 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "FFC" == F C Caner <ferhun_caner@yahoo.com> writes:

    > In the subsequent compilations the Reader will
    > automatically redisplay the resulting pdf file (like the dvi
    > viewers).

Sounds good. However, I only get a message "file not found" from
Acrobat Reader. It seems to me that acrobat-open-doc needs to wait
until TeX-run-LaTeX is finished and actually does not do it. Any
hints?


Versions:
 Acrobat Reader: 5.1.0 17.09.2002
 Emacs: GNU Emacs 21.3.50.1 (i386-mingw-nt5.0.2195) 
        of 2003-03-31 on ISMN3677
 Windows: Win2K

,----
| (defun TeX-run-pdfLaTeX (name command file)
|   "Create a process for NAME using COMMAND to format FILE with pdfLaTeX."
|     (acrobat-close-all-docs)
|     (TeX-run-LaTeX name command file)
| ;;    (acrobat-open-doc file)
|     )
`----


-- 
Matthias


reply via email to

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