all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* modify syntax highlighting in auctex
@ 2005-08-02 10:47 Fabian Braennstroem
  2005-08-02 11:34 ` Ralf Angeli
  2005-08-02 12:32 ` Reiner Steib
  0 siblings, 2 replies; 9+ messages in thread
From: Fabian Braennstroem @ 2005-08-02 10:47 UTC (permalink / raw


Hi,

all I want to modify syntax highlighting in auctex for the
use of beamer documents. Each frame/slide starts with the keyword
'frametitle' and now I want that is has the same style like the
'subsection' keyword, but with a different color, e.g.
green.
I found in 'font-latex.el' the part where 'subsection' is
defined and tried to add:

   ("title-3" ("frametitle")
   font-latex-title-3-face 2 (command 1 t))

to change the style to my own config, but it doesn't work.
There is probably another part where subsection is somehow
defined.

The whole frame-environment looks like:

\frame
{
\frametitle{ something }
  some text
}

Maybe, it is even possible to change the color of the words
frame and framtitle and enlarge and color the title-text!?

Greetings, Fabian

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

end of thread, other threads:[~2005-08-04 13:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-02 10:47 modify syntax highlighting in auctex Fabian Braennstroem
2005-08-02 11:34 ` Ralf Angeli
2005-08-02 12:32 ` Reiner Steib
2005-08-02 12:59   ` Ralf Angeli
2005-08-02 16:00     ` Reiner Steib
2005-08-03  9:35       ` Fontification of titles in LaTeX slides (was: modify syntax highlighting in auctex) Ralf Angeli
2005-08-03  9:38   ` modify syntax highlighting in auctex Fabian Braennstroem
2005-08-03 18:56     ` Reiner Steib
2005-08-04 13:35       ` Fabian Braennstroem

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.