all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* latex fontification
@ 2014-06-30 21:51 François Patte
  2014-07-01  9:02 ` latex fontification [more] François Patte
  0 siblings, 1 reply; 3+ messages in thread
From: François Patte @ 2014-06-30 21:51 UTC (permalink / raw)
  To: help-gnu-emacs

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


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

end of thread, other threads:[~2014-07-03 22:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 21:51 latex fontification François Patte
2014-07-01  9:02 ` latex fontification [more] François Patte
2014-07-03 22:19   ` Michael Heerdegen

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.