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

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

Including tex commands in a list


From: steve-humphreys
Subject: Including tex commands in a list
Date: Wed, 27 Jan 2021 00:27:46 +0100

I am including a long list of greek characters (\alpha \beta \gamma) when
using texinfo, and want to inquire how to list them in a multiline expression.
Here I am using one line.

(defconst supinf-greek-keywords
  '(("\\\\\\<\\(alpha\\|beta\\|gamma\\)\\>"
     (1 'typeface-greek-keywords)))
  "Rules to apply font-lock highlighting.")





reply via email to

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