all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: help-gnu-emacs@gnu.org
Cc: Coenvh <coenvanhasselt@gmail.com>
Subject: Re: emacs + auctex - opening output PDF inside emacs buffer
Date: Tue, 04 May 2010 15:50:26 +0200	[thread overview]
Message-ID: <87ocgv7p3x.fsf@telefonica.net> (raw)
In-Reply-To: 28444342.post@talk.nabble.com

Coenvh <coenvanhasselt@gmail.com> writes:

> I got it to work except for one thing. 
>
> If I press C-c C-v, the PDF opens inside emacs.
>
> However, I would like the PDF to open in the second split-screen buffer, so
> that I can have the TeX code *beside* the PDF output. Currently the PDF
> opens in the same location as where my TeX code used to be.
>
> Any advise on how I can make the PDF output open next to the TeX code would
> be highly appreciated!!

Try using this setting for TeX-output-view-style:

(setq TeX-output-view-style
      (cons (list "^pdf$" "."
		  "emacsclient -n -e '(find-file-other-window \"%o\")'")
            TeX-output-view-style))






  reply	other threads:[~2010-05-04 13:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-03 13:17 emacs + auctex - opening output PDF inside emacs buffer Coenvh
2010-05-04  0:09 ` Óscar Fuentes
2010-05-04  8:09   ` Coenvh
2010-05-04 13:50     ` Óscar Fuentes [this message]
2010-05-04 14:43 ` Erik Iverson

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ocgv7p3x.fsf@telefonica.net \
    --to=ofv@wanadoo.es \
    --cc=coenvanhasselt@gmail.com \
    --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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.