Re: [racket-users] Where to use make-body-id in scribble

2016-06-20 Thread Kathi Fisler
Thanks Brian -- that worked fine! Kathi On Sunday, June 19, 2016 at 7:50:45 PM UTC-4, Brian LaChance wrote: > (Adding the list this time. Sorry for the noise, Kathi) > > On Sun, Jun 19, 2016 at 2:34 PM, Kathi Fisler wrote: > > I can't figure out where to put this so that the overall page body i

Re: [racket-users] Where to use make-body-id in scribble

2016-06-19 Thread Brian LaChance
(Adding the list this time. Sorry for the noise, Kathi) On Sun, Jun 19, 2016 at 2:34 PM, Kathi Fisler wrote: > I can't figure out where to put this so that the overall page body id gets > affected though. Is there a specific part I need to hang this on (presumably > through a make-style)? It

[racket-users] Where to use make-body-id in scribble

2016-06-19 Thread Kathi Fisler
[I sent this to users[at]racket-lang.org, which I assumed meant it would show up here. Resending in case that was incorrect] I need to change the body tag on scribble generated pages to have the id "beta". I currently have the style property: (make-body-id "beta") I can't figure out where t