Re: [racket] Fw: Scribble url/hyperlink

2010-09-03 Thread Mark Carter
- Original Message > From: Jay McCarthy > Are you requiring scribble/manual? What error makes you think it doesn't work? Ah, I see! I had been using #lang scribble/base instead of #lang scribble/manual Changing it makes things right. Many thanks! _

Re: [racket] Fw: Scribble url/hyperlink

2010-09-03 Thread Jay McCarthy
Are you requiring scribble/manual? What error makes you think it doesn't work? Jay On Fri, Sep 3, 2010 at 2:49 PM, Mark Carter wrote: >  > �...@link["url"]{descriptive text} >> >  Thanks, but I still can't get it to work.  Here's what I typed: > �...@link["http://beginnersinvest.about.com/cs/val

[racket] Fw: Scribble url/hyperlink

2010-09-03 Thread Mark Carter
> @link["url"]{descriptive text} > Thanks, but I still can't get it to work. Here's what I typed: @link["http://beginnersinvest.about.com/cs/valueinvesting1/a/101302a.htm"]{Seven tests of Defensive Stock Selection} I've tried all sorts of variants, with quotes in various places, but noth