At Tue, 9 Apr 2019 11:44:26 -0700 (PDT), Stephen Foster wrote:
> The weird thing is that (require slideshow) doesn't cause problems when I 
> run that file in Racket, or when I the docs with scribble. It's only a 
> problem when I use raco setup.

The problem is that `slideshow` weird. Unlike most module languages, it
looks at the command line via` current-command-line-arguments`.
Probably `scribble` sets that parameter, while `raco setup` leaves it
as-is. The way that `slideshow` works was an old experiment, and it
wasn't so successful that I did things that way again.

Meanwhile, you should use `pict` instead of `slideshow` for images in
documentation. The `slideshow` language is meant to glue pict
functionality to the screen, while you almost certainly just want pict
functionality (without the screen) in documentation.


-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to