Ticket #425 (closed defect: fixed)
procedure application: expected procedure, received #<pict>
Reported by: | orseau | Owned by: | jaymccarthy |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | jaymccarthy/slideshow-latex.plt | Keywords: | |
Cc: | Version: | (1 0) | |
Racket Version: |
Description
Hi,
First of all, thank you very much for this very convenient package.
There's a bug when no background image is set.
In file "extras.rkt", around line 102:
((inset (blank 1024 768) (- margin))))]
should be changed to:
(inset (blank 1024 768) (- margin)))]
Cheers,
Laurent
Change History
Note: See
TracTickets for help on using
tickets.