auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] own macro coloring?


From: Joost Kremers
Subject: Re: [AUCTeX] own macro coloring?
Date: Thu, 18 Jul 2013 08:02:51 +0200
User-agent: mu4e 0.9.9.5; emacs 24.3.50.1

On Thu, Jul 18 2013, address@hidden wrote:
> You can customize `font-latex-match-bold-command-keywords' for example.  
> Better yet, just M-: (customize-group 'font-latex-keywords) RET

Why use eval? Just type M-x customize-group RET font-latex-keywords RET

The best place to start for the OP would probably be the info manual on
customization:

(info "(emacs) Customization")

Then check out the AUCTeX manual on font locking and display:

(info "(auctex) Display")

The customization group the OP will want to look at is probably
font-latex, of which font-latex-keywords is a subgroup.

Another option the OP may want to look at is TeX-fold-macro-spec-list.
You can do all sorts of fancy stuff with that if you know a little
Elisp, like displaying the argument of \textsc in all caps at 0.8 of the
normal font size, stuff like that. :-)

-- 
Joost Kremers
Life has its moments



reply via email to

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