And it is best not to use it since it ships a context that
believes it is running on windows...
Taco
OK,
I've uninstalled context: "mpm --uninstall=context"
as well as all other context packages installed through mpm:
for `f in mpm --list|grep context|grep ^i|tr -s [:space:]|cut -d ' ' -f 4`; \
do mpm --uninstall=${f}; done
Then I've downloaded
http://www.pragma-ade.nl/context/current/cont-tmf.zip
and followed the instructions in:
http://www.pragma-ade.nl/general/manuals/minstall.pdf
<edit and activate context formats>
# slocate fmtutil.cnf
/etc/texmf/web2c/fmtutil.cnf
/etc/texmf/fmtutil.d/00fmtutil.cnf
#texexec --make
<Regenerate formats>
#cd /usr/local/share/texmf
#unzip ~/DOWNLOADS/cont-tmf.zip
#texexec --make en de nl
#texexec --make metafun
I've also update /etc/texmf/web2c/texmf.cnf:
openaout_any = a
shell_escape = t
allow_multiple_suffixes = f
MPXCOMMAND=texexec --mptex
But I now get following error when I run:
$texexec new.tex
TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
fixing engine variable : pdfetex
executable : pdfetex
format : cont-en
inputfile : new
output : standard
interface : en
current mode : none
TeX run : 1
This is pdfeTeX, Version 3.141592-1.30.5-2.2 (Web2C 7.5.5)
\write18 enabled.
(/usr/local/share/texmf/web2c/natural.tcx)
entering extended mode
(./new.tex
ConTeXt ver: 2006.07.14 12:08 fmt: 2006.9.29 int: english mes: english
language : language en is active
system : cont-new loaded
(/usr/local/share/texmf/tex/context/base/cont-new.tex
FatalError : Your format does not match the base files!
FormatVersion : 2006.07.14 12:08
FilesVersion : 2006.09.28 22:43
return code : 0
run time : 1 seconds
sorting and checking : running texutil
TeXUtil 9.0.1 - ConTeXt / PRAGMA ADE 1992-2006
action : processing commands, lists and registers
option : sorting IJ under Y
option : converting high ASCII values
error : empty input file new
remark : 'texutil' is now part of 'texexec'
warning : use 'texmfstart texutil' instead
total run time : 1 seconds
warning : use 'texmfstart texexec' instead
jeremy@axp:~/Desktop/Test$ texexec new.tex
TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
fixing engine variable : pdfetex
executable : pdfetex
format : cont-en
inputfile : new
output : standard
interface : en
current mode : none
TeX run : 1
This is pdfeTeX, Version 3.141592-1.30.5-2.2 (Web2C 7.5.5)
\write18 enabled.
(/usr/local/share/texmf/web2c/natural.tcx)
entering extended mode
(./new.tex
ConTeXt ver: 2006.07.14 12:08 fmt: 2006.9.29 int: english mes: english
language : language en is active
system : cont-new loaded
(/usr/local/share/texmf/tex/context/base/cont-new.tex
FatalError : Your format does not match the base files!
FormatVersion : 2006.07.14 12:08
FilesVersion : 2006.09.28 22:43
return code : 0
run time : 1 seconds
sorting and checking : running texutil
TeXUtil 9.0.1 - ConTeXt / PRAGMA ADE 1992-2006
action : processing commands, lists and registers
option : sorting IJ under Y
option : converting high ASCII values
error : empty input file new
remark : 'texutil' is now part of 'texexec'
warning : use 'texmfstart texutil' instead
total run time : 1 seconds
warning : use 'texmfstart texexec' instead
_____________________________
What does this Fatal error message mean?
FatalError : Your format does not match the base files!
FormatVersion : 2006.07.14 12:08
FilesVersion : 2006.09.28 22:43