{strings} are sequences of characters (most commonly literal constants).
3
votes
0answers
73 views
Change the way XeTeX sees a string before running/building PDF
For some reason, I'm really struggling to articulate my question, so let me apologise in advance. I may not be approaching this from the right angle.
I'm working in XeTeX (and it's far too late to ...
2
votes
0answers
42 views
Listings: Format part of a string differently (markup language inside a string)
I made a new language definition for a .NET template engine where part of the strings in the C# code are markup.
Example:
string templateString = @"{% for name in names %}
Hallo {{ name }}
{% ...