From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Re: Auctex for emacs? Date: Wed, 09 Apr 2008 18:23:33 -0500 Message-ID: References: <47fd2af7$0$90274$14726298@news.sunsite.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207784500 8445 80.91.229.12 (9 Apr 2008 23:41:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2008 23:41:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 10 01:42:13 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jjjvf-0006jk-T4 for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Apr 2008 01:42:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjjuw-0007Vw-Gv for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Apr 2008 19:41:26 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!nntp.sysmatrix.net!news.sysmatrix.net.POSTED!not-for-mail Original-NNTP-Posting-Date: Wed, 09 Apr 2008 18:23:21 -0500 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) Original-Newsgroups: gnu.emacs.help In-Reply-To: <47fd2af7$0$90274$14726298@news.sunsite.dk> Original-Lines: 32 X-Usenet-Provider: http://www.giganews.com Original-NNTP-Posting-Host: 65.45.140.37 Original-X-Trace: sv3-VFGFhEDKQMdqz9T5RpssfQeXwrxkf1Y1Fp3JjI8SQ46pXE04iaLV4DpnfZ+dw5gwB5cia/jn9GdSOG/!7SdqvAvP48636ZFsiy61zUsrolElDQ59cPjBhIXPZi+AxTl6dpxjqCkX2SKEwIWmHRTXD9/4Zai+!BKCjpA5Op0shjbqW7mXpFTboymtYiA== Original-X-Complaints-To: abuse@sysmatrix.net X-DMCA-Complaints-To: abuse@sysmatrix.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.38 Original-Xref: shelby.stanford.edu gnu.emacs.help:157844 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53212 Archived-At: 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.