On Sun, 9 Jan 2011, Jonas Stein wrote:
Where can i find an example of simpleslides usage? http://modules.contextgarden.net/simpleslides
Thank you. I found out, that my code did not work because simpleslides was not part of the debian context package.
I have downloaded the zip file and extracted it. What should i do with it? I dont want to copy it to any /usr/*/texmf/.. directory manually. That would crash the package manager.
You can extract the files inside $TEXMFLOCAL (usually set to /usr/local/share/texmf, but see the output of kpsewhich --expand-var=\$TEXMFLOCAL to be sure) or $TEXMFHOME (usually set to ~/texmf)
Is it possible to copy some files to the current project directory, where the .tex files is that needs simpleslides?
You can also copy the files in tex/context/third/simpleslides to your current directory, and everything should work. But the module consists of many files, and that will make your working directory extremely cluttered. Aditya