[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.")
- Including tex commands in a list,
steve-humphreys <=
- Re: Including tex commands in a list, Michael Heerdegen, 2021/01/27
- Re: Including tex commands in a list, steve-humphreys, 2021/01/28
- Re: Including tex commands in a list, Michael Heerdegen, 2021/01/28
- Re: Including tex commands in a list, steve-humphreys, 2021/01/28
- Re: Including tex commands in a list, Michael Heerdegen, 2021/01/28
- Re: Including tex commands in a list, steve-humphreys, 2021/01/28
- Re: Including tex commands in a list, steve-humphreys, 2021/01/28
- Re: Including tex commands in a list, Christopher Dimech, 2021/01/28
- Re: Including tex commands in a list, steve-humphreys, 2021/01/28
- Re: Including tex commands in a list, steve-humphreys, 2021/01/28