[racket] slideshow-latex installation problems

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Apr 16 12:11:17 EDT 2013

I think the `slideshow-latex' package should probably have an
"info.rkt" that contains

  (define setup-collects '("slideshow/latex"))

so that only the "slideshow/latex" collection is set up. The package
manager otherwise infers that "slideshow" should be set up.


At Tue, 16 Apr 2013 14:50:01 +0200, Laurent wrote:
> Trying to install slideshow-latex through raco pkg install, I got the
> following error:
> delete-file: cannot delete file
>   path: /usr/bin/slideshow
>   system error: Permission denied; errno=13
> 
> It's strange that a package would try to do that. Is this normal?
> 
> Then, I could not manage to require the package with any of the following
> lines:
> (require slideshow-latex)
> or
> (require slideshow-latex/slideshow)
> or
> (require slideshow-latex/slideshow/latex)
> 
> What's the correct way of writing it?
> 
> Laurent
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.