auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] Editing of a beamer file if \documentclass{beamer} is absen


From: Ralf Angeli
Subject: Re: [AUCTeX] Editing of a beamer file if \documentclass{beamer} is absent?
Date: Sat, 28 Jul 2007 07:46:14 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

* mirko vukovic (2007-07-27) writes:

> I compile by beamer files by doing
>
> Pdfetex "&beamtikz" file.tex
>
> The preamble of file.tex is: 
>
> %%\documentclass{beamer}  !!! Commented out
[...]
> The \documentclass command is commented out, because the format file
> contains the beamer definitions.  So AucTeX does not know that it is
> looking at a beamer file.  How do I inform it of that?

You could use something like
\iffalse
\documentclass{beamer}
\fi

BTW, your lines are too long.

-- 
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]