[AUCTeX] Beamer

2008-04-17 Thread Salvatore Enrico Indiogine
Greetings!

I am new to Aquamacs which includes AucTeX (and other neat packages as well).

I am starting to use it for all my LaTeX work and enjoying the power
of this software.

I have googled for information on using AucTeX for beamer
presentations, but have not found anything that was clear for me.

Are there any features for beamer, such as commands that can insert a
frame in text without having to type it all out?   Any other beamer
suggestions?

Thanks,
Enrico

-- 
Enrico Indiogine

Mathematics Education
Texas A&M University
[EMAIL PROTECTED]


___
auctex mailing list
auctex@gnu.org
http://lists.gnu.org/mailman/listinfo/auctex


Re: [AUCTeX] Last TeX-insert-macro macro different in math and text mode?

2008-04-17 Thread Ralf Angeli
* Sebastian Schubert (2008-04-17) writes:

> is it possible to make TeX-insert-macro remember the last macro in math
> and in text mode, respectivly?

No, `TeX-insert-macro' will simply alter the value of
`TeX-default-macro' which will be used as default the next time
`TeX-insert-macro' is called.

> I tend to use one kind of macros only in
> text mode and the other kind only in math mode.  If not, this is a
> feature request. :)

Hm, one could probably use predicates for this.  The value of
`TeX-macro-default' could e.g. be '((texmathp . "alpha") (t . "ref"))
and if `texmathp' returns non-nil, \alpha would be inserted, otherwise
\ref.  If a different macro is chosen, the respective cdr would have to
be updated.

-- 
Ralf


___
auctex mailing list
auctex@gnu.org
http://lists.gnu.org/mailman/listinfo/auctex


[AUCTeX] Re: archive of this list

2008-04-17 Thread DigitalPig
Bernhard Kleine <[EMAIL PROTECTED]> writes:

> Am Wed, 16 Apr 2008 17:25:35 +0200 schrieb Joost Kremers:
>
>> check the headers of any email you receive through the list. they
>> contain a link.
>> 
>
> That I have found.
>
>>> And: how to get pdflatex automatically activated for a given tex-file?
>> 
>> just put the following file-local variable in the relevant tex file:
>> 
>> %%% TeX-PDF-mode: t
>
> I wonder where in the AucTeX-Manual that is hidden, I checked for the 
> appearance of PDF and could not find it.

I found the description in the AUCTeX info node 7.1 Executing Commands.

-- Command: TeX-PDF-mode
 (`C-c C-t C-p') This command toggles the PDF mode of AUCTeX, a
 buffer-local minor mode.  You can customize `TeX-PDF-mode' to give
 it a different default.  The default is used when AUCTeX does not
 have additional clue about what a document might want.  This
 option usually results in calling either PDFTeX or ordinary TeX.

Hope it help.


-- 
DigitalPig
E-mail: digitalpiglee AT gmail DOT com
ALL WE SEEN IS ILLUSION.



___
auctex mailing list
auctex@gnu.org
http://lists.gnu.org/mailman/listinfo/auctex


[AUCTeX] Last TeX-insert-macro macro different in math and text mode?

2008-04-17 Thread Sebastian Schubert
Hi,

is it possible to make TeX-insert-macro remember the last macro in math
and in text mode, respectivly?  I tend to use one kind of macros only in
text mode and the other kind only in math mode.  If not, this is a
feature request. :)

Cheers
Sebastian



___
auctex mailing list
auctex@gnu.org
http://lists.gnu.org/mailman/listinfo/auctex