help-gnu-emacs
[Top][All Lists]
Advanced

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

latex fontification


From: François Patte
Subject: latex fontification
Date: Mon, 30 Jun 2014 23:51:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Bonjour,

I would like to have a syntax colorisation for some TeX commands using
Auctex.

I found on the Internet this way: add to .emacs file:

(setq font-latex-match-reference-keywords
  '(
    ("footnotea" "[{")
    ("footnoteb" "[{")
    ("footnotec" "[{")
    ("edtext"    "[{")
    ("Afootnote" "[{")
    ("Bfootnote" "[{")
    ("Cfootnote" "[{")
    ("lemma"     "[{")))

And the commands \footnotes, \footnoteb etc will be highlighted...

This doesn't work for me.... Did I miss something?

Thank you
-- 
François Patte
Université Paris Descartes


reply via email to

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