{syntax} is about the principles and construction of the (La)TeX language.
2
votes
0answers
47 views
Regular expressions in listings
I'm looking for a possibility to use regular expression in listings. I'd like to highlight each N thats followed by 4 decimal numbers for example N1234. How can I achieve that?
Here is an example:
...
1
vote
0answers
30 views
Label on grammar enviroment
I want to have a caption and label on my grammar environment, and have implemented the solution here: How to use caption and label in grammar environment? got my grammar displayed with a caption and a ...