From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.help Subject: Re: modify syntax highlighting in auctex Date: Tue, 02 Aug 2005 14:59:22 +0200 Organization: nil Message-ID: <42ef6e29$0$18636$14726298@news.sunsite.dk> References: Reply-To: angeli@iwi.uni-sb.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1122993849 5558 80.91.229.2 (2 Aug 2005 14:44:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2005 14:44:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 02 15:04:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DzwPh-0005pW-5a for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Aug 2005 15:02:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzwSN-0005NY-HG for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Aug 2005 09:05:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.net.uni-c.dk!dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.help Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:BYMnT3M66DD6HZQ7MP63pQoWI7k= Original-Lines: 16 Original-NNTP-Posting-Host: 134.96.72.190 Original-X-Trace: news.sunsite.dk DXC=NZHEC@RMe\K3j@n`X75YjCYSB=nbEKnkK?879THhZVSNce3h@0W\omLKaa1aeliV3DI`Y6bHV 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:28348 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28348 * Reiner Steib (2005-08-02) writes: > The following patch (against current CVS [1]) for style/beamer.sty > enables \subsection-like highlighting of \frametitle: [...] > + (add-to-list 'font-latex-match-sectioning-3-keywords-local "frametitle") Do other LaTeX classes for producing slides have special macros for titles as well? In this case we could add a new keyword class for such titles instead of using an arbitrary level from the sectioning keyword classes. Because in the latter case one would screw up the size hierarchy of sectioning keyword classes if one wanted to have the titles in slides be fontified in a different size. -- Ralf