[plt-scheme] string delimiters in SLaTeX
On Jun 4, 2007, at 9:03 PM, Prabhakar Ragde wrote:
> If I say \scheme|(string->list "This is a test")|, both quotation
> marks come out as close double quotes, and the first one looks
> funny, because it slants down and to the left. If I change the
> first " to `` and the second to '', the quotes come out right, but
> "is a test" is coloured as for identifiers, not as for constants,
> though "This" has the right colour. Does anyone know how I can get
> properly coloured string constants with the right delimiters? Many
> thanks. --PR
I pdf-ed your expression and it looks perfectly fine "This is a test"
comes out as a string value, with the proper Scheme-style quote
chars. Keep in mind that `` is a TeX convention for English type
setting strings but is interpreted as two Scheme quote things in this
case.
I don't see any color whatsoever. Are you saying that you also ran
something like tex2page over it? -- Matthias