MK IV and Texexec Error Compiling under Windows
Hi @ all, I've just installed TeXlive 2k8 on a Vista-Machine. I've updated the MK II to MK IV and tried to set a script with chemie-module. and the mainlanguage in german. The file has the following input: \hauptsprache [de] \verwendemodul [pictex, chemie] \starttext \subjekt{Chemie-test} \stellechemieein[breite=passend,oben=1500,unten=3500] \startchemie \chemie[ONE,Z0,DB1,SB3,SB7,Z7,MOV1,Z0,SB3,SB7,Z3,Z7,MOV0,SUB2,SIX,B,R6,C][C,H,C,H,H] \textunter{Styreen} \stopchemie \quad\quad\quad \startchemie \chemie[ONE,Z0,DB1,SB3,SB7,Z3,Z7,MOV1,Z0,SB1,SB3,Z3,MOV1,Z0,DB1,SB3,Z3,MOV1,Z0,SB3,SB3,SB7,Z3,Z7][C,H,H,C,H,C,H,C,H,H] \textunter{1,3-Butadieen} \stopchemie \stoptext then compiling it with texexec file.tex gives the following result: TeXExec | processing document 'file.tex' TeXExec | no ctx file found TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | writing option file file.top TeXExec | using randomseed 377 TeXExec | tex engine: pdftex TeXExec | tex format: cont-de This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) %&-line parsing enabled. (c:/texlive/2008/texmf/web2c/natural.tcx) (Fatal format file error; I'm stymied) TeXExec | runtime: 1.055 when I try to compile this file with context it runs a holy time and then gives me the following result: language : language en is active report >> utilityfile: not present system : cont-new loaded (C:/texlive/2008/texmf-dist/tex/context/base/cont-new.tex systems : beware: some patches loaded from cont-new.tex (C:/texlive/2008/texmf-dist/tex/context/base/cont-new.mkiv lua : used config path - C:/texlive/2008/texmf/web2c/texmf.cnf lua : used cache path - C:/Users/cyberplaque/.texlive2008/texmf-var/luatex-cache/context/3236d28ff38909cc68507fe0979fbbf0 ) (C:/texlive/2008/texmf-dist/tex/context/base/cont-mtx.tex)) system : cont-old loaded (C:/texlive/2008/texmf-dist/tex/context/base/cont-old.tex loading : Context Old Macros ) system : cont-fil loaded (C:/texlive/2008/texmf-dist/tex/context/base/cont-fil.tex loading : Context File Synonyms ) system : cont-sys.rme loaded (C:/texlive/2008/texmf-dist/tex/context/user/cont-sys.rme (C:/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex) (C:/texlive/2008/texmf-dist/tex/context/base/type-siz.tex) (C:/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)) bodyfont : 12pt rm is loaded specials : tex loaded system : chemie-test.top loaded (./chemie-test.top specials : loading definition file tpd (C:/texlive/2008/texmf-dist/tex/context/base/spec-tpd.tex specials : loading definition file fdf (C:/texlive/2008/texmf-dist/tex/context/base/spec-fdf.tex (C:/texlive/2008/texmf-dist/tex/context/base/spec-fdf.mkiv)) specials : fdf loaded ) specials : fdf loaded ) ! Undefined control sequence. l.1 \hauptsprache [de] ? ! Emergency stop. l.1 \hauptsprache [de] ! ==> Fatal error occurred, no output PDF file produced! MtxRun | loading configuration for C:/texlive/2008/texmf/web2c from C:/Users/cyberplaque/.texlive2008/texmf-var/luatex-cache/context/3236d28ff38909cc68507fe0979fbbf0/trees/a9242cc4ac8b58f8a1b613c7103ba2f1 MtxRun | run 1: luatex --fmt="C:/Users/cyberplaque/.texlive2008/texmf-var/luatex-cache/context/3236d28ff38909cc68507fe0979fbbf0/formats/cont-en" --lua="C:/Users/cyberplaque/.texlive2008/texmf-var/luatex-cache/context/3236d28ff38909cc68507fe0979fbbf0/formats/cont-en.lua" "./file.tex" for any kind of help I would be thankful Greetings Martin
On Mon, Sep 1, 2008 at 12:30 AM, Martin Scholz
Hi @ all,
I've just installed TeXlive 2k8 on a Vista-Machine. I've updated the MK II to MK IV and tried to set a script with chemie-module. and the mainlanguage in german. The file has the following input:
\hauptsprache [de] \verwendemodul [pictex, chemie]
\starttext \subjekt{Chemie-test} \stellechemieein[breite=passend,oben=1500,unten=3500] \startchemie \chemie[ONE,Z0,DB1,SB3,SB7,Z7,MOV1,Z0,SB3,SB7,Z3,Z7,MOV0,SUB2,SIX,B,R6,C][C,H,C,H,H] \textunter{Styreen} \stopchemie \quad\quad\quad \startchemie \chemie[ONE,Z0,DB1,SB3,SB7,Z3,Z7,MOV1,Z0,SB1,SB3,Z3,MOV1,Z0,DB1,SB3,Z3,MOV1,Z0,SB3,SB3,SB7,Z3,Z7][C,H,H,C,H,C,H,C,H,H] \textunter{1,3-Butadieen} \stopchemie \stoptext
OMG
then compiling it with texexec file.tex gives the following result:
TeXExec | processing document 'file.tex' TeXExec | no ctx file found TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | writing option file file.top TeXExec | using randomseed 377 TeXExec | tex engine: pdftex TeXExec | tex format: cont-de This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) %&-line parsing enabled. (c:/texlive/2008/texmf/web2c/natural.tcx) (Fatal format file error; I'm stymied) TeXExec | runtime: 1.055
regenerate the formats with "texexec --make --all"
when I try to compile this file with context it runs a holy time and then gives me the following result:
language : language en is active report >> utilityfile: not present system : cont-new loaded (C:/texlive/2008/texmf-dist/tex/context/base/cont-new.tex systems : beware: some patches loaded from cont-new.tex (C:/texlive/2008/texmf-dist/tex/context/base/cont-new.mkiv lua : used config path - C:/texlive/2008/texmf/web2c/texmf.cnf lua : used cache path - C:/Users/cyberplaque/.texlive2008/texmf-var/luatex-cache/context/3236d28ff38909cc68507fe0979fbbf0 ) (C:/texlive/2008/texmf-dist/tex/context/base/cont-mtx.tex)) system : cont-old loaded (C:/texlive/2008/texmf-dist/tex/context/base/cont-old.tex loading : Context Old Macros ) system : cont-fil loaded (C:/texlive/2008/texmf-dist/tex/context/base/cont-fil.tex loading : Context File Synonyms ) system : cont-sys.rme loaded (C:/texlive/2008/texmf-dist/tex/context/user/cont-sys.rme (C:/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex) (C:/texlive/2008/texmf-dist/tex/context/base/type-siz.tex) (C:/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)) bodyfont : 12pt rm is loaded specials : tex loaded system : chemie-test.top loaded (./chemie-test.top specials : loading definition file tpd (C:/texlive/2008/texmf-dist/tex/context/base/spec-tpd.tex specials : loading definition file fdf (C:/texlive/2008/texmf-dist/tex/context/base/spec-fdf.tex (C:/texlive/2008/texmf-dist/tex/context/base/spec-fdf.mkiv)) specials : fdf loaded ) specials : fdf loaded ) ! Undefined control sequence. l.1 \hauptsprache [de] ? ! Emergency stop. l.1 \hauptsprache [de] ! ==> Fatal error occurred, no output PDF file produced!
MtxRun | loading configuration for C:/texlive/2008/texmf/web2c from C:/Users/cyberplaque/.texlive2008/texmf-var/luatex-cache/context/3236d28ff38909cc68507fe0979fbbf0/trees/a9242cc4ac8b58f8a1b613c7103ba2f1 MtxRun | run 1: luatex --fmt="C:/Users/cyberplaque/.texlive2008/texmf-var/luatex-cache/context/3236d28ff38909cc68507fe0979fbbf0/formats/cont-en" --lua="C:/Users/cyberplaque/.texlive2008/texmf-var/luatex-cache/context/3236d28ff38909cc68507fe0979fbbf0/formats/cont-en.lua" "./file.tex"
for any kind of help I would be thankful
Do you generate the format for all languages with "context --make --all", if you did this put "% interface=de" at the first line in your document. Wolfgang
On 01.09.2008 08:54:14, "Wolfgang Schuster" wrote:
regenerate the formats with "texexec --make --all"
I tried so but still the same result.
Do you generate the format for all languages with "context --make --all", if you did this put "% interface=de" at the first line in your document.
I also did this after the tutorial for context and MK IV in contextgarden. It still doesn't work. But thanks as far for your help
On Mon, Sep 1, 2008 at 9:33 AM, Martin Scholz
On 01.09.2008 08:54:14, "Wolfgang Schuster" wrote:
regenerate the formats with "texexec --make --all"
I tried so but still the same result.
Can you delete all context formats in your TeX tree, it's possible you have a old one that is used and the new is ignored. What is the result from "kpsewhich cont-de.fmt" and where did ConTeXt save the new format (you can see this in one of the last line when you generate the format).
Do you generate the format for all languages with "context --make --all", if you did this put "% interface=de" at the first line in your document.
I also did this after the tutorial for context and MK IV in contextgarden. It still doesn't work.
See Mojcas mail. Wolfgang
Hi
What is the result from "kpsewhich cont-de.fmt" and where did ConTeXt save the new format (you can see this in one of the last line when you generate the format).
The generation saves the files to C:/texlive/2008/texmf-var/web2c/pdftex/*.fmt and kpsewhich cont-de.fmt gives no output in some directorys and ./cont-de.fmt in an folder where i have files to compile.
On 01.09.2008 18:26:03, "Martin Scholz" wrote:
Hi
What is the result from "kpsewhich cont-de.fmt" and where did ConTeXt save the new format (you can see this in one of the last line when you generate the format).
The generation saves the files to C:/texlive/2008/texmf-var/web2c/pdftex/*.fmt and kpsewhich cont-de.fmt gives no output in some directorys and ./cont-de.fmt in an folder where i have files to compile.
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
One error I found was that the german language was outcommented in the fmtutil.cnf Just change line 59 from #! cont-de pdftex cont-usr.tex -8bit *cont-de.ini to cont-de pdftex cont-usr.tex -8bit *cont-de.ini and add directly after line 59 a new line 60 with the following content: cont-de xetex cont-usr.tex -8bit *cont-de.in this is a way texexec works. but for mkiv and context there is still no way how to get it working but I keep on trying.
On Tue, Sep 2, 2008 at 1:23 PM, Martin Scholz
On 01.09.2008 18:26:03, "Martin Scholz" wrote:
Hi
What is the result from "kpsewhich cont-de.fmt" and where did ConTeXt save the new format (you can see this in one of the last line when you generate the format).
The generation saves the files to C:/texlive/2008/texmf-var/web2c/pdftex/*.fmt and kpsewhich cont-de.fmt gives no output in some directorys and ./cont-de.fmt in an folder where i have files to compile.
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
One error I found was that the german language was outcommented in the fmtutil.cnf Just change line 59 from
#! cont-de pdftex cont-usr.tex -8bit *cont-de.ini
to
cont-de pdftex cont-usr.tex -8bit *cont-de.ini
and add directly after line 59 a new line 60 with the following content:
cont-de xetex cont-usr.tex -8bit *cont-de.in
this is a way texexec works. but for mkiv and context there is still no way how to get it working but I keep on trying.
Try "luatools --make --compile cont-de" work. You could also try to load the german format with "luatools --run cont-de myfile" (after you generated the format). Wolfgang
On Mon, Sep 1, 2008 at 12:30 AM, Martin Scholz wrote:
Hi @ all,
I've just installed TeXlive 2k8 on a Vista-Machine. I've updated the MK II to MK IV and tried to set a script with chemie-module. and the mainlanguage in german. The file has the following input:
\hauptsprache [de] \verwendemodul [pictex, chemie]
\starttext \subjekt{Chemie-test} \stellechemieein[breite=passend,oben=1500,unten=3500] \startchemie \chemie[ONE,Z0,DB1,SB3,SB7,Z7,MOV1,Z0,SB3,SB7,Z3,Z7,MOV0,SUB2,SIX,B,R6,C][C,H,C,H,H] \textunter{Styreen} \stopchemie \quad\quad\quad \startchemie \chemie[ONE,Z0,DB1,SB3,SB7,Z3,Z7,MOV1,Z0,SB1,SB3,Z3,MOV1,Z0,DB1,SB3,Z3,MOV1,Z0,SB3,SB3,SB7,Z3,Z7][C,H,H,C,H,C,H,C,H,H] \textunter{1,3-Butadieen} \stopchemie \stoptext
then compiling it with texexec file.tex gives the following result:
TeXExec | processing document 'file.tex' TeXExec | no ctx file found TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | writing option file file.top TeXExec | using randomseed 377 TeXExec | tex engine: pdftex TeXExec | tex format: cont-de This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) %&-line parsing enabled. (c:/texlive/2008/texmf/web2c/natural.tcx) (Fatal format file error; I'm stymied) TeXExec | runtime: 1.055
Run texexec --make de first and put % interface=de on top of your file. After that, the document compiles here, but I was not able to figure out what command is used for \section/\subject in German.
when I try to compile this file with context it runs a holy time and then gives me the following result:
language : language en is active report >> utilityfile: not present system : cont-new loaded (C:/texlive/2008/texmf-dist/tex/context/base/cont-new.tex systems : beware: some patches loaded from cont-new.tex (C:/texlive/2008/texmf-dist/tex/context/base/cont-new.mkiv lua : used config path - C:/texlive/2008/texmf/web2c/texmf.cnf lua : used cache path - C:/Users/cyberplaque/.texlive2008/texmf-var/luatex-cache/context/3236d28ff38909cc68507fe0979fbbf0 ) (C:/texlive/2008/texmf-dist/tex/context/base/cont-mtx.tex)) system : cont-old loaded (C:/texlive/2008/texmf-dist/tex/context/base/cont-old.tex loading : Context Old Macros ) system : cont-fil loaded (C:/texlive/2008/texmf-dist/tex/context/base/cont-fil.tex loading : Context File Synonyms ) system : cont-sys.rme loaded (C:/texlive/2008/texmf-dist/tex/context/user/cont-sys.rme (C:/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex) (C:/texlive/2008/texmf-dist/tex/context/base/type-siz.tex) (C:/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)) bodyfont : 12pt rm is loaded specials : tex loaded system : chemie-test.top loaded (./chemie-test.top specials : loading definition file tpd (C:/texlive/2008/texmf-dist/tex/context/base/spec-tpd.tex specials : loading definition file fdf (C:/texlive/2008/texmf-dist/tex/context/base/spec-fdf.tex (C:/texlive/2008/texmf-dist/tex/context/base/spec-fdf.mkiv)) specials : fdf loaded ) specials : fdf loaded ) ! Undefined control sequence. l.1 \hauptsprache [de] ? ! Emergency stop. l.1 \hauptsprache [de] ! ==> Fatal error occurred, no output PDF file produced!
You need to run context --make de but it didn't work here either. I guess that you are the first user (apart from Hans, maybe) who has ever tried using mkiv with non-English interface, so you might need a bit of patience to get the problems solved. Mojca
On Mon, Sep 1, 2008 at 9:28 AM, Mojca Miklavec
On Mon, Sep 1, 2008 at 12:30 AM, Martin Scholz wrote:
Hi @ all,
I've just installed TeXlive 2k8 on a Vista-Machine. I've updated the MK II to MK IV and tried to set a script with chemie-module. and the mainlanguage in german. The file has the following input:
\hauptsprache [de] \verwendemodul [pictex, chemie]
\starttext \subjekt{Chemie-test} \stellechemieein[breite=passend,oben=1500,unten=3500] \startchemie \chemie[ONE,Z0,DB1,SB3,SB7,Z7,MOV1,Z0,SB3,SB7,Z3,Z7,MOV0,SUB2,SIX,B,R6,C][C,H,C,H,H] \textunter{Styreen} \stopchemie \quad\quad\quad \startchemie \chemie[ONE,Z0,DB1,SB3,SB7,Z3,Z7,MOV1,Z0,SB1,SB3,Z3,MOV1,Z0,DB1,SB3,Z3,MOV1,Z0,SB3,SB3,SB7,Z3,Z7][C,H,H,C,H,C,H,C,H,H] \textunter{1,3-Butadieen} \stopchemie \stoptext
then compiling it with texexec file.tex gives the following result:
TeXExec | processing document 'file.tex' TeXExec | no ctx file found TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | writing option file file.top TeXExec | using randomseed 377 TeXExec | tex engine: pdftex TeXExec | tex format: cont-de This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) %&-line parsing enabled. (c:/texlive/2008/texmf/web2c/natural.tcx) (Fatal format file error; I'm stymied) TeXExec | runtime: 1.055
Run texexec --make de first and put % interface=de on top of your file.
After that, the document compiles here, but I was not able to figure out what command is used for \section/\subject in German.
section = absatz subject = thema
when I try to compile this file with context it runs a holy time and then gives me the following result:
language : language en is active report >> utilityfile: not present system : cont-new loaded (C:/texlive/2008/texmf-dist/tex/context/base/cont-new.tex systems : beware: some patches loaded from cont-new.tex (C:/texlive/2008/texmf-dist/tex/context/base/cont-new.mkiv lua : used config path - C:/texlive/2008/texmf/web2c/texmf.cnf lua : used cache path - C:/Users/cyberplaque/.texlive2008/texmf-var/luatex-cache/context/3236d28ff38909cc68507fe0979fbbf0 ) (C:/texlive/2008/texmf-dist/tex/context/base/cont-mtx.tex)) system : cont-old loaded (C:/texlive/2008/texmf-dist/tex/context/base/cont-old.tex loading : Context Old Macros ) system : cont-fil loaded (C:/texlive/2008/texmf-dist/tex/context/base/cont-fil.tex loading : Context File Synonyms ) system : cont-sys.rme loaded (C:/texlive/2008/texmf-dist/tex/context/user/cont-sys.rme (C:/texlive/2008/texmf-dist/tex/context/base/type-tmf.tex) (C:/texlive/2008/texmf-dist/tex/context/base/type-siz.tex) (C:/texlive/2008/texmf-dist/tex/context/base/type-otf.tex)) bodyfont : 12pt rm is loaded specials : tex loaded system : chemie-test.top loaded (./chemie-test.top specials : loading definition file tpd (C:/texlive/2008/texmf-dist/tex/context/base/spec-tpd.tex specials : loading definition file fdf (C:/texlive/2008/texmf-dist/tex/context/base/spec-fdf.tex (C:/texlive/2008/texmf-dist/tex/context/base/spec-fdf.mkiv)) specials : fdf loaded ) specials : fdf loaded ) ! Undefined control sequence. l.1 \hauptsprache [de] ? ! Emergency stop. l.1 \hauptsprache [de] ! ==> Fatal error occurred, no output PDF file produced!
You need to run context --make de but it didn't work here either. I guess that you are the first user (apart from Hans, maybe) who has ever tried using mkiv with non-English interface, so you might need a bit of patience to get the problems solved.
Mojca
Wolfgang
participants (3)
-
Martin Scholz
-
Mojca Miklavec
-
Wolfgang Schuster