Re: [racket] How to scribble HTML with no-toc

2010-11-03 Thread Tim Brown
On 03/11/10 14:45, Matthew Flatt wrote: Oh, right. You can use the 'toc-hidden style on all the sub-parts, but I don't think there's currently a style on a part to leave out the "on this page" panel. We could add one, or you could add a bit of CSS to make "tocviewsublistonly" hidden. Thanks aga

Re: [racket] How to scribble HTML with no-toc

2010-11-03 Thread Matthew Flatt
At Wed, 03 Nov 2010 14:00:52 +, Tim Brown wrote: > I wasn't appreciating the difference between the full TOC and > "on this page..." -- so when I provided a 'no-toc style, I didn't > notice. > > Unfortunately, I want to get rid of all the left-margin content -- > both the TOC and "on this page

Re: [racket] How to scribble HTML with no-toc

2010-11-03 Thread Tim Brown
Matthew, thanks. I wasn't appreciating the difference between the full TOC and "on this page..." -- so when I provided a 'no-toc style, I didn't notice. Unfortunately, I want to get rid of all the left-margin content -- both the TOC and "on this page". (Leaving me with a simpler HTML rendering o

Re: [racket] How to scribble HTML with no-toc

2010-11-03 Thread Matthew Flatt
Use 'no-toc as a `title' style: @title[#:style '(no-toc)]{} If you don't want a title to show up in the HTML, you can hide it: @title[#:style '(no-toc hidden)]{} At Wed, 03 Nov 2010 09:49:02 +, Tim Brown wrote: > Hello, > > I'm trying to 'scribble' a simple HTML document, but w

[racket] How to scribble HTML with no-toc

2010-11-03 Thread Tim Brown
Hello, I'm trying to 'scribble' a simple HTML document, but without the TOC sidebar. Is there a simple way to make the top level part (i.e. my document have the 'no-toc style)? I really want to be able to have: #lang scribble/doc @(some no-toc magic) ... everything else just as it would be with