From: Oleg Katsitadze <olegkat@gmail.com>
To: Alain Muls <alain.muls@telenet.be>
Cc: emacs list <help-gnu-emacs@gnu.org>
Subject: Re: cannot have two processes for latex document
Date: Thu, 16 Aug 2007 00:30:40 +0300 [thread overview]
Message-ID: <20070815213040.GA24881@thor> (raw)
In-Reply-To: <46C365E5.9050607@telenet.be>
On Wed, Aug 15, 2007 at 10:45:25PM +0200, Alain Muls wrote:
> I edit/compile latex documents in Emacs. I would like to add a command to
> view the pdf output using kpdf. I can run the command kpdf file.pdf, but
> when I change something in the editor and want to recompile, I have to
> close kpdf. I would like to change this so that kpdf can remain open.
I don't know about kpdf, but you can do this (and more) with xpdf.
Start xpdf like this:
$ xpdf -remote key file.pdf
Then compile your file like this:
$ pdflatex file.tex && xpdf -remote key -raise -reload
You don't even need to press M-TAB (or whatever you use to switch
windows)!
HTH,
Oleg
next prev parent reply other threads:[~2007-08-15 21:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-15 20:45 cannot have two processes for latex document Alain Muls
2007-08-15 21:27 ` Peter Dyballa
2007-08-15 21:56 ` Reiner Steib
2007-08-15 21:30 ` Oleg Katsitadze [this message]
[not found] <mailman.4836.1187210732.32220.help-gnu-emacs@gnu.org>
2007-08-16 14:23 ` Joel J. Adamson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070815213040.GA24881@thor \
--to=olegkat@gmail.com \
--cc=alain.muls@telenet.be \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).