Re: [racket-users] Scribble document extending a renderer with a new mixin

2019-02-15 Thread William J. Bowman
I was missing something: a bug in my code. FYI, I got this working if anyone wants an example of how to patch Scribble's current render mixin. https://github.com/wilbowma/scribble-minted -- William J. Bowman On Fri, Feb 15, 2019 at 05:48:37PM -0800, William J. Bowman wrote: > I've created a scr

[racket-users] Scribble document extending a renderer with a new mixin

2019-02-15 Thread William J. Bowman
I've created a scribble render mixin to call out to pygmentize for typesetting certain code elements with a certain style. However, it seems to me that I can't get scribble to use the mixin without modifying scribble/run.rkt. I've tried (via rackunit's require/expose) modifying current-render-mixin