You can extract the files inside $TEXMFLOCAL (usually set to /usr/local/share/texmf, but see the output of
Thank you again. I tried it now:
$ kpsewhich --expand-var=\$TEXMFLOCAL
/usr/local/share/texmf
i extracted the zip file there as root and called
# mktexlsr
as root.
Then i checked as user if the file can be found:
$ kpsewhich t-simpleslides.tex
/usr/local/share/texmf/tex/context/third/simpleslides/t-simpleslides.tex
then i run my makefile with
$ make view
that calls
texexec --utfbom --pdf context-schnelleinstieg.tex
.
.
.
system : module empty not found
system : module simpleslides not found
.
.
.
there are two things i do not understand:
1) why are the modules still not found?
2) why is no errorcode raised but a pdf is created on a
major problem like missing module?
kind regards,
--
Jonas Stein