Michael Saunders wrote:
I finally got Context to install (correctly, I think), and I'm trying to set up a profile for it in TeXnicCenter. When I run it, I get the promising message:
TeXExec | processing document 'test.tex' TeXExec | no ctx file found TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | writing option file test.top TeXExec | using randomseed 110 TeXExec | tex engine: luatex TeXExec | tex format: cont-en TeXExec | runtime: 0.08
LaTeX-Result: 0 Error(s), 0 Warning(s), 0 Bad Box(es), 0 Page(s)
but no pdf file is output. My command looks something like this:
texexec --lua --bat --nonstop --pdf --interface=en --color --language=en test.tex
the tex file contains the lines:
\starttext hello cruel world \stoptext
What is wrong?
Well, if I try a similar command line in a terminal in my installation I get: Fatal Error : Your format does not match the base files! Format Version : 2010.03.02 12:34 MKIV Files Version : 2009.08.19 17:10 (it ends up reading my new format but the old texlive include files). Considering the lack of output from texexec, I expect you have an at least partially similar problem with the format file. 0. Are you sure there is a luatex/mkiv format generated already? 1. If you want luatex/mkiv, it is better to use 'context' instead of 'texexec' as run command (they, you don't need the --lua nor the --pdf nor the --color switch). 2. The --bat and --nonstop are confusing the issue because they suppress output. Best wishes, Taco