all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Olive <olive.lin@versateladsl.be>
Subject: Re: integrating PDFLaTeX with emacs?
Date: Sat, 19 Mar 2005 23:23:44 +0100	[thread overview]
Message-ID: <423ca722$2_5@x-privat.org> (raw)
In-Reply-To: <Pine.SOL.4.33.0503171346170.7391-100000@odd>

Elvis Chen wrote:
> hi all,
> 
> sorry for what may be a trivial question, but please help if it is trivial
> nonetheless :)
> 
> I'm trying to get PDFLaTeX to play nicely with emacs.  I'm using Linux
> Suse 9.1 with Emacs-21.3.  I would like to edit my ~/.gnu-emacs-custom
> such that I can rebind the keys:
> 
> Ctrl-c Ctrl-f to "pdflatex" my .tex file, and
> Ctrl-c Ctrl-v to launch xpdf to view the resulting .pdf file
> 
> can someone give me a hint please?
> 
> From emacsWiki I have found what may work:
> (setq tex-command "pdftex")
> (defun tex-view ()
>     (interactive)
>     (tex-send-command "xpdf" (tex-append tex-print-file ".pdf")))
> 
> but it doesn't.  my key-binding were still tied to latex/xdvi
> 
> tia,
> 
> ECC
> 

(set-variable (quote latex-run-command) "pdflatex")
(set-variable (quote tex-dvi-view-command) "xpdf")

You can also do this interactively by M-x customize-variable 
latex-run-command and the same for tex-dvi-view-command

This works for the standard mode of emacs. auctex has that functionality 
built-in. Some people in this list find unbelievable to not use auctex. 
I strongly disagree with this. Some people, as me, prefer to use the 
standard TeX mode.

Olive

  parent reply	other threads:[~2005-03-19 22:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-17 18:50 integrating PDFLaTeX with emacs? Elvis Chen
2005-03-17 19:50 ` Daniel Wright
2005-03-17 20:58 ` Peter Dyballa
2005-03-17 21:57 ` David Kastrup
2005-03-18  4:23 ` Stefan Monnier
2005-03-18  7:44   ` David Kastrup
2005-03-18 16:30     ` Stefan Monnier
2005-03-19 22:23 ` Olive [this message]
2005-03-19 22:28   ` Olive

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='423ca722$2_5@x-privat.org' \
    --to=olive.lin@versateladsl.be \
    /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.