all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* colour plain tex keywords
@ 2021-01-11 15:28 michael-franzese
  2021-01-12  0:05 ` Emanuel Berg via Users list for the GNU Emacs text editor
  0 siblings, 1 reply; 4+ messages in thread
From: michael-franzese @ 2021-01-11 15:28 UTC (permalink / raw)
  To: Help Gnu Emacs

I have made the following definition to colour plain tex keywords
for greek letters \alpha \beta \gamma.

How can I associate the actual keywords wtih the face, so I can highlight
the lower case greek letter commands in plain tex.

(defface colour-greek-category
  '((default :inherit bold)
    (((class color) (min-colors 88) (background light))
     :foreground "#1f0f6f")
    (((class color) (min-colors 88) (background dark))
     :foreground "#92baff")
    (t :inherit font-lock-builtin-face))
  "Face for header category entry.")




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

end of thread, other threads:[~2021-01-12 11:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-11 15:28 colour plain tex keywords michael-franzese
2021-01-12  0:05 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-01-12  8:42   ` michael-franzese
2021-01-12 11:30     ` Emanuel Berg via Users list for the GNU Emacs text editor

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.