Re: [racket-users] Scribble localization and manual style questions

2019-06-21 Thread Matthew Flatt
At Fri, 21 Jun 2019 10:36:38 -0400, Sam Tobin-Hochstadt wrote: > On Fri, Jun 21, 2019 at 4:10 AM Dexter Lagan wrote: > > By default, scribble/manual displays the Racket version number on top. Is > there a way to prevent this, or use my own version number? > > I usually remove this with CSS as we

Re: [racket-users] Scribble localization and manual style questions

2019-06-21 Thread Dexter Lagan
Great, thanks for the info! Dex > On Jun 21, 2019, at 4:36 PM, Sam Tobin-Hochstadt wrote: > >> On Fri, Jun 21, 2019 at 4:10 AM Dexter Lagan wrote: >> >> >> Am I allowed to use scribble/manual to write my manual? I love Scribble the >> Racket docs style and wish I could use the same style

Re: [racket-users] Scribble localization and manual style questions

2019-06-21 Thread Sam Tobin-Hochstadt
On Fri, Jun 21, 2019 at 4:10 AM Dexter Lagan wrote: > > > Am I allowed to use scribble/manual to write my manual? I love Scribble the > Racket docs style and wish I could use the same style; Yes, certainly. Everyone is welcome to use this. > By default the scribble/manual style is localized for

[racket-users] Scribble localization and manual style questions

2019-06-21 Thread Dexter Lagan
Hi folks, I hope this is the right group for my questions. The Scribble users Google group seems empty. I am in the process of writing a commercial application's manual. This particular app is in French and so should be the manuals. 1. Am I allowed to use scribble/manual to write my