I want to typeset a macro in slideshow, and I did something like this:<br><br>(slide<br> #:title "Title"<br> (typeset-code<br> #'(define-syntax A<br> (syntax-rules ()<br> ((A s ...) s)))))<br><br>
but I get the error: "syntax: no pattern variables before ellipses in template in: ..."<br><br>is it possible to typeset? how should it be done?<br><br>Thanks<br clear="all"><br>-- <br>Ismael<br><br>