On Fri, Jul 1, 2011 at 9:13 AM, Eric Tanter <etan...@dcc.uchile.cl> wrote: > I tried: > > #lang slideshow > > @slide[ > @t{Blah blah}]
Try: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #lang at-exp slideshow @slide[@t{Blah blah}] ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; The "@" feature is enabled by the use of the 'at-exp' in the #lang line. http://docs.racket-lang.org/scribble/reader-internals.html#(mod-path._at-exp) _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users