unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Auctex for emacs?
@ 2008-04-09 20:46 saneman
  2008-04-09 23:23 ` B. T. Raven
  2008-04-10  4:31 ` Sivaram Neelakantan
  0 siblings, 2 replies; 4+ messages in thread
From: saneman @ 2008-04-09 20:46 UTC (permalink / raw)
  To: help-gnu-emacs

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

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?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Auctex for emacs?
  2008-04-09 20:46 Auctex for emacs? saneman
@ 2008-04-09 23:23 ` B. T. Raven
  2008-04-10  4:31 ` Sivaram Neelakantan
  1 sibling, 0 replies; 4+ messages in thread
From: B. T. Raven @ 2008-04-09 23:23 UTC (permalink / raw)
  To: help-gnu-emacs

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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Auctex for emacs?
  2008-04-09 20:46 Auctex for emacs? saneman
  2008-04-09 23:23 ` B. T. Raven
@ 2008-04-10  4:31 ` Sivaram Neelakantan
  1 sibling, 0 replies; 4+ messages in thread
From: Sivaram Neelakantan @ 2008-04-10  4:31 UTC (permalink / raw)
  To: help-gnu-emacs

saneman <ddd@sdf.com> writes:


[...]

> 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?
>

Yes, if reftex is also bundled in the installation; enable reftex and
in the Tex buffer, hit C-c =; the buffer will split into 2 and in the
top half you will see a TOC, hitting l there will show all the labels
and cites.

 sivaram
 -- 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Auctex for emacs?
@ 2008-04-10  8:48 Alain Muls
  0 siblings, 0 replies; 4+ messages in thread
From: Alain Muls @ 2008-04-10  8:48 UTC (permalink / raw)
  To: emacs list

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]


>     > 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?
>     >
>         

    Yes, if reftex is also bundled in the installation; enable reftex and
    in the Tex buffer, hit C-c =; the buffer will split into 2 and in the
    top half you will see a TOC, hitting l there will show all the labels
    and cites.




In auctex you can also use
ctrl-) => insert a reference to a label
ctrl-[ => insert a citattion
ctrl-( => insert a label

by subsequent typing TAB you get expansion of your possibilities


[-- Attachment #2: alain_muls.vcf --]
[-- Type: text/x-vcard, Size: 242 bytes --]

begin:vcard
fn:Alain Muls
n:Muls;Alain
org:RMA;CISS
adr:;;Renaissance Avenue 30;Brussems;;1000;Belgium
email;internet:alain.muls@telenet.be
title:Prof
tel;work:+32.2.7376340
tel;cell:+32.477.675091
x-mozilla-html:FALSE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-04-10  8:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-09 20:46 Auctex for emacs? saneman
2008-04-09 23:23 ` B. T. Raven
2008-04-10  4:31 ` Sivaram Neelakantan
  -- strict thread matches above, loose matches on Subject: below --
2008-04-10  8:48 Alain Muls

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).