On 2015-08-12 at 18:29, quoth Jens Axel Søgaard:
> How does Scribble typeset the lambda?

I was curious about that too.  As far as i can see, it's something like
my first option was.

   \newcommand{\RktSym}[1]{\inColor{IdentifierColor}{#1}}
   ...
   \RktSym{$\lambda$}

Unfortunately, that renders the λ in an italicised (sans-serif?) font,
which looks out of place next to fixed-width (teletype) which is used
for code snippets.  See the attached image.

I'm probably obsessing over this a bit too much, but a bolder, squarer
lambda would be just the ticket for me.  Compare this to how the λ looks
in, say, DrRacket -- it uses the same font the rest of the code.

Cheers,
p.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to