Re: [racket] Scribble: fake section links

2015-01-26 Thread David Van Horn
On 1/26/15 4:24 PM, Matthias Felleisen wrote: > > Try that: > > @(toc-element #f "" (hyperlink "http://www.ccs.neu.edu/home/matthias/"; > "Home")) That's close, but it lists "Home" under "On this page", not the top level section listing. (I didn't even see it on your course page until I loo

Re: [racket] Scribble: fake section links

2015-01-26 Thread Stephen Chang
Ok so something like @section{@hyperlink["http://google.com"]{google}} is insufficient because the side link doesnt go to google? On Mon, Jan 26, 2015 at 4:19 PM, David Van Horn wrote: > On 1/26/15 4:14 PM, Stephen Chang wrote: >>> Is there a way to make @link that appears like a @section heading

Re: [racket] Scribble: fake section links

2015-01-26 Thread Matthias Felleisen
Try that: @(toc-element #f "" (hyperlink "http://www.ccs.neu.edu/home/matthias/"; "Home")) -- Matthias On Jan 26, 2015, at 4:19 PM, David Van Horn wrote: > On 1/26/15 4:14 PM, Stephen Chang wrote: >>> Is there a way to make @link that appears like a @section heading? I >>> want to hav

Re: [racket] Scribble: fake section links

2015-01-26 Thread David Van Horn
On 1/26/15 4:14 PM, Stephen Chang wrote: >> Is there a way to make @link that appears like a @section heading? I >> want to have links to external URLs that appear as though they're >> section headings in a scribble-based web page. > > So you want the link to have the style of a section header bu

Re: [racket] Scribble: fake section links

2015-01-26 Thread Stephen Chang
> Is there a way to make @link that appears like a @section heading? I > want to have links to external URLs that appear as though they're > section headings in a scribble-based web page. So you want the link to have the style of a section header but not actually be registered as a section? > >

[racket] Scribble: fake section links

2015-01-26 Thread David Van Horn
Is there a way to make @link that appears like a @section heading? I want to have links to external URLs that appear as though they're section headings in a scribble-based web page. Thanks! David Racket Users list: http://lists.racket-lang.org/users