[racket] slideshow-latex installation problems

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

On Tue, Apr 16, 2013 at 6:50 AM, Laurent <laurent.orseau at gmail.com> wrote:
> 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?

The documentation, which should be linked from your ToC, says to do

(require slideshow/latex)

and look at

tests/slideshow/latex/example

for an example. It's online here:

https://github.com/jeapostrophe/slideshow-latex/blob/master/tests/slideshow/latex/example.rkt

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