unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "B. T. Raven" <nihil@nihilo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Auctex for emacs?
Date: Wed, 09 Apr 2008 18:23:33 -0500	[thread overview]
Message-ID: <c6OdncfL86500mDanZ2dnUVZ_hKdnZ2d@sysmatrix.net> (raw)
In-Reply-To: <47fd2af7$0$90274$14726298@news.sunsite.dk>

saneman wrote:
> I have just installed auctex for emacs, but should I enable something in 
>  my .emacs file to make it work?

I have this at the start of my .emacs:

(load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)


(setq TeX-auto-save t)
(setq TeX-parse-self t)
(setq-default TeX-master nil)
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)
(setq reftex-plug-into-AUCTeX t)

I don't understand it but it works.


In addition you need a teX package. MiKTeX is free.
The above applies to w32 Emacs and Auctex but it might be the same for 
G/L too.

> 
> Another thing. I am used to the Latex editor Kile. In Kile when you type 
> '\ref' a list of all your references pops up and when you type '\cite' a 
> list of all items in the bibliography pops up. Is this kind of 
> functionality available in emacs?

Probably. Don't know. I'm a rank newbie at this.




  reply	other threads:[~2008-04-09 23:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-09 20:46 Auctex for emacs? saneman
2008-04-09 23:23 ` B. T. Raven [this message]
2008-04-10  4:31 ` Sivaram Neelakantan
  -- strict thread matches above, loose matches on Subject: below --
2008-04-10  8:48 Alain Muls

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=c6OdncfL86500mDanZ2dnUVZ_hKdnZ2d@sysmatrix.net \
    --to=nihil@nihilo.net \
    --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).