Hello again,

I have a minor issue, i want to render a collection of metafunctions
into a PDF, with their RHS aligned.

According to the docs, the following should be valid:

  (render-metafunctions varname lookup
                        #:file "all-metafunctions.pdf"
                        #:contract? #t)

But i get the following error:

; /home/paul/nonsense/redex.rkt:363:24: render-metafunctions: unexpected keyword
;   at: #:file
;   in: (render-metafunctions varname lookup #:file "all-metafunctions.pdf" 
#:contract? #t)
; Context:
;  /usr/share/racket/pkgs/redex-pict-lib/redex/private/pict.rkt:845:5 for-loop
;  /usr/share/racket/collects/syntax/wrap-modbeg.rkt:46:4

When i leave out the #:file directive, all goes fine and i get the
aligned typeset metafunctions.  According to the docs [0], i am under
the impression i am doing it right.  What's up here?

Again, my apologies if i am doing something truly brain-dead.

Kind regards,
p.

0. 
<http://docs.racket-lang.org/redex/The_Redex_Reference.html#%28form._%28%28lib._redex%2Fpict..rkt%29._render-metafunctions%29%29>

-- 
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