[racket] slideshow-latex installation problems

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Thu Apr 18 09:49:04 EDT 2013

I just updated the package to specify this, btw.

Jay

On Tue, Apr 16, 2013 at 10:11 AM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> 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
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93

Posted on the users mailing list.