On Sun, 9 Jan 2011, Wolfgang Schuster wrote:
Am 09.01.2011 um 18:15 schrieb Jonas Stein:
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,
sorry i forgot the link: the log files and the .tex files are here: https://github.com/jonasstein/context-quickstart
When you take a closer look in the log you can see that the module is found.
system : module simpleslides loaded (/usr/local/share/texmf/tex/context/third/simpleslides/t-simpleslides.tex loading : module simpleslides system : module default loaded (/usr/local/share/texmf/tex/context/third/simpleslides/simpleslides-f-default.tex simpleslides : loading default font setup
It appears that you have a mismatch of the log and tex files. The tex file says \usemodule[simpleslides] [style=BigNumber] while the log file says system : module swoosh not found It should not look for swoosh submodule when you asked for the BigNumber module. (BTW, the style is Swoosh, with capital S). Moreover, the call to the swoosh module is when ConTeXt is reading simpleslides-s-default.tex which should never happen I also do not know why the log has the lines system : module empty not found system : module simpleslides not found near the end. Can you update the log with a \loggingall before loading the module? Aditya