ConTeXt minimals is up and running but I have problems with LuaTeX. First the files I assume to be important: % Project \startproject atkmom \environment environ \product book \stopproject % Product \startproduct book \project atkmom \component images \startfrontmatter \environment fmatter \completecontent \stopfrontmatter \startbodymatter \environment body \component intro \component osbasics \component files \component opera \stopbodymatter \startbackmatter \completeindex[title=Hakemisto] \stopbackmatter \stopproduct With "texexec" my project results in proper .pdf file except the additional empty page at the end of it. With "context" the process ends after line "\product book" (I get a proper notice about the end of product book) in project file and i get the "*" prompt. It seems like LuaTeX can't see the "\stopproject" at all and thinks that the file has unexpectedly ended. Also with context I get messages that every \at, \in and \about that refers to something in component other than the one they're in is an unknown reference. They all work fine with texexec. Any idea what's wrong?