Great, thanks for the info! Dex
> On Jun 21, 2019, at 4:36 PM, Sam Tobin-Hochstadt <sa...@cs.indiana.edu> wrote: > >> On Fri, Jun 21, 2019 at 4:10 AM Dexter Lagan <dexterla...@gmail.com> 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 English: @author >> prefixes with ‘by’ and appends ‘and’ between authors. The Author and >> Author+Email functions are hardcoded this way. The ‘author paragraph seems >> to be writing the prefix ‘by’, but I couldn’t find its definition, and >> writing a new scheme file just to override the functions and paragraph defs >> seems overkill. Can I localize this to my language? > > Currently there's no way to localize this, but the `author` and > `author+email` functions are quite simple. The whole implementation is > here: > https://github.com/racket/scribble/blob/54606422140136dbc8f0759f2d44e757a0193ac4/scribble-lib/scribble/base.rkt#L111-L138 > > The "by" is added in CSS, in the SAuthorList::before rule. That you > can change with a simple custom additional CSS file. > >> 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 well. > > Sam -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/49A03E4F-9E74-4C50-8AE1-0D779FBEB2AB%40gmail.com. For more options, visit https://groups.google.com/d/optout.