From: Danny Yoo (dyoo at cs.wpi.edu) Date: Fri Jul 1 09:22:52 EDT 2011 |
|
On Fri, Jul 1, 2011 at 9:13 AM, Eric Tanter <etanter at 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)
Posted on the users mailing list. |
|