[racket] [scribble] bug in rendering?
At Sat, 24 Jul 2010 19:17:55 -0400, Eric Tanter wrote:
> I'm using  @scheme[-->] in a document. It renders properly in HTML (--> in 
> blue) but not in PDF: there it appears like a ->.
> See two screenshots attached.
> 
> Any idea how I can get the PDF to render properly?
I've pushed a repair for Scribble to the git repo.
I don't have a good workaround for previous versions. You can sortof
work around the problem with
  @racketidfont{- at racketidfont{-}>}
or, if `-->' should be hyperlinked, then
  @racketlink[-->]{@racketidfont{- at racketidfont{-}>}}
but the text style won't be right.