all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: integrating PDFLaTeX with emacs?
Date: Thu, 17 Mar 2005 21:58:23 +0100	[thread overview]
Message-ID: <c430ef2e81dbe2e6ecd3f760f7a6c8c1@Web.DE> (raw)
In-Reply-To: <Pine.SOL.4.33.0503171346170.7391-100000@odd>


Am 17.03.2005 um 19:50 schrieb Elvis Chen:

> I'm trying to get PDFLaTeX to play nicely with emacs.

Don't forget RefTeX (it should already be part of your Emacs), 
(http://staff.science.uva.nl/~dominik/Tools/reftex/). These settings 
help a bit too:

   (autoload 'reftex-mode     "reftex" "RefTeX Minor Mode" t)
   (autoload 'turn-on-reftex  "reftex" "RefTeX Minor Mode" nil)
   (autoload 'reftex-citation "reftex-cite" "Make citation" nil)
   (autoload 'reftex-index-phrase-mode "reftex-index" "Phrase mode" t)
   (add-hook 'LaTeX-mode-hook 'turn-on-reftex)   ; with AUCTeX LaTeX mode
   (add-hook 'latex-mode-hook 'turn-on-reftex)   ; with Emacs latex mode
   (setq reftex-plug-into-AUCTeX t)
;  M-x customize-variable RET reftex-plug-into-AUCTeX RET

And besides AUCTeX there is preview-latex 
(http://preview-latex.sourceforge.net/, 
http://prdownloads.sourceforge.net/preview-latex/). It converts 
particularly math into graphics.

AUCTeX allows a lot of customization ...

(setq TeX-view-format "pdf")
;--  (remove ".pdf" completion-ignored-extensions))
(setq pdf-previewer-program "texdoc")
  '(TeX-PDF-mode t)
  '(dired-view-command-alist (quote (("\\.\\(ps\\|ps_pages\\|eps\\)\\'" 
. "texdoc %s") ("\\.pdf\\'" . "texdoc %s") 
("\\.\\(jpe?g\\|gif\\|png\\)\\'" . "xv %s") ("\\.dvi\\'" . "texdoc 
%s"))))


--
Greetings

   Pete

"Don't just do something, sit there."

  parent reply	other threads:[~2005-03-17 20:58 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 [this message]
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
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=c430ef2e81dbe2e6ecd3f760f7a6c8c1@Web.DE \
    --to=peter_dyballa@web.de \
    --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.